Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-24 | Updated copyright date. | Mike Buland | |
2014-02-03 | Changed copyright to 2007-2014. | Mike Buland | |
2013-02-11 | Updated the copyright for 2013. | Mike Buland | |
2012-11-05 | Converted tabs to spaces with tabconv. | Mike Buland | |
2012-05-22 | Better win_o ignores. The random number system is pretty much together. | Mike Buland | |
We need a few extra helper functions to cover some other good things, like normalized floating point numbers, etc. | |||
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland | |
2012-04-03 | Process works...sorta...in windows. | Mike Buland | |
2012-02-08 | libz for windows, deflate builds now for mingw. | Mike Buland | |
2012-01-17 | Added some extras to the array class...it's kind of lagging behind the others. | Mike Buland | |
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2010-05-13 | Finally rearranged the system to put all compatability files in a directory | Mike Buland | |
called compat. I've updated the linux and windows builds and it looks pretty good. I also added a config.h file which we have to edit by hand until I can work on build some more. Linux File operations now use 64 bit mode, windows can't, or at least, I don't feel like researching it right now. | |||
2010-02-04 | david - Made a build-M3 file for building to windows (mingw). This one ↵ | David | |
actually builds *.cpp, yay!... Although i took out Process, Plugger, and Regex... to be re-added later... also had to stubify a few more functions when compiling on WIN32. |