0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
python/comma/csv/test/stream: combine ascii and binary tests (in progress; stage 4) More... almost 9 years ago
comma-test-run: --junit: quick and dirty support for expected directories added More... almost 9 years ago
Merge branch 'master' of https://github.com/acfr/comma More... almost 9 years ago
python/comma/csv/test/stream: combine ascii and binary tests (in progress; stage 3) More... almost 9 years ago
comma-timeout-group: added more info for exception More... almost 9 years ago
python/comma/csv/test/stream: combine ascii and binary tests (in progress; stage 2) More... almost 9 years ago
name_value/serialize: output stream precision hardcoded to 16 More... almost 9 years ago
added comma-test-enforce
davidjxyz
as Dave Jennings
More... almost 9 years ago
comma-timeout-group: minor, no need to give the executable name in the exception text, it would be added when printing it anyway. More... almost 9 years ago
comma-timeout-group: bug-fix and test. If the application being timed out handles the signal and exists (rather then being killed by a signal), the earlier code would detect that the command has exited rather then killed and would not consider it timed out, as opposed to the behaviour of the native timeout command. (The test runs the native command for comparison as well.) More... almost 9 years ago
comma-process-util: fix exotic corner case when a process exited and its PID got reused by the very same comma_process_kill call that is tasked to terminate that process. Earlier design would send STOP to the provided PID, which is to itself, hanging forever. More... almost 9 years ago
comma-timeout-group: fix build rules, the macro name is WITH_SYSTEMD, not HAVE_SYSTEMD (just a typo). Also, quote arguments to source_file_properties. More... almost 9 years ago
Merge branch 'master' of https://github.com/acfr/comma More... almost 9 years ago
python/comma/csv/test/stream: combine ascii and binary tests (in progress) More... almost 9 years ago
Move timeout-related tests to util, the routine is not written in bash anymore. More... almost 9 years ago
comma-timeout-group: add '--enforce-group' option; those users that cannot accept the fallback behaviour of waiting for process groups in bash, can use this option to require comma-timeout-group linked against procps. More... almost 9 years ago
comma-process-util: minor, typo in a doxygen comment. More... almost 9 years ago
csv-join flag-matching: tests for binary mode More... almost 9 years ago
comma-process-util: pass verbose flag to comma-timeout-group if running in verbose mode; because of this dual use rename the variable containing the flag. More... almost 9 years ago
comma-timeout-group: more trace messages in verbose mode. More... almost 9 years ago
comma-timeout-group: minor, fix compilation warning. More... almost 9 years ago
python/comma/csv/stream.py: rename missing_fields_array -> missing_values (and return structured scalar rather than an array) More... almost 9 years ago
Merge branch 'master' of https://github.com/acfr/comma More... almost 9 years ago
Re-enable all the comma-timeout-group tests. More... almost 9 years ago
Fix the test to cover comma-timeout-group with and without group waiting. More... almost 9 years ago
comma-test-run: restore using comma-timeout-group with a fallback if group wait is not supported. More... almost 9 years ago
comma-timeout-group: minor fix to build both with and w/o libprocps. More... almost 9 years ago
comma-process-util: mostly revert 3d1ac9791058c27235aab06af937ebc602395dd1 (for this file only). Still wait for the process group explicitly if comma-timeout-group is built without procps support. More... almost 9 years ago
comma-process-util: revert a614939e2ddad7c6e6624ba78f208b136665388f, again use comma-timeout-group. More... almost 9 years ago
comma-timeout-group: conditional compilation (preprocessing) for builds with and without procps library. More... almost 9 years ago