summaryrefslogtreecommitdiffhomepage
path: root/opentrack-compat/shm.h
AgeCommit message (Collapse)Author
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.
2016-07-16few: update/add copyrightStanislaw Halik
2016-06-16all: split "api" into "api" and "logic"Stanislaw Halik
Here, the "logic" module has all the stuff for building one's own graphical user interface. The "api" module has stuff used by other trackers. While at it, each of "api", "logic", and "compat" need their own export headers. This is because of preprocessor symbol clashes. This is all because a change in the "gui"-only dependency required a relink of all the trackers, protocols, and flters. It takes too long when building in the release configuration. With the split, only the "gui" module gets rebuilt. Since it has close to no static dependencies, it's fast enough.
2015-11-02shm: guard pragma against non-GNUCStanislaw Halik
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-11-01cmake: less linkage boilerplateStanislaw Halik
2015-11-01shm: ignore diagnostic for Wine buildStanislaw Halik
2015-11-01compat: we can't use Qt hereStanislaw Halik
2015-11-01use newly-added preprocessor variableStanislaw Halik
2015-07-25move portability classes to compat libraryStanislaw Halik