Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-12 | all: rename modules s#^opentrack-##. and opentrack -> api | Stanislaw Halik | |
Adjust usages. | |||
2016-08-10 | compat/timer: allow for converting usecs -> long | Stanislaw Halik | |
2016-07-07 | make things compile for me, on M$ VC++ community edition 2015 update 3 | DaMichel | |
2016-06-16 | all: 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. | |||
2016-06-10 | compat/timer: cleanup harmless warnings | Stanislaw Halik | |
2016-05-16 | compat/timer: add elapsed_seconds method | Stanislaw Halik | |
2015-10-24 | timer: guard against overflow on win32 | Stanislaw Halik | |
2015-10-24 | timer: sprinkle some const | Stanislaw Halik | |
2015-10-11 | timer: fix overflow | Stanislaw Halik | |
Issue: #253 | |||
2015-07-25 | move portability classes to compat library | Stanislaw Halik | |