0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 06, 2024 — Sep 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added internal sha256 implementations for platforms that lack them More... over 16 years ago
test all event types, not just EventA More... over 16 years ago
added a UUID wrapper class around the experimental boost::uuid class. added a POD Array class for use within the UUID wrapper More... over 16 years ago
don't put the pointer cart before the array horse More... over 16 years ago
fix search on windows and mac, looking first in specified BOOST_ROOT before default places on system--also HINTS is ignored but PATHS, documented as doing the same, is respected. Also use the PLATFORM_LIBS as the BOOST_ROOT and have the code search for the appropriate subdir More... over 16 years ago
fixed warnings More... over 16 years ago
added an AtomicValue class which allows int32 and int64s to be atomically incremented and added to More... over 16 years ago
added broken, but feature complete thread safe queue More... over 16 years ago
Fixed mac subscription ID hashing. More... over 16 years ago
Removed functions from EventManager that were a nuisance to implement, added simple increasing integer listener IDs to guarantee uniqueness, and fixed cleaning up listeners after unsubscribing (aside from bug-fixing, EventManager is basically finished). More... over 16 years ago
Got simple but working event processing function and associated tests, fixed a major bug in event system (copying instead of reference) More... over 16 years ago
Made 'make test' better handle if you do not have python or perl. More... over 16 years ago
Added CXXTest system (doesn't test anything useful yet) More... over 16 years ago
Added cxxtest external. More... over 16 years ago
Fixed a whole lot of compiling errors, got Doxygen to generate documentation for all classes (and added some missing doc comments) More... over 16 years ago
Added CMake script More... over 16 years ago
Added a lot of template files, and some simpler function implementations for EventManager. More... over 16 years ago
Preliminary EventManager prototype More... over 16 years ago
Added standard dirs More... over 16 years ago