summaryrefslogtreecommitdiff
path: root/includes/Local.h
AgeCommit message (Collapse)Author
2014-06-20Forgot to initialize our TLS factory.Nicolas "Pixel" Noble
2014-06-20Adding a TLSFactory system.Nicolas "Pixel" Noble
2013-08-01When creating a new Task, steal the TLS values from its creator.Nicolas Noble
2013-01-22Removing some more cruft.Pixel
2012-08-31Simplifying TLS code a bit (removing createTLS...) and making the ↵Nicolas "Pixel" Noble
PthreadsTLSManager its own global class.
2011-10-12Forgot mingw32-config.h. Also fixed a couple of bugs:Pixel
WSAStartup has to be called in win32 at startup. The TLS environment needs to be cleared when created.
2011-10-09More work on the Task manager.Pixel
Now "Main" is a Task, among the most important changes. Introduced the notion of Events, and managed a coherent task switch. Also, renamed a lot of the variables to have a more coherent naming scheme.
2011-10-07More work in the Task manager.Pixel
Also fixing a few bugs linked with the printer and TLS. Removed flto from compilation flags: this actually creates bad code (!)
2011-10-07Preliminary work for the Task manager.Pixel
Added libcoro submodule. Also refactored some pieces of code.
2011-10-03First commit - very basic features.Pixel