Age | Commit message (Expand) | Author |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-03-25 | start of fix for bug #805 | brain |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-09-06 | Make ThreadEngine::Mutex() protected too, make the user use Lock() and Unlock() | brain |
2008-09-04 | MutexEngine -> MutexFactory, more sensible name | brain |
2008-09-04 | Fix silly compile errors | brain |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-02-22 | CoreExport is required for the factories | brain |
2008-02-22 | Now compiles with win32thread and testsuite | brain |
2008-02-22 | Closer to compilation | brain |
2008-02-22 | Win32ThreadEngine makes sense now. No gaurantees it compiles yet. | brain |
2008-02-21 | These are just copies of the pthread engine right now, will probably make the... | brain |
2008-02-21 | ThreadEngine::GetName(), for display in /version | brain |
2008-02-21 | Now buildble. | brain |
2008-02-21 | Threadengine stuff | brain |
2008-02-10 | Each Thread class must have its own thread handle, duh. Someone take away my ... | brain |
2008-02-10 | Add threading engine stuff. Docs to follow, untested and not used anywhere yet | brain |