0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the vs2010 build. All tests are passing in debug/release x64. More... over 13 years ago
Fixed a double-free bug when compiling r-value reference compatible code. More... over 13 years ago
Can't believe I missed that. More... over 13 years ago
No longer used. Therefore, removed. More... almost 14 years ago
Removed a race condition where tasks are being handled and the queue gets deleted. More... almost 14 years ago
Factored out the reentrant queue into a new library which will now handle all of our actor-based asynchronous message passing. More... almost 14 years ago
Useless, outdated variable is useless and outdated. More... almost 14 years ago
Useless default parameter is useless. More... almost 14 years ago
Pulled non-type-dependant code up into a common base class to speed compile times. More... almost 14 years ago
Got rid of any visible lag in workqueue polling delays. More... almost 14 years ago
Useless cruft is useless, and added auto_ptr support to the work_queue. More... almost 14 years ago
Got this damn thing to build again. Reading for merging after code review. Clang is miscompiling it now, but that's the compiler's fault.: More... almost 14 years ago
Merge branch 'reentrant_queue' of github.com:gogo-dev/GoGo into reentrant_queue More... almost 14 years ago
Removed old cruft that won't work in practice. More... almost 14 years ago
++assertations. More... almost 14 years ago
fixed a comment, bettered an assertation, cleaned up the wait_for_elements function, fixed the naming in the constructor, and removed useless copies from pop(). More... almost 14 years ago
Added a template for future auto_ptr support. More... almost 14 years ago
Error message fixed. More... almost 14 years ago
Cleaned up the code a tad. More... almost 14 years ago
Fixed the segfault, but now it's deadlocking. Fuuuu- concurrency is hard. More... almost 14 years ago
Added the threading portions of the code. More... almost 14 years ago
Added the beginnings of a producer-consumer queue, along with two very basic test cases. Eventually, this class will be totally reentrant. More... almost 14 years ago
Various warning fixes with gcc. More... almost 14 years ago
Moved array_check into the gtest public interface and ported the gunz and util libraries over to GTest. Horray! Finished them all! More... almost 14 years ago
Made tinyxml's tests follow the new test naming convention. More... almost 14 years ago
Ported all of gogo's tests to GTest and combined all the tests for any one library into one executable. More... almost 14 years ago
Improved the error-handling capabilities of the Registry, and upgraded the registry tests to GTest. More... almost 14 years ago
Added an auto-main function for all tests, and converted test_parameters over to GTest. More... almost 14 years ago
Got rid of unsigned/signed conversion warnings. More... almost 14 years ago
Added GTest and ported two of our test executables to use it. The rest still need to be ported, and I don't have the time right now. Maybe tomorrow =) More... almost 14 years ago