| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Ensure abc executable depends on libabc | kmurray | 2018-03-28 | 1 | -4/+6 |
* | CMake: make it possible to pass ABC_USE_NAMESPACE=FALSE, instead of just empt... | Baruch Sterin | 2015-11-13 | 1 | -2/+2 |
* | CMake, Makefile: pass the location of arch_flags to the makefile, this way th... | Baruch Sterin | 2015-11-12 | 1 | -0/+1 |
* | CMake: fix typo | Baruch Sterin | 2015-11-08 | 1 | -1/+1 |
* | CMakeLists.txt, Makefile: fix a bug in passing the readline options | Baruch Sterin | 2015-11-07 | 1 | -3/+13 |
* | CMakeLists.txt: pass namespace mode to the Makefile | Baruch Sterin | 2015-11-05 | 1 | -0/+9 |
* | CMakeLists.txt, Makefile: pass readline flags from the CMake lists file to th... | Baruch Sterin | 2015-11-05 | 1 | -0/+9 |
* | CMakeLists.txt: refactor | Baruch Sterin | 2015-11-05 | 1 | -1/+7 |
* | CMakeLists.txt: add a new target libabc, a regular static library | Baruch Sterin | 2015-11-05 | 1 | -1/+4 |
* | CMakeLists.txt: add a new target libabc-pic, a library compiled with -fPIC, n... | Baruch Sterin | 2015-11-05 | 1 | -0/+7 |
* | CMakeLists.txt: refactor a bit | Baruch Sterin | 2015-11-05 | 1 | -5/+7 |
* | CMakeLists.txt: pass CXX flags from the Makefile | Baruch Sterin | 2015-11-05 | 1 | -5/+13 |
* | CMake: only add compiler flags that are actually compatible with the compiler... | Baruch Sterin | 2015-10-23 | 1 | -2/+20 |
* | CMake: reduce minimum version to 2.8.12 | Baruch Sterin | 2015-10-23 | 1 | -1/+1 |
* | Makefile: Add a CMakeLists.txt that uses the regular Makefile to compute flag... | Baruch Sterin | 2015-10-21 | 1 | -0/+30 |