summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.cpp
AgeCommit message (Collapse)Author
2017-08-14some style fixesStanislaw Halik
2017-07-24csv: show only existing idStanislaw Halik
2017-07-24csv: output game id at right placeStanislaw Halik
2017-07-24csv: add debug infoStanislaw Halik
2017-06-18csv: link staticStanislaw Halik
2017-01-28csv: don't logspam game changes when not neededStanislaw Halik
2016-09-27csv: emit debug info with module prefixStanislaw Halik
2016-07-18some: adjust install paths and invocationsStanislaw Halik
2016-07-18csv: omg #385Stanislaw Halik
2016-07-08gui, api, proto/wine: get rid of library path as exported symbolStanislaw Halik
There's no need to do that. It never changes unless the toolchain changes.
2016-07-08csv: clang says std::move makes copy elision worseStanislaw Halik
2016-07-08csv: clang whines about qstringliteralStanislaw Halik
2016-07-08gui, api: plugin-support needs to remain header-onlyStanislaw Halik
Move "opentrack_library_path" to the gui module.
2016-07-06gui, api, csv: support hier(7) on UnixStanislaw Halik
This affects platforms such as FreeBSD, Cygwin or Linux.
2016-06-24csv, proto/ft: workaround link bug on win32 with no ltoStanislaw Halik
Need link dynamic, otherwise symbol lookup failure.
2016-06-14csv: code quality fixesStanislaw Halik
- use std::move where applicable - reformat more - make const stuff static, use QStringLiteral - fix regexes to make progress more - always move further into file even if regexes fail - apply less defensive coding, but still enough - remove stuff we don't use
2016-06-14csv: reformat onlyStanislaw Halik
2016-06-14csv: reformat onlyStanislaw Halik
2016-06-14csv: fix GNU CXX 6.1 scanf modifierStanislaw Halik
GNU cxx 6.1 doesn't allow for non-standard cxx scanf modifiers. Have to use %02x and convert to unsigned char later.
2015-11-01use newly-added preprocessor variableStanislaw Halik
2015-10-11facetracknoir update licenseStanislaw Halik
@V4Friend agreed to change license to non-copyleft. I thank him for this.
2015-10-06csv: cleanupStanislaw Halik
2015-08-22props changed onlyStanislaw Halik
Some source files had executable bit on. Remove it.
2015-08-21csv: use unsigned char in scanfStanislaw Halik
2015-07-01freetrack: use volatileStanislaw Halik
2014-11-02rename csv module dirStanislaw Halik