Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-20 | Forgot to initialize our TLS factory. | Nicolas "Pixel" Noble | |
2014-06-20 | Adding a TLSFactory system. | Nicolas "Pixel" Noble | |
2013-08-01 | When creating a new Task, steal the TLS values from its creator. | Nicolas Noble | |
2013-01-22 | Removing some more cruft. | Pixel | |
2012-08-31 | Simplifying TLS code a bit (removing createTLS...) and making the ↵ | Nicolas "Pixel" Noble | |
PthreadsTLSManager its own global class. | |||
2011-10-12 | Forgot 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-09 | More 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-07 | More 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-07 | Preliminary work for the Task manager. | Pixel | |
Added libcoro submodule. Also refactored some pieces of code. | |||
2011-10-03 | First commit - very basic features. | Pixel | |