Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gettextize build system | Patrick McDermott | 2017-11-24 | 1 | -1/+3 |
| | |||||
* | configure.ac: Fix handling of passed enable arguments | Patrick McDermott | 2017-11-05 | 1 | -4/+8 |
| | |||||
* | configure.ac: Optionally enable address sanitization | Patrick McDermott | 2017-11-05 | 1 | -0/+20 |
| | |||||
* | configure.ac: Check for librsvg | Patrick McDermott | 2017-11-03 | 1 | -0/+3 |
| | |||||
* | configure.ac: Enable many more warnings | Patrick McDermott | 2017-11-01 | 1 | -9/+21 |
| | |||||
* | configure.ac: Use AX_APPEND_FLAG() | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | And shorten AX_CHECK_COMPILE_FLAG() call. | ||||
* | configure.ac: Use AX_CFLAGS_WARN_ALL() instead of -Wall check | Patrick McDermott | 2017-11-01 | 1 | -7/+3 |
| | |||||
* | Revert "Revert "configure.ac: Set C standard to C11"" | Patrick McDermott | 2017-10-30 | 1 | -1/+3 |
| | | | | This reverts commit a0b9288a5e6fa943a6f2b7f418a12343649ed454. | ||||
* | data/Makefile.am: New file | Patrick McDermott | 2017-10-27 | 1 | -1/+2 |
| | |||||
* | configure.ac: Add --enable-in-place arg and RUN_IN_PLACE macro | Patrick McDermott | 2017-10-27 | 1 | -1/+14 |
| | |||||
* | MqTree: Fix width of pointers in debugging output | Patrick McDermott | 2017-10-25 | 1 | -0/+2 |
| | | | | And modify configure.ac to search for logl() and add -lm to LIBS. | ||||
* | configure.ac: Add --enable-debug arg that sets MQ_TREE_DEBUG | Patrick McDermott | 2017-10-23 | 1 | -0/+12 |
| | |||||
* | Revert "configure.ac: Set C standard to C11" | Patrick McDermott | 2017-10-22 | 1 | -3/+1 |
| | | | | This reverts commit 8645481144bdcf96487a29d67f34f8d703b86be3. | ||||
* | configure.ac: Enable GCC colors | Patrick McDermott | 2017-09-22 | 1 | -0/+3 |
| | |||||
* | configure.ac: Set C standard to C11 | Patrick McDermott | 2017-09-22 | 1 | -1/+3 |
| | |||||
* | configure.ac: Compile with "-std=c99" | Patrick McDermott | 2017-09-15 | 1 | -0/+2 |
| | |||||
* | configure.ac: s/ -I/ -isystem/g in libraries' CFLAGS | Patrick McDermott | 2017-09-15 | 1 | -0/+4 |
| | | | | This suppresses warnings in libraries' headers. | ||||
* | Add build system and related files | Patrick McDermott | 2017-09-15 | 1 | -0/+58 |