Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-06 | compat/options: get rid of std::string usage | Stanislaw Halik | |
It's pointless to use it here. | |||
2015-12-06 | compat/options: move from header | Stanislaw Halik | |
2015-12-06 | api/camera-names: move to compat/ | Stanislaw Halik | |
2015-12-06 | compat/shm: fix build | Stanislaw Halik | |
2015-12-03 | compat/shm: move header inclusion after guard | Stanislaw Halik | |
2015-12-03 | api, compat: clean up verbose fprintf logspam | Stanislaw Halik | |
2015-11-22 | compat/options: no need to heap-alloc here | Stanislaw Halik | |
2015-11-11 | options: konst korrektness | Stanislaw Halik | |
2015-11-05 | shm: set right permissions for the mapping | Stanislaw Halik | |
Fix a copy-paste error. | |||
2015-11-02 | shm: guard pragma against non-GNUC | Stanislaw Halik | |
2015-11-01 | shm: fix winegcc on osx targetting 10.8 | Stanislaw Halik | |
see: [ 74%] Generating opentrack-wrapper-wine.exe.so In file included from /Users/sthalik/dev/opentrack/proto-wine/opentrack-wrapper-wine-windows.cxx:7: In file included from /Users/sthalik/dev/opentrack/opentrack-compat/shm.cpp:9: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cstdio:108:10: fatal error: 'support/win32/support.h' file not found ^ 1 error generated. winegcc: clang++ failed | |||
2015-11-01 | shm: allow everyone to use the mapping on win32 | Stanislaw Halik | |
Issue: #261 | |||
2015-11-01 | options: whitespace | Stanislaw Halik | |
2015-11-01 | options: don't define options singleton in every module | Stanislaw Halik | |
Instead, define in opentrack-api.so only. Also, move to opentrack-compat to break a circular dependency | |||
2015-11-01 | all: adjust options.hpp move to compat | Stanislaw Halik | |
2015-11-01 | cmake: export only needed symbols | Stanislaw Halik | |
2015-11-01 | cmake: less linkage boilerplate | Stanislaw Halik | |
2015-11-01 | shm: ignore diagnostic for Wine build | Stanislaw Halik | |
2015-11-01 | compat: we can't use Qt here | Stanislaw Halik | |
2015-11-01 | cmake: less boilerplate, link dynamically | Stanislaw Halik | |
2015-11-01 | use newly-added preprocessor variable | Stanislaw Halik | |
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 | |||
2015-10-24 | timer: guard against overflow on win32 | Stanislaw Halik | |
2015-10-24 | timer: sprinkle some const | Stanislaw Halik | |
2015-10-20 | all: update copyright where appropriate | Stanislaw Halik | |
2015-10-20 | all: comments only | Stanislaw Halik | |
2015-10-11 | timer: fix overflow | Stanislaw Halik | |
Issue: #253 | |||
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-14 | reformat | Stanislaw Halik | |
2015-08-14 | run basename on Linux process detector | Stanislaw Halik | |
2015-08-14 | fix Linux game detection code | Stanislaw Halik | |
Issue: #181 | |||
2015-08-13 | fixed process detector for OSX | Stanislaw Halik | |
Issue: #181 | |||
2015-08-13 | initial broken multi-platform process lister | Stanislaw Halik | |
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |