summaryrefslogtreecommitdiffhomepage
path: root/cmake
AgeCommit message (Expand)Author
2016-09-11cmake/word-size: nonsenseStanislaw Halik
2016-09-11cmake/platform: add public domain header, will be used in another project.Stanislaw Halik
2016-09-11cmake/boilerplate: remove tautologyStanislaw Halik
2016-09-11cmake/msvc: remove now repetitive flags from toolchain fileStanislaw Halik
2016-09-11cmake/platform: fixesStanislaw Halik
2016-09-11cmake: add mrproper targetStanislaw Halik
2016-09-06cmake: oops, fix version in headerStanislaw Halik
2016-09-06cmake/msvc: change flags in toolchain fileStanislaw Halik
2016-09-06cmake: don't link against highguiStanislaw Halik
2016-09-06cmake: checking for some env var is not the way to validate the proper build ...DaMichel
2016-09-05cmake: switch back to c++14Stanislaw Halik
2016-08-29add eigen license, and make sure we're not using any GPL bits whatsoeverStanislaw Halik
2016-08-29cmake/msvc: /EHscr generates epilogues, do /EHsc for no checkingStanislaw Halik
2016-08-29cmake/msvc: add useful debug flagsStanislaw Halik
2016-08-29cmake/msvc: only add -Werror= when building opentrackStanislaw Halik
2016-08-28fixup! cmake/msvc: add warning flag logic to toolchain defStanislaw Halik
2016-08-28cmake/msvc: add warning flag logic to toolchain defStanislaw Halik
2016-08-28cmake: boilerplate stuffStanislaw Halik
2016-08-25cmake/msvc: disable /MP, we're using jomStanislaw Halik
2016-08-23cmake/msvc: typoStanislaw Halik
2016-08-23cmake: remove debug codeStanislaw Halik
2016-08-23cmake/mingw-w64: adjust path for my convenience onlyStanislaw Halik
2016-08-23cmake: don't try to editbin static libraries. avoid warning.Stanislaw Halik
2016-08-23cmake/msvc: prevent warning when passing shared flags to static libsStanislaw Halik
2016-08-23cmake: refactor boilerplate for projectsStanislaw Halik
2016-08-23cmake/mingw-w64: switch to -std=c11 for pure C modeStanislaw Halik
2016-08-23cmake: don't force stuff for msvc linkStanislaw Halik
2016-08-23cmake: go back to c++11Stanislaw Halik
2016-08-23cmake: don't include current source dirStanislaw Halik
2016-08-23cmake/rift: fix link on msvcStanislaw Halik
2016-08-23cmake: define MINGW_HAS_SECURE_APIStanislaw Halik
2016-08-23cmake/platform: add msvc-specific definesStanislaw Halik
2016-08-23cmake: add msvc toolchain fileStanislaw Halik
2016-08-17move options framework into its own libraryStanislaw Halik
2016-08-15cmake: allow ASLRStanislaw Halik
2016-08-14cmake: remove tarball generation supportStanislaw Halik
2016-08-14cmake: add more stuff from source dir to source in install prefixStanislaw Halik
2016-08-14cmake/version: don't use sole trailing hyphen with empty build typeopentrack-2.3-rc99p11Stanislaw Halik
2016-08-14cmake: install source code to right directoriesStanislaw Halik
2016-08-14cmake/mingw-w64: debloat flags are relevant only for c++Stanislaw Halik
2016-08-14cmake: too many optimization flags for mingw-w64Stanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
2016-08-12cmake: fun mingw-w64 stuffStanislaw Halik
2016-08-12cmake: _USE_MATH_DEFINES was moved to central placeStanislaw Halik
2016-08-12cmake: ensure M_PI and friends are definedStanislaw Halik
2016-08-10cmake: append that build is debug, not prependStanislaw Halik
2016-08-10cmake: install CMakeFiles.txt and cmake/ subdir into doc/source-codeStanislaw Halik
2016-08-04cmake: install cleye.config to modules dir also on win32Stanislaw Halik
2016-08-02filter/kalman: find eigen in non-standard locationsStanislaw Halik
2016-08-01cmake: switch to c++14Stanislaw Halik