0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Added condition var notify_all()'s to the wait_push()'s. More... almost 11 years ago
- Added implementation of sync_queue<>. - Implemented sync_queue_impl_selector.h, which selects at compile time between this sync_queue<> and Boost's sync_queue<>. Pulls the latter into the global namespace. - Replaced explicit uses of boost::concurrency::sync_queue with undecorated sync_queue. More... almost 11 years ago
<Auto Generated by Git> Resolves #15. More... almost 11 years ago
- Error message formatting changes. More... almost 11 years ago
- Changed to a link test, the type is actually defined in gcc 4.8 but won't link. More... almost 11 years ago
- Added check for regex_iterator<> to configure.ac. - Added some toolset= support to Makefile-Boost.am. More... almost 11 years ago
Merge branch 'feature/config_test0001' More... about 11 years ago
- Added a line about required gcc version. More... about 11 years ago
- Added Prerequisites header to README.md. More... about 11 years ago
Merge branch 'feature/ISSUE14-LinuxThreadsOneCore' More... about 11 years ago
- Added if() around AssignToNextCore(); hardcoded to false, maintaining for possible future experimentation. - FileScanner now uses open()/read()/close() vs. mmap()/munmap() to get the file contents. Performance and scalability is dramatically better on Cygwin and Linux. More... about 11 years ago
Abstracted away how the file gets mapped into memory in FileScanner. Now can be either mmapped or open/read/closed. More... about 11 years ago
Forgot to include thread. More... about 11 years ago
Macro case correction. More... about 11 years ago
- Added core-distribution solution based on sched_setaffinity(). More... about 11 years ago
Resolved #13. More... about 11 years ago
- Cleanup up a number of warnings. - Removed -fpermissive from configure.ac. More... about 11 years ago
- Resolved #12. More... about 11 years ago
- Added line to make sure README.rd got distributed and installed. More... about 11 years ago
- Added -fno-omit-frame-pointer to AM_CXXFLAGS to help with profiling. - Fixed test in third_party/Makefile-Boost.am for existence of tarball path. More... about 11 years ago
- Fixed up addresses in AC_INIT(). - Removed spaces from README.md's "Universal Code Grep"s. More... about 11 years ago
Resolves Issue #11. More... about 11 years ago
configure.ac no in Autoconf-recommended order. More... about 11 years ago
configure.ac changes to select between -std=c++11 and -std=gnu++11, put results in AM_CXXFLAGS. Not great (configure-time order is slightly weird), but seems to work and OK for now. More... about 11 years ago
Resolved #2. More... about 11 years ago
Got a start on README.md anyway. More... about 11 years ago
Interim. More... about 11 years ago
Trying link support. More... about 11 years ago
Renamed README to README.md to get GitHub's markdown support. More... about 11 years ago
Resolves #8. More... about 11 years ago