Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | common.cmake: don't use keyword- target_link_libraries | Egor Tensin | 2020-01-03 |
| | |||
* | ci/build.py: split -D from its argument | Egor Tensin | 2020-01-01 |
| | |||
* | toolchains/boost: add *.exe toolchains | Egor Tensin | 2019-12-21 |
| | | | | It doesn't work without the .exe on e.g. Cygwin. | ||
* | common.cmake: rename internal functions | Egor Tensin | 2019-12-21 |
| | |||
* | common.cmake: rename some internal variables | Egor Tensin | 2019-12-21 |
| | |||
* | ci: fix a bug in case no positional parameters | Egor Tensin | 2019-12-16 |
| | |||
* | ci: minor script enhancements | Egor Tensin | 2019-12-15 |
| | |||
* | build: clean up silly cmd line params | Egor Tensin | 2019-12-15 |
| | | | | They were just plain synonyms for CMake flags, barely had any value. | ||
* | fix PyLint warnings | Egor Tensin | 2019-12-14 |
| | |||
* | boost/build.py: get rid of --with LIB | Egor Tensin | 2019-12-14 |
| | |||
* | boost/build.py: split into subcommands | Egor Tensin | 2019-12-14 |
| | |||
* | boost/build.py: no linkage options | Egor Tensin | 2019-12-14 |
| | | | | Again, they were of no value. | ||
* | boost/build.py: don't lowercase platform/configuration | Egor Tensin | 2019-12-14 |
| | |||
* | boost/build.py: get rid of --toolchain | Egor Tensin | 2019-12-13 |
| | | | | It was of no value. | ||
* | build/ -> ci/ | Egor Tensin | 2019-12-13 |
| | |||
* | remove obsolete .gitattributes | Egor Tensin | 2019-12-13 |
| | |||
* | common.cmake: CC_STATIC_RUNTIME=OFF on Linux | Egor Tensin | 2019-12-13 |
| | |||
* | build/boost: add generic build.py script | Egor Tensin | 2019-12-13 |
| | |||
* | refactor build/boost/build_travis.sh | Egor Tensin | 2019-12-11 |
| | |||
* | toolchains: add gcc-x{86,64}.cmake | Egor Tensin | 2019-12-11 |
| | |||
* | toolchains: add Boost user configs | Egor Tensin | 2019-12-10 |
| | |||
* | build_boost_travis.sh -> build/boost/ | Egor Tensin | 2019-12-10 |
| | |||
* | add simple build scripts | Egor Tensin | 2019-12-10 |
| | | | | | They're intended to replace my build.sh (for Travis) and build.ps1 (for AppVeyor) scripts to call CMake in a platform-independent manner. | ||
* | fix licensing notescommon_cmake | Egor Tensin | 2019-12-10 |
| | |||
* | more robust compiler identification | Egor Tensin | 2019-12-09 |
| | |||
* | common.cmake: user switches may be set in CMakeLists.txt | Egor Tensin | 2019-12-09 |
| | |||
* | split compiler options & Windows macros | Egor Tensin | 2019-12-09 |
| | |||
* | remove commented-code code | Egor Tensin | 2019-12-09 |
| | |||
* | common.cmake: auto-set Boost_* variables | Egor Tensin | 2019-12-09 |
| | |||
* | update common.cmake | Egor Tensin | 2019-12-09 |
| | | | | | | | | * Add more logging messages. * Rename user-facing switches. * Refactor things a bit (a lot). * Lower the default C++ standard version back to 14 to support CMake 3.1 (meh, there're probably other features in use that are not supported by it). | ||
* | README: update | Egor Tensin | 2019-12-08 |
| | |||
* | add toolchains | Egor Tensin | 2019-12-08 |
| | |||
* | add README | Egor Tensin | 2019-12-08 |
| | |||
* | add .gitattributes | Egor Tensin | 2019-12-08 |
| | |||
* | update version | Egor Tensin | 2019-11-30 |
| | |||
* | C++17 by default | Egor Tensin | 2019-11-30 |
| | |||
* | better toolset identification | Egor Tensin | 2019-11-30 |
| | |||
* | update repo URL | Egor Tensin | 2019-11-30 |
| | |||
* | initial commit | Egor Tensin | 2017-05-19 |