summaryrefslogtreecommitdiffhomepage
path: root/csv/csv.cpp
AgeCommit message (Collapse)Author
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