Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | env path separator for windows | Josh Blum | 2010-04-02 | 1 | -1/+4 |
| | |||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+2 |
| | | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all | ||||
* | get interface addresses on windows | Josh Blum | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | library loading on windows, status message tweaks, warning tweaks | Josh Blum | 2010-03-26 | 1 | -2/+2 |
| | |||||
* | Added ability to load modules at runtime | Josh Blum | 2010-03-21 | 1 | -0/+117 |
(specified by environment variable path). Added a demo test module as well. |