Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C11 atomics. | Tavian Barnes | 2014-06-02 | 1 | -2/+2 |
| | |||||
* | Use strerror_r if available instead of sys_errlist. | Tavian Barnes | 2014-02-03 | 1 | -1/+15 |
| | |||||
* | Use the unit-testing framework "Check" | Tavian Barnes | 2012-12-17 | 1 | -1/+5 |
| | |||||
* | Print errno in dmnsn_report_error(). | Tavian Barnes | 2011-12-26 | 1 | -0/+13 |
| | |||||
* | Add --enable-debug configure option. | Tavian Barnes | 2011-10-31 | 1 | -1/+12 |
| | |||||
* | Ship dimension client inside the Python package. | Tavian Barnes | 2011-10-31 | 1 | -1/+1 |
| | |||||
* | Add a getrusage() implementation of dmnsn_get_times(). | Tavian Barnes | 2011-09-30 | 1 | -0/+21 |
| | |||||
* | Fix ./configure --{enable,disable}-png. | Tavian Barnes | 2011-09-18 | 1 | -0/+1 |
| | | | | | If the first call to PKG_CHECK_MODULES() doesn't happen, a PKG_PROG_PKG_CONFIG is needed. | ||||
* | Update configure.ac to autoconf 2.68. | Tavian Barnes | 2011-08-26 | 1 | -15/+28 |
| | |||||
* | Use the AX_PTHREAD macro to detect pthread flags properly. | Tavian Barnes | 2011-08-26 | 1 | -6/+9 |
| | |||||
* | Change to version 0.0 from 0.0.0 | Tavian Barnes | 2011-06-16 | 1 | -1/+1 |
| | |||||
* | Add Python client. | Tavian Barnes | 2011-06-16 | 1 | -1/+3 |
| | |||||
* | No need for bison anymore. | Tavian Barnes | 2011-05-16 | 1 | -1/+0 |
| | |||||
* | Split python Scenes into a new source file, add python tests. | Tavian Barnes | 2011-05-16 | 1 | -1/+2 |
| | |||||
* | Start Python interface. | Tavian Barnes | 2011-05-16 | 1 | -2/+11 |
| | |||||
* | Rip out old client. | Tavian Barnes | 2011-05-15 | 1 | -4/+1 |
| | |||||
* | Group tests and benchmarks with the corresponding source code. | Tavian Barnes | 2011-05-15 | 1 | -7/+4 |
| | |||||
* | Update email address. | Tavian Barnes | 2011-03-08 | 1 | -2/+2 |
| | |||||
* | Fix license years. | Tavian Barnes | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Use the DMNSN_PROFILE macro to turn on profiling per-file. | Tavian Barnes | 2011-01-30 | 1 | -5/+0 |
| | |||||
* | Add dmnsn_[un]likely() macros and a profiling framework. | Tavian Barnes | 2011-01-29 | 1 | -0/+13 |
| | |||||
* | Remove --enable-pgo configure option. | Tavian Barnes | 2011-01-29 | 1 | -8/+0 |
| | |||||
* | Use -lpthread instead of -pthread. | Tavian Barnes | 2010-12-01 | 1 | -1/+1 |
| | |||||
* | Check for platform support for times(). | Tavian Barnes | 2010-12-01 | 1 | -0/+19 |
| | |||||
* | Check for platform support for ioctl(TIOCGWINSZ). | Tavian Barnes | 2010-11-30 | 1 | -0/+18 |
| | |||||
* | Test for GLX usability. | Tavian Barnes | 2010-11-30 | 1 | -0/+3 |
| | |||||
* | Make libtool work correctly on Windows (MinGW). | Tavian Barnes | 2010-11-30 | 1 | -0/+1 |
| | |||||
* | Document libdimension with Doxygen. | Tavian Barnes | 2010-11-14 | 1 | -0/+1 |
| | |||||
* | Revert "Add support for jemalloc." | Tavian Barnes | 2010-11-12 | 1 | -13/+0 |
| | | | | | This reverts commit bac926b1e54696beee1d84834876cfadd9939132. Just use LD_PRELOAD if you want it. | ||||
* | Fix configure.ac underquoting. | Tavian Barnes | 2010-11-11 | 1 | -8/+8 |
| | |||||
* | Add support for jemalloc. | Tavian Barnes | 2010-09-26 | 1 | -0/+13 |
| | |||||
* | Add some dimension benchmarks. | Tavian Barnes | 2010-09-08 | 1 | -0/+1 |
| | |||||
* | Add some functionality checks to configure.ac for platform.c. | Tavian Barnes | 2010-06-29 | 1 | -2/+55 |
| | |||||
* | Add std-options check to 'make installcheck'. | Tavian Barnes | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | Use quiet build and colored tests. | Tavian Barnes | 2010-05-21 | 1 | -1/+3 |
| | |||||
* | Add a pkg-config file to libdimension. | Tavian Barnes | 2010-05-13 | 1 | -0/+1 |
| | |||||
* | Fix some copyright dates. | Tavian Barnes | 2010-05-10 | 1 | -1/+1 |
| | |||||
* | Use C99 for loop initializers. | Tavian Barnes | 2010-05-05 | 1 | -0/+3 |
| | |||||
* | Print usage information in dimension. | Tavian Barnes | 2010-04-11 | 1 | -1/+2 |
| | |||||
* | Add --disable-png configure option. | Tavian Barnes | 2010-04-01 | 1 | -0/+8 |
| | |||||
* | Add --disable-gl configure option. | Tavian Barnes | 2010-04-01 | 1 | -0/+8 |
| | |||||
* | Use libsandglass 0.2 API. | Tavian Barnes | 2010-03-04 | 1 | -3/+3 |
| | |||||
* | Use pkg-config for libsandglass. | Tavian Barnes | 2010-02-23 | 1 | -4/+6 |
| | |||||
* | Fix compilation with -std=c99. | Tavian Barnes | 2010-02-19 | 1 | -0/+3 |
| | |||||
* | Fix up license blurbs and copyright year. | Tavian Barnes | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | Add a C++ test. | Tavian Barnes | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | Use flex for the tokenizer. | Tavian Barnes | 2009-11-23 | 1 | -0/+2 |
| | |||||
* | PGO build improvements. | Tavian Barnes | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | Implement profile-guided optimization builds. | Tavian Barnes | 2009-11-12 | 1 | -1/+9 |
| | |||||
* | Use the parallel-tests automake option. | Tavian Barnes | 2009-10-27 | 1 | -2/+2 |
| |