0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 08, 2024 — Jun 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/acfr/comma More... over 8 years ago
io-cat: a bug fixed in determining whether a stream is ready or closed More... over 8 years ago
io-bandwidth: a bug fixed More... over 8 years ago
io::select: ready() made return false, if descriptor is not found More... over 8 years ago
csv-repeat: fixed exhausting stdin (data may still be available on std::istream) More... over 8 years ago
io-cat: debug print removed More... over 8 years ago
io-cat: using rdbuf()->in_avail() instead of available_on_file_descriptor() More... over 8 years ago
io-tee: using rdbuf()->in_avail() instead of available_on_file_descriptor() More... over 8 years ago
io-bandwidth: using rdbuf()->in_avail() instead of available_on_file_descriptor() More... over 8 years ago
csv-repeat: using rdbuf()->in_avail() instead of available_on_file_descriptor() More... over 8 years ago
io::stream: available() renamed to available_on_file_descriptor() to avoid confusion More... over 8 years ago
Merge branch 'master' of https://github.com/acfr/comma More... over 8 years ago
io-cat: commented out debug stuff added More... over 8 years ago
add support for +/- infinite times More... over 8 years ago
csv-repeat: no need to check is_shutdown so frequently
davidjxyz
as Dave Jennings
More... over 8 years ago
bash/test/comma_env/default/expected: increased expected size of output of "set" command due to extra function in comma-string-util, which comma-env-util indirectly sources
davidjxyz
as Dave Jennings
More... over 8 years ago
comma-string-util: minor tweak
davidjxyz
as Dave Jennings
More... over 8 years ago
comma_expand_ranges: added tests
davidjxyz
as Dave Jennings
More... over 8 years ago
comma-string-util: added comma_expand_ranges
davidjxyz
as Dave Jennings
More... over 8 years ago
bash/test/options/test: use correct delimiter for options (change colon to semicolon) More... over 8 years ago
application/applications/test/comma_options_to_name_value: add tests More... over 8 years ago
application/command_line_options.cpp: add google tests for default value More... over 8 years ago
comma-application-util: fixed typo in comment
davidjxyz
as Dave Jennings
More... over 8 years ago
application/applications/comma-options-to-name-value.cpp: allow default values More... over 8 years ago
Merge branch 'master' of https://github.com/acfr/comma More... over 8 years ago
csv-repeat: added test for watchdog mode
davidjxyz
as Dave Jennings
More... over 8 years ago
csv-repeat: improved --period test replaces simple
davidjxyz
as Dave Jennings
More... over 8 years ago
csv-repeat: added help for watchdog mode
davidjxyz
as Dave Jennings
More... over 8 years ago
csv-repeat: renamed test in line with option name change
davidjxyz
as Dave Jennings
More... over 8 years ago
csv-repeat: sped up tests
davidjxyz
as Dave Jennings
More... over 8 years ago