Age | Commit message (Collapse) | Author |
|
It's not annoying having to type it anymore. Also
"otr_boilerplate" -> "otr_module".
|
|
|
|
Lambdas with explicit return values are fun.
|
|
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.
|
|
We don't use c++14 features yet, and GNU 5.3.0 has missing make_unique anyway.
|
|
Adjust usages.
|
|
We need std::begin/end return constant iterators for const sequences.
|
|
|
|
|
|
|
|
There's no need to do that. It never changes unless the toolchain
changes.
|
|
|
|
|
|
|
|
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.
|
|
- Remove "this->" where it's not needed. Possibly rename shadowed vars.
- Don't reload the options bundle manually since `options::opts' exists
for that very reason.
- Remove '^ \+$' whitespace
- :retab
|
|
|
|
|