summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.h
AgeCommit message (Collapse)Author
2017-03-28start renaming internal macros as OPENTRACK_* to OTR_*Stanislaw Halik
2016-07-07make things compile for me, on M$ VC++ community edition 2015 update 3DaMichel
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
2015-11-01cmake: less linkage boilerplateStanislaw Halik
2015-11-01use newly-added preprocessor variableStanislaw Halik
2015-10-06csv: cleanupStanislaw Halik
2015-07-08retab and reformat onlyStanislaw Halik
2014-11-02rename csv module dirStanislaw Halik