Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-24 | cmake: switch to using dynamically-linked CRT | Stanislaw Halik | |
It's been verified to work on Windows XP. | |||
2016-12-08 | cmake: use CMAKE_COMMAND var | Stanislaw Halik | |
2016-12-08 | cmake: fix translation generation | Stanislaw Halik | |
2016-11-29 | contrib, cmake: add stub translation generator | Stanislaw Halik | |
Issue: #500 | |||
2016-11-18 | cmake: enable translating nl_NL locale | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-09-21 | cmake: hopefully fix intermittent failure on mrproper | Stanislaw Halik | |
2016-09-18 | cmake: add public domain + warranty disclaimer to main build script | Stanislaw Halik | |
2016-09-16 | cmake: fix RC language build breakage sometimes | Stanislaw Halik | |
2016-09-11 | cmake: add mrproper target | Stanislaw Halik | |
2016-09-09 | add support for migrations | Stanislaw Halik | |
They're run from the UI thread so can even be interactive. | |||
2016-08-23 | cmake: refactor boilerplate for projects | Stanislaw Halik | |
Don't rely on a macro that shouldn't be necessary. The information "opentrack_boilerplate" retrieves is now factored out to be easily available to projects themselves. opentrack_boilerplate can now also build executables. When appropriate, target properties are now concatenated rather than replaced. | |||
2016-08-17 | move options framework into its own library | Stanislaw Halik | |
- adjust usages - add support for QList signals and metatype | |||
2016-08-14 | cmake: remove tarball generation support | Stanislaw Halik | |
It messed up permissions on cygwin, making tarballs unusable on other systems. | |||
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-07-31 | cmake: connect cv module | Stanislaw Halik | |
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-07 | make things compile for me, on M$ VC++ community edition 2015 update 3 | DaMichel | |
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 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. | |||
2016-05-22 | cmake: rename macros -> boilerplate | Stanislaw Halik | |
2016-05-16 | cmake: check for build directory sanity before declaring the project | Stanislaw Halik | |
This does the check before compiler tests, spewing less crapola into the source directory. | |||
2016-04-23 | cmake: explicitly disallow source directory being equal to build directory | Stanislaw Halik | |
Causes frequent user confusion on Linux. | |||
2015-11-22 | cmake: build osx .app only after install | Stanislaw Halik | |
By accident tarball was build prior to install qxt-mini. | |||
2015-11-01 | qxt-mini: make own module | Stanislaw Halik | |
2015-10-31 | fix osx install bundle orderopentrack-2.3-rc20p1 | Stanislaw Halik | |
2015-10-30 | also rename protocol -> proto | Stanislaw Halik | |
2015-10-30 | rename gui directory | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-29 | support rift 0.2.5, 0.4.2, 0.8.0 | Stanislaw Halik | |
Issue: #263 | |||
2015-10-29 | rift: finish 0.2.5 support | Stanislaw Halik | |
2015-10-28 | buffer flush | Stanislaw Halik | |
2015-10-28 | rename "clientfiles/" to "contrib/" as customary | Stanislaw Halik | |
2015-10-20 | cmake: add osx policy to make it shutup | Stanislaw Halik | |
2015-10-20 | cmake: timestamp logic simplify/fix | Stanislaw Halik | |
2015-10-20 | cmake: no timestamp for tag builds | Stanislaw Halik | |
2015-10-18 | cmake: regen before making tarball | Stanislaw Halik | |
Updates timestamp as it should. | |||
2015-10-17 | cmake: upload tarball to Dropbox but only if I'm the user | Stanislaw Halik | |
2015-10-17 | cmake: add tarball timestamp so it gets rebuilt | Stanislaw Halik | |
2015-10-17 | cmake: don't regen version if none changed | Stanislaw Halik | |
Fixes caused re-link of executable | |||
2015-10-17 | fix tarball target | Stanislaw Halik | |
2015-10-17 | cmake: mark dirty tree | Stanislaw Halik | |
2015-10-17 | cmake: regen tarball even if exists | Stanislaw Halik | |
2015-10-17 | cmake: generate version.cc | Stanislaw Halik | |
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Sponsored-by: TrackHat Issue: #229 | |||
2015-10-03 | cmake: simplify | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-21 | added a tracker that uses the RealSense SDK | Xavier Hallade | |