Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-25 | cmake/version: don't export from static library | Stanislaw Halik | |
2017-02-24 | cmake: install program sources more robustly | Stanislaw Halik | |
Before it skipped some subdirectory parts. | |||
2017-02-24 | cmake/i18n: fix dependencies | Stanislaw Halik | |
Was broken on Unix make. | |||
2017-02-23 | cmake/i18n: express i18n target deps properly | Stanislaw Halik | |
2017-02-22 | cmake: change translation regen logic | Stanislaw Halik | |
- lupdate runs after every source code change for that module - lrelease depends on .ts files created by lupdate - SDK_REGEN_TRANSLATIONS got removed - file dependencies are expressed right, so parallel build works | |||
2017-02-22 | cmake/i18n: express file dependencies correctly | Stanislaw Halik | |
Otherwise parallel make was doing lupdate -> lrelease out of order, leading to badness. Also build failing unless all .ts files existed. We need a way to bootstrap .ts files obviously. | |||
2017-02-19 | cmake/i18n: make lrelease run depending on .ts files | Stanislaw Halik | |
2017-02-19 | cmake/i18n: always run lrelease | Stanislaw Halik | |
Accidentally, either both lupdate and lrelease were run or none. | |||
2017-02-13 | cmake: allow run i18n target if SDK_REGEN_TRANSLATIONS is false | Stanislaw Halik | |
2017-01-13 | cmake: find editbin with Visual Studio .sln generator | Stanislaw Halik | |
2017-01-13 | cmake/build: remove dead code | Stanislaw Halik | |
2017-01-01 | Revert "cmake: switch to using dynamically-linked CRT" | Stanislaw Halik | |
This reverts commit 28d028d26abaaa5c6192624262811e2989de36de. | |||
2016-12-28 | cmake: fix translations on Linux | Stanislaw Halik | |
2016-12-28 | cmake: fix msvc build | Stanislaw Halik | |
2016-12-28 | cmake: newer cmake requires setting c++ standard through t | Stanislaw Halik | |
2016-12-24 | cmake: switch to using dynamically-linked CRT | Stanislaw Halik | |
It's been verified to work on Windows XP. | |||
2016-12-16 | cmake: fix mrproper -> install without regen translations enabled | Stanislaw Halik | |
2016-12-16 | cmake: move mrproper code to indexed project file | Stanislaw Halik | |
Also remove the username guard. | |||
2016-12-08 | cmake: fix typo | Stanislaw Halik | |
Wow, it's been there for a while | |||
2016-12-08 | cmake: fix translations always updating | Stanislaw Halik | |
2016-12-08 | cmake: fix translation generation | Stanislaw Halik | |
2016-12-03 | cmake: default to regen i18n on every build | Stanislaw Halik | |
2016-11-29 | cmake: fix markdown harderopentrack-2.3.0 | Stanislaw Halik | |
2016-11-29 | add authorship and licensing information | Stanislaw Halik | |
2016-11-23 | cmake: don't regen translations all the time by default | Stanislaw Halik | |
2016-11-21 | tracker/qt-gamepad: add stub | Stanislaw Halik | |
2016-11-05 | cmake: fix build when .ts not made yet | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-11-04 | cmake/msvc: add -nologo | Stanislaw Halik | |
2016-11-03 | cmake: always copy qt5 to install dir on Windows | Stanislaw Halik | |
Simplify the logic also. | |||
2016-10-23 | cmake: change mingw-w64 compiler path | Stanislaw Halik | |
2016-10-06 | cmake/msvc: /DEBUG:FASTLINK has incomplete .pdbs, use normal /DEBUG | Stanislaw Halik | |
2016-09-28 | cmake/msvc: fix using toolchain file for opencv from git | Stanislaw Halik | |
2016-09-25 | cmake/msvc: /debug -> /debug:fastlink | Stanislaw Halik | |
2016-09-21 | cmake: don't install .pdb for now | Stanislaw Halik | |
They're big as hell and take too much time to compress. | |||
2016-09-21 | cmake: move install pdb as separate function | Stanislaw Halik | |
2016-09-20 | cmake/mrproper: clarify | Stanislaw Halik | |
2016-09-20 | cmake: install .pdb files | Stanislaw Halik | |
2016-09-20 | cmake: set install prefix permissions consistently | Stanislaw Halik | |
2016-09-20 | cmake: install(CODE ...) has access to install prefix | Stanislaw Halik | |
2016-09-19 | cmake: allow for build without install | Stanislaw Halik | |
For unfinished modules to avoid bit rot. | |||
2016-09-18 | add warranty terms into readme | Stanislaw Halik | |
Discussed-with: @DaMichel | |||
2016-09-18 | cmake: add a separate public domain clause to the whole build dir | Stanislaw Halik | |
2016-09-18 | cmake/hier: add another rude all-caps disclaimer | Stanislaw Halik | |
It deletes files in a subdirectory so why not. | |||
2016-09-17 | cmake/mrproper: add a long and boring all-caps warranty disclaimer | Stanislaw Halik | |
2016-09-16 | cmake/mrproper: reindent | Stanislaw Halik | |
2016-09-16 | cmake: allow for "mrproper" to delete install directory | Stanislaw Halik | |
This doesn't yet support mingw-w64 builds. Isn't hard to implement. The build script automatically copies Qt libraries in the right place. Now we have no more stale stuff in the install directory. In fact, everything but CMakeCache.txt is deleted. | |||
2016-09-11 | cmake/word-size: nonsense | Stanislaw Halik | |
2016-09-11 | cmake/platform: add public domain header, will be used in another project. | Stanislaw Halik | |
2016-09-11 | cmake/boilerplate: remove tautology | Stanislaw Halik | |