summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Modularize the libdimension codebase.Tavian Barnes2015-10-251-1/+1
* Use DMNSN_DEBUG macro instead of NDEBUG.Tavian Barnes2014-06-121-1/+4
* Use C11 atomics.Tavian Barnes2014-06-021-2/+2
* Use strerror_r if available instead of sys_errlist.Tavian Barnes2014-02-031-1/+15
* Use the unit-testing framework "Check"Tavian Barnes2012-12-171-1/+5
* Print errno in dmnsn_report_error().Tavian Barnes2011-12-261-0/+13
* Add --enable-debug configure option.Tavian Barnes2011-10-311-1/+12
* Ship dimension client inside the Python package.Tavian Barnes2011-10-311-1/+1
* Add a getrusage() implementation of dmnsn_get_times().Tavian Barnes2011-09-301-0/+21
* Fix ./configure --{enable,disable}-png.Tavian Barnes2011-09-181-0/+1
* Update configure.ac to autoconf 2.68.Tavian Barnes2011-08-261-15/+28
* Use the AX_PTHREAD macro to detect pthread flags properly.Tavian Barnes2011-08-261-6/+9
* Change to version 0.0 from 0.0.0Tavian Barnes2011-06-161-1/+1
* Add Python client.Tavian Barnes2011-06-161-1/+3
* No need for bison anymore.Tavian Barnes2011-05-161-1/+0
* Split python Scenes into a new source file, add python tests.Tavian Barnes2011-05-161-1/+2
* Start Python interface.Tavian Barnes2011-05-161-2/+11
* Rip out old client.Tavian Barnes2011-05-151-4/+1
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-151-7/+4
* Update email address.Tavian Barnes2011-03-081-2/+2
* Fix license years.Tavian Barnes2011-02-171-1/+1
* Use the DMNSN_PROFILE macro to turn on profiling per-file.Tavian Barnes2011-01-301-5/+0
* Add dmnsn_[un]likely() macros and a profiling framework.Tavian Barnes2011-01-291-0/+13
* Remove --enable-pgo configure option.Tavian Barnes2011-01-291-8/+0
* Use -lpthread instead of -pthread.Tavian Barnes2010-12-011-1/+1
* Check for platform support for times().Tavian Barnes2010-12-011-0/+19
* Check for platform support for ioctl(TIOCGWINSZ).Tavian Barnes2010-11-301-0/+18
* Test for GLX usability.Tavian Barnes2010-11-301-0/+3
* Make libtool work correctly on Windows (MinGW).Tavian Barnes2010-11-301-0/+1
* Document libdimension with Doxygen.Tavian Barnes2010-11-141-0/+1
* Revert "Add support for jemalloc."Tavian Barnes2010-11-121-13/+0
* Fix configure.ac underquoting.Tavian Barnes2010-11-111-8/+8
* Add support for jemalloc.Tavian Barnes2010-09-261-0/+13
* Add some dimension benchmarks.Tavian Barnes2010-09-081-0/+1
* Add some functionality checks to configure.ac for platform.c.Tavian Barnes2010-06-291-2/+55
* Add std-options check to 'make installcheck'.Tavian Barnes2010-05-211-1/+1
* Use quiet build and colored tests.Tavian Barnes2010-05-211-1/+3
* Add a pkg-config file to libdimension.Tavian Barnes2010-05-131-0/+1
* Fix some copyright dates.Tavian Barnes2010-05-101-1/+1
* Use C99 for loop initializers.Tavian Barnes2010-05-051-0/+3
* Print usage information in dimension.Tavian Barnes2010-04-111-1/+2
* Add --disable-png configure option.Tavian Barnes2010-04-011-0/+8
* Add --disable-gl configure option.Tavian Barnes2010-04-011-0/+8
* Use libsandglass 0.2 API.Tavian Barnes2010-03-041-3/+3
* Use pkg-config for libsandglass.Tavian Barnes2010-02-231-4/+6
* Fix compilation with -std=c99.Tavian Barnes2010-02-191-0/+3
* Fix up license blurbs and copyright year.Tavian Barnes2010-01-271-1/+1
* Add a C++ test.Tavian Barnes2010-01-171-0/+1
* Use flex for the tokenizer.Tavian Barnes2009-11-231-0/+2
* PGO build improvements.Tavian Barnes2009-11-131-1/+1