Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | A few more Win32 / VisualStudio fixes. | Nicolas "Pixel" Noble | |
2013-12-18 | Removing Atomic.h and all volatiles. | Nicolas Noble | |
2013-07-31 | Added a few forgotten references. | Nicolas "Pixel" Noble | |
2012-09-01 | Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d' | Nicolas "Pixel" Noble | |
Conflicts: includes/LuaTask.h includes/TaskMan.h includes/Threads.h src/TaskMan.cc src/Threads.cc | |||
2012-08-31 | Simplifying TLS code a bit (removing createTLS...) and making the ↵ | Nicolas "Pixel" Noble | |
PthreadsTLSManager its own global class. | |||
2012-04-06 | Making the threads (as well as the taskman thread) a bit more exception-robust. | Pixel | |
2011-12-05 | Adding read-write locks, and applying them immediately to the http server. | Pixel | |
2011-12-04 | Refactored the Thread code a bit, and created the GlobalThread class, for ↵ | Pixel | |
threads that are created on startup. | |||
2011-12-04 | Reworked some things in the architecture, mainly exceptions and asserts. | Pixel | |
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary. | |||
2011-11-09 | Securing a bit more the thread-joining. | Pixel | |
2011-10-14 | Adding a Thread and a Queue class. | Pixel | |
2011-10-10 | Adding the basic "Handle" structure, and adding an early version of Input. | Pixel | |
Renamed suspend() to yield(). Fixed a couple of bugs, and reorganized slightly some code. | |||
2011-10-09 | Adding basic locks from libpthread. Also, that 'pending' loop belongs after ↵ | Pixel | |
we activate the tasks. |