Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Baruch Sterin | 2015-11-05 | 1 | -0/+9 |
| | | | | the Makefile. | ||||
* | 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, ↵ | Baruch Sterin | 2015-11-05 | 1 | -0/+7 |
| | | | | not complied by default | ||||
* | 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 ↵ | Baruch Sterin | 2015-10-23 | 1 | -2/+20 |
| | | | | compiler being used - the compiler detection logic in the Makefile is not perfect and that sometime results in weird conflicts | ||||
* | 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 ↵ | Baruch Sterin | 2015-10-21 | 1 | -0/+30 |
flags and source file. This is a ugly hack, mainly to allow the use of CLion with ABC. Include some changes in the Makefile to support that. |