- 22 Jan, 2022 1 commit
-
-
Also, resolve CMake build problems on macOS: Pass CMAKE_OSX_SYSROOT as an environment variable SDKROOT when buildind the arch_flags executable.
Baruch Sterin committed
-
- 28 Mar, 2018 1 commit
-
-
This ensures that libabc is built only once. Previously the code for libabc was being built twice: once for the abc executable target, and again for the libabc target.
kmurray committed
-
- 13 Nov, 2015 1 commit
-
-
Baruch Sterin committed
-
- 12 Nov, 2015 1 commit
-
-
CMake, Makefile: pass the location of arch_flags to the makefile, this way the cmake build does not write to the soruce directory
Baruch Sterin committed
-
- 09 Nov, 2015 1 commit
-
-
Baruch Sterin committed
-
- 08 Nov, 2015 1 commit
-
-
Baruch Sterin committed
-
- 05 Nov, 2015 7 commits
-
-
Baruch Sterin committed
-
Baruch Sterin committed
-
Baruch Sterin committed
-
Baruch Sterin committed
-
Baruch Sterin committed
-
Baruch Sterin committed
-
Baruch Sterin committed
-
- 23 Oct, 2015 2 commits
-
-
CMake: only add compiler flags that are actually compatible with the compiler being used - the compiler detection logic in the Makefile is not perfect and that sometime results in weird conflicts
Baruch Sterin committed -
Baruch Sterin committed
-
- 22 Oct, 2015 1 commit
-
-
Makefile: Add a CMakeLists.txt that uses the regular Makefile to compute 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.
Baruch Sterin committed
-