0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added internal sha256 implementations for platforms that lack them More... about 16 years ago
test all event types, not just EventA More... about 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... about 16 years ago
don't put the pointer cart before the array horse More... about 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... about 16 years ago
fixed warnings More... about 16 years ago
added an AtomicValue class which allows int32 and int64s to be atomically incremented and added to More... about 16 years ago
added broken, but feature complete thread safe queue More... about 16 years ago
Fixed mac subscription ID hashing. More... about 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... about 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... about 16 years ago
Made 'make test' better handle if you do not have python or perl. More... about 16 years ago
Added CXXTest system (doesn't test anything useful yet) More... about 16 years ago
Added cxxtest external. More... about 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... about 16 years ago
Added CMake script More... about 16 years ago
Added a lot of template files, and some simpler function implementations for EventManager. More... about 16 years ago
Preliminary EventManager prototype More... about 16 years ago
Added standard dirs More... about 16 years ago