corelib/TODO
Emmanuel BENOîT 30d8d3057e Windows "compatibility"
* Makefile changes allowing for cross-compilation
* SRDData: had to rename an enum member from ERROR to ERR because
apparently creating a macro called ERROR is a thing in the windows
headers
* DynLib: ported
* Strings: fixes in toOSString, untested for now
* Fixes in some tests
* TODO list update
2018-06-17 12:39:02 +02:00

5 lines
184 B
Text

* Tests for T_FSPath
* Generalize iterators
* Fix output of appendDouble so it's consistent on both Linux
and Windows
* Reimplement threading so it avoids yet another DLL on windows