Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-23 | cmake: don't force stuff for msvc link | Stanislaw Halik | |
2016-08-23 | cmake: go back to c++11 | Stanislaw Halik | |
We don't use c++14 features yet, and GNU 5.3.0 has missing make_unique anyway. | |||
2016-08-23 | cmake: don't include current source dir | Stanislaw Halik | |
Only angle-bracket #include is affected. | |||
2016-08-23 | cmake/rift: fix link on msvc | Stanislaw Halik | |
2016-08-23 | cmake: define MINGW_HAS_SECURE_API | Stanislaw Halik | |
2016-08-23 | cmake/platform: add msvc-specific defines | Stanislaw Halik | |
Based on https://github.com/juj/MathGeoLib/blob/master/CommonOptions.cmake#L51 | |||
2016-08-23 | cmake: add msvc toolchain file | Stanislaw Halik | |
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-15 | cmake: allow ASLR | Stanislaw Halik | |
2016-08-14 | cmake: remove tarball generation support | Stanislaw Halik | |
It messed up permissions on cygwin, making tarballs unusable on other systems. | |||
2016-08-14 | cmake: add more stuff from source dir to source in install prefix | Stanislaw Halik | |
2016-08-14 | cmake/version: don't use sole trailing hyphen with empty build typeopentrack-2.3-rc99p11 | Stanislaw Halik | |
2016-08-14 | cmake: install source code to right directories | Stanislaw Halik | |
2016-08-14 | cmake/mingw-w64: debloat flags are relevant only for c++ | Stanislaw Halik | |
2016-08-14 | cmake: too many optimization flags for mingw-w64 | Stanislaw Halik | |
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-12 | cmake: fun mingw-w64 stuff | Stanislaw Halik | |
2016-08-12 | cmake: _USE_MATH_DEFINES was moved to central place | Stanislaw Halik | |
2016-08-12 | cmake: ensure M_PI and friends are defined | Stanislaw Halik | |
2016-08-10 | cmake: append that build is debug, not prepend | Stanislaw Halik | |
2016-08-10 | cmake: install CMakeFiles.txt and cmake/ subdir into doc/source-code | Stanislaw Halik | |
2016-08-04 | cmake: install cleye.config to modules dir also on win32 | Stanislaw Halik | |
2016-08-02 | filter/kalman: find eigen in non-standard locations | Stanislaw Halik | |
2016-08-01 | cmake: switch to c++14 | Stanislaw Halik | |
We need std::begin/end return constant iterators for const sequences. | |||
2016-07-31 | cmake: compiler path for my convenience | Stanislaw Halik | |
2016-07-30 | cmake: disable lto partitions for mingw | Stanislaw Halik | |
It affects generated code. | |||
2016-07-30 | cmake: align functions to 16-byte boundary | Stanislaw Halik | |
Helps on recent i7. | |||
2016-07-30 | cmake: define M_PI and friends on mingw-w64 | Stanislaw Halik | |
2016-07-25 | cmake: cleanup unused var | Stanislaw Halik | |
2016-07-25 | cmake/mingw-w64: default lto gzip -9 lto stream files | Stanislaw Halik | |
Highly loaded drive slows down build otherwise. | |||
2016-07-24 | cmake, qt: add qt.conf to try fix hidpi | Stanislaw Halik | |
User confirms dpiawareness=0 fixes hidpi. | |||
2016-07-19 | cmake: fix libexec dir on linux | Stanislaw Halik | |
2016-07-19 | proto/wine: unbreak | Stanislaw Halik | |
2016-07-19 | cmake: allow only detected word size of 4 or 8 | Stanislaw Halik | |
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-18 | cmake: install module stuff in ./modules/ on win32 | Stanislaw Halik | |
2016-07-18 | cmake: expose more prefixes in generated header | Stanislaw Halik | |
2016-07-18 | cmake: allow for installing a dll alongside the main executable | Stanislaw Halik | |
2016-07-16 | cmake: simplify path with no hier | Stanislaw Halik | |
2016-07-14 | cmake: cleanup unused code | Stanislaw Halik | |
2016-07-08 | cmake: don't show word size on each build | Stanislaw Halik | |
2016-07-07 | cmake: force 64-bit build on OSX unconditionally | Stanislaw Halik | |
2016-07-07 | cmake: include keyword parser at call site only | Stanislaw Halik | |
2016-07-07 | cmake: check word size | Stanislaw Halik | |
2016-07-06 | cmake: add universally good build defaults | Stanislaw Halik | |
These were in the mingw-w64 toolchain file but it's good to have them in general. | |||
2016-07-06 | cmake/rift: cmake has "else if" it turns out | Stanislaw Halik | |
2016-07-06 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. | |||
2016-07-04 | cmake/mingw-w64: enable nx bit (data execution prevention) | Stanislaw Halik | |
We don't process untrusted user data but this should be the default anyway. | |||
2016-07-03 | cmake/mingw-w64: change WARNINGS_ENABLE logic | Stanislaw Halik | |
It makes sense to default for opentrack only. Depends can be messy and they will. |