0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
comma-timeout-group: minor refactoring for listing the known signals. More... almost 9 years ago
comma-timeout-group: library list for linking conditional on procps support. More... almost 9 years ago
comma-timeout-group: finish the CMake part of the conditional compilation: if not Windows, if has procps development packages, whether procps is built with systemd support. More... almost 9 years ago
Systemd detection: suppress output, give variables better names. More... almost 9 years ago
Attempt to detect the presence of systemd at configuration time and set up the appropriate flag for compiling procps-related functions (data sizes). More... almost 9 years ago
python/comma/csv/stream.py: use missing_fields_array of size 1, since no merging is performed More... almost 9 years ago
python/comma/csv/test/unit/test_stream.py: fix test (data_extraction_dtype is obsolete) More... almost 9 years ago
Temporarily disable comma-timeout-group until systemd-related issues are fixed. Until then a few test may fail here and there. More... almost 9 years ago
Merge branch 'master' of https://github.com/acfr/comma More... almost 9 years ago
added format_string() to csv options and used it for binary_stream constructor More... almost 9 years ago
python/comma/csv/stream.py: use data_extraction_fields instead of data_extraction_dtype More... almost 9 years ago
comma-timeout-group: do not build if on WIN32. More... almost 9 years ago
comma-timeout-group: to-do note, ignore, do not do. No benefit to split a double into integers, compose into boost::time_duration, then convert back into double. More... almost 9 years ago
comma-timeout-group: concerns expressed in to-do note are not founded, all works. Add a small test to prove. More... almost 9 years ago
comma-timeout-group: to-do comment incorrect, all works fine. Added a test to prove. More... almost 9 years ago
comma-timeout-group: the --list-known-signals output is one signal name per line. Fixing the test difficult: can pass a pipeline as the input command, but then the exit status of the first pipeline element is lost; cannot use comma_status_ok in the generic comma_test_commands function because it does not know which of the failed exit status values to return (in this case, if command is 'comma-timeout-group --list-known-signals | tr', the status shall be of the 0-th pipeline element, but generic comma_test_commands does not know it). Had to wrap the command above into a new function that returns the desired exit status. More... almost 9 years ago
python/comma/csv/applications/test/csv-eval/full_xpath/default_false/unambiguous: use fields with blanks More... almost 9 years ago
comma-test-run: expected directory test added More... almost 9 years ago
comma-timeout-group: use numeric_limits<double>::max instead of DBL_MAX. More... almost 9 years ago
comma-timeout-group: improve help, in examples show one feature at a time. More... almost 9 years ago
comma-timeout-group: improve help, correctly describe interaction of '-k' and '--wait-for-process-group' durations. More... almost 9 years ago
comma-timeout-group: support short form '-v' for verbose. More... almost 9 years ago
comma-timeout-group: post-review, some changes in error message and help plus to-do list (to-do). More... almost 9 years ago
Minor: in some tests use an external script instead of a bash function, just so that it is easier to find the script in ps output and kill. More... almost 9 years ago
python/comma/csv/stream.py: performance improvement for binary streams with shuffled or missing fields (big code clean up is needed) More... almost 9 years ago
python/comma/csv/applications/test/csv-eval/full_xpath/default_false/unambiguous: use more complex full-xpaths More... almost 9 years ago
Remove dependency of comma rpm on the older timeout-group package. More... almost 9 years ago
Remove the "extended" sub-directory, always test comma-timeout-group and not the native timeout. More... almost 9 years ago
Stop testing native timeout and bash for race conditions. There are too many platform-specific variations, and we aim to use our own comma-timeout-group in all the cases anyway. More... almost 9 years ago
Update the test following the removal of comma-timeout selector/wrapper. More... almost 9 years ago