openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
acfr-comma
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 03, 2024 — Jun 03, 2025
Showing page 19 of 122
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
csv-bin-cat, csv-bin-cut: to-do notes added.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: minor, better error message if no arguments given. Clean up help and comments.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: make unit tests to use canned data; data generation took a few seconds each time.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: fix the '--count' handling, now all unit tests pass.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: fix the '--skip' implementation.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: test on multiple files, test '--count' and '--skip' options. Some tests _fail_, to be continued.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: remove old, commented-out prototype code.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: first unit test.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: bug-fixes, properly handle eof, handle multiple output fields. Still likely incomplete but can be unit tested already.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: first version that compiles and works in simplest cases (does not work yet for more complex scenarios).
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: start implementation, but still mostly at '--help'-design.
Dmitry Mikhin
More...
about 8 years ago
csv-bin-cat: first draft, does nothing yet, design by '--help'.
Dmitry Mikhin
More...
about 8 years ago
io-tee: flushing pipe on exit added
seva
More...
about 8 years ago
csv-time; enable conversion of user given format
Aneel Rathore
More...
about 8 years ago
comma-timeout-group: minor, calculate nanosecond component of duration only when duration is below the maximal value in the first place, zero otherwise.
Dmitry Mikhin
More...
about 8 years ago
comma-timeout-group: check duration and if needed set to the system's max supported value (e.g. 32-bit)
v-do
More...
about 8 years ago
comma-process-util: fixed validating (and starting up) processes on sluggish systems
v-do
More...
about 8 years ago
bash: made kill commands more portable
v-do
More...
about 8 years ago
csv-format: added repeat operation, like 2i,3f --count 2 -> 2i,3f,2i,3f
Dmitry Mikhin
More...
over 8 years ago
comma-test-util: reverting comma_test_commands(), it cannot be improved
dewey
More...
over 8 years ago
Merge branch 'master' of https://github.com/acfr/comma
dewey
More...
over 8 years ago
csv-enumerate: --help written
seva
More...
over 8 years ago
csv-enumerate: --help written
seva
More...
over 8 years ago
csv-enumerate: count output added to --map
seva
More...
over 8 years ago
csv-enumerate implemented
seva
More...
over 8 years ago
Revert "comma-test-util: comma_status_command now check status of the whole pipeline for each test" PIPESTATUS is not returned from eval.
dewey
More...
over 8 years ago
csv/applications: remove most plain uses of signal_flag. It is unnecessary and potentially dangerous because under some circumstances the current implementation could "loose" signals altogether: by default, signal_flag handles SIGPIPE. This signal is sent when the output of the application in question disappears: write into a pipe, the pipe reader is gone, get SIGPIPE in return. However, the output is often buffered and not flushed. Therefore, the SIGPIPE is sent not in the inner application loop when writes are done, but only later when buffers are flushed. In case of small to moderate data, the flush happens only when the application exits, which is well past the point where the signal flag is checked. Therefore, the flag is set but never checked and the application exits with a normal exit code effectively ignoring the signal.
Dmitry Mikhin
More...
over 8 years ago
add microseconds to csv-time output
Matthew Imhoff
More...
over 8 years ago
Remove signal_flag.h from applications that do not use it.
Dmitry Mikhin
More...
over 8 years ago
comma-test-util: comma_status_command now check status of the whole pipeline for each test
dewey
More...
over 8 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
121
122
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree