0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't require C++11 More... about 10 years ago
Move version strings into .cpp More... about 10 years ago
We have a library, better to put the version strings in there. More... about 10 years ago
Re-define meta::noncopyable to allow for non-C+11 compilers More... about 10 years ago
Add scripts for detecting C++0x More... about 10 years ago
Don't require C++11 compatibility More... about 10 years ago
Might as well use meta if we're using it anyway ;) More... about 10 years ago
Huh... I never added unwrap_handle.h More... about 10 years ago
Update .gitignore for previous build system changes More... about 10 years ago
First thread implementation for POSIX More... about 10 years ago
Make it so that platform-dependent object files don't clash More... about 10 years ago
Reaname include guards to reflect fs structure More... about 10 years ago
Improve documentation More... about 10 years ago
Fix tests More... about 10 years ago
Add (posix) condition variable implementation More... about 10 years ago
- Become friend of unwrap_handle - rename to scoped_lock - add wrapper functions for the underlying mutex More... about 10 years ago
Become friend of unwrap_handle instead of condition More... about 10 years ago
Update lock tests More... about 10 years ago
Rename lock.h to scoped_lock.h and class within it, too More... about 10 years ago
Fix chrono include/constness of functions More... about 10 years ago
- Add converstion to timespec for chrono durations - Fix bad symbol name; we specify nsec, not usec in the raw type. More... about 10 years ago
Simplify header include paths More... about 10 years ago
Fix pkg-config file More... about 10 years ago
Fix install path for headers More... about 10 years ago
Add chrono implementation for use with conditions/locks. This uses meta's math stuff, so a few config script changes were required to make it work. More... about 10 years ago
Condition needs to be finished, but it all builds for now. More... about 10 years ago
Fix documentation More... about 10 years ago
Distribute sources across win32 and posix subdirectories, that's easier to maintain. More... about 10 years ago
Declaration of condition variables More... about 10 years ago
Update README More... about 10 years ago