Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix small compilation issue
|
|
|
|
|
|
|
|
|
|
|
|
- set cmake_compiler_is_gnu<lang> consistently for clang
- don't allow using GNU C xor GNU CXX
- set necessary common msvc flags
- remove OPENTRACK_API define, we've forked hatire
- remove tautologies in checks
|
|
|
|
|
|
|
|
|
|
tie_setting to tracker/filter/proto raced with connection that saved the
modules into .ini on disk. Worse, the problem was swept under the rug by
calling save_modules() in dtor.
|
|
|
|
|
|
|
|
|
|
Otherwise tied version overwrites given migration before it's run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're run from the UI thread so can even be interactive.
|
|
|
|
|
|
Found-by: valgrind
|
|
|
|
|
|
|
|
|
|
|
|
tracklogging: begone file selector gui
|
|
when the tracker starts.
|
|
|
|
Reported-by: @Sone989
Issue: #440
|
|
|