0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
csv-thin --fps removed More... almost 8 years ago
csv-thin: very minor change More... almost 8 years ago
csv-thin: fix for bug when -d is very low e.g. 0.0000001 More... almost 8 years ago
bash_completion.d/comma: put items in alphabetical order More... almost 8 years ago
csv output stream updated append More... almost 8 years ago
Merge branch 'master' of https://github.com/acfr/comma More... almost 8 years ago
csv output stream: added append method More... almost 8 years ago
csv-time-join: modularised test suite More... almost 8 years ago
csv::binary made copyable (had a const member for no good reason) More... almost 8 years ago
csv-time-join: fix up test input files More... almost 8 years ago
csv-time-join: added missing input files for tests More... almost 8 years ago
csv-time-join: remove --no-discard option More... almost 8 years ago
csv-time-join: deprecate --time-only option alias More... almost 8 years ago
csv-time-join: improve help More... almost 8 years ago
removed csv-time-join.new.cpp - the changes have been merged in More... almost 8 years ago
csv-time-join: added more examples to help More... almost 8 years ago
csv-time-join: actually check test output More... almost 8 years ago
csv-time-join: help: clarified that --realtime only applied to streams More... almost 8 years ago
csv-time-join: recognise that --realtime is mutually exclusive with other <how> options More... almost 8 years ago
csv-time-join: fixed segfault with --realtime option More... almost 8 years ago
csv-time-join: fix issue with first or last records being dropped More... almost 8 years ago
csv-time-join: fixed typo in warning message More... almost 8 years ago
csv-time-join: added extended examples to help More... almost 8 years ago
csv-time-join: brushed up help More... almost 8 years ago
arm.toolchain.cmake: remove "comment" from else() and endif() More... almost 8 years ago
arm.toolchain.cmake: fixed typo in comment More... almost 8 years ago
c++11 support: move all the related code into a file of its own, include the file if on UNIX, install the file to be reused in downstream projects. More... almost 8 years ago
c++11 support: move all the c++ standard selection code under if(UNIX) because nothing is done for Windows at all (leaving it up to the user to configure compiler flags manually). Store the default version to use (11) as a separate variable and use it in the warning message about insufficient standard support. More... almost 8 years ago
c++11 support: fix accumulation of ugly spaces in front of -std=c++* option. More... almost 8 years ago
c++11 support: re-factor the code throughly aiming to future-proof it. Now the end-use may select to use any version of the C++ standard, and the build rules (UNIX-only) would check compatibility and, in the case of c++0x, warn about insufficient compiler capabilities (try your luck case), however, would not prevent the build. More... almost 8 years ago