Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-06 | gui, api, csv: support hier(7) on Unix | Stanislaw Halik | |
This affects platforms such as FreeBSD, Cygwin or Linux. | |||
2016-06-24 | csv, proto/ft: workaround link bug on win32 with no lto | Stanislaw Halik | |
Need link dynamic, otherwise symbol lookup failure. | |||
2016-06-14 | csv: code quality fixes | Stanislaw 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-14 | csv: reformat only | Stanislaw Halik | |
2016-06-14 | csv: reformat only | Stanislaw Halik | |
2016-06-14 | csv: fix GNU CXX 6.1 scanf modifier | Stanislaw 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-01 | use newly-added preprocessor variable | Stanislaw Halik | |
2015-10-11 | facetracknoir update license | Stanislaw Halik | |
@V4Friend agreed to change license to non-copyleft. I thank him for this. | |||
2015-10-06 | csv: cleanup | Stanislaw Halik | |
2015-08-22 | props changed only | Stanislaw Halik | |
Some source files had executable bit on. Remove it. | |||
2015-08-21 | csv: use unsigned char in scanf | Stanislaw Halik | |
2015-07-01 | freetrack: use volatile | Stanislaw Halik | |
2014-11-02 | rename csv module dir | Stanislaw Halik | |