Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Conversation

@mimhoff
Copy link

@mimhoff mimhoff commented Jul 13, 2023

Some changes to build on Ubuntu 22.04.

Actually, comma seems to build fine without these - but snark fails.

boost::regex has been moved to std
boost::bind no longer uses global constants _1, _2, these are now in boost::placeholders namespace

seva and others added 30 commits May 16, 2024 17:44
…and multiple sources implemented and tested
Switch to deque for flexability.
Add convenience function pop all element.
vlaskine and others added 28 commits April 28, 2025 11:06
… parameter; unit test: negative test made more outrageous, otherwise yaml swallows anything
…itch statement: case 2: replaced with default:
…nt); otherwise, it does not compile if point and index types are the same
… basics tested; Map.at(point, radius): in progress...
… basics tested; Map.at(point, radius): in progress...
…() since the former is deprecated and will be removed - supposedly from c++17, but gcc seems to still support it
 - eof() returns true only when all files are exhausted
 - read() only advances to next file when current file reaches EOF
 - test cases for istreams behaviour with single and multiple files
…ersion for backward compatibility as cmake 4 has discontinued support for anything less than 3.5
…efore running execlp(); otherwise pipelines like yes|csv-thin|csv-time-stamp do not exit if csv-time-stamp crashes (or is killed); the reason is that lots of applications (in comma and snark anyway) don't enable SIGPIPE handler explicitly and rely on default, which is inherited from the process calling exec
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants