Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it ↵ | Adam | |
can't compile because of missing dependices. | |||
2010-06-20 | The first of a few "CBX OCDing over code style" commits, focusing on ↵ | Naram Qashat | |
include/* and src/* but not src/core/* or src/modules/*. | |||
2010-06-18 | Rewrote the mail system to use threading | Adam | |
2010-06-18 | Changed threadengine to delete threads after Joining them, so the whole ↵ | Adam | |
thread exists when being joined and so its safe to call non-threadsafe functions in the destructor | |||
2010-06-18 | Merged branch threadingengine with master - Added a threading engine | Adam | |