Commit graph

6 commits

Author SHA1 Message Date
db215e4baf Strings - Fixed appendNumeric(INT64_MIN)
Couldn't work as it was trying to store the absolute value in a signed
64-bit integer.
2020-10-01 13:20:50 +02:00
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
fbff6e8352 Tests - Removed a random printf 2018-05-08 13:58:10 +02:00
86a3fe34b4 String builder - truncate() method 2017-11-29 09:24:51 +01:00
b9d77922ed More stuff and tests integrated 2017-11-01 22:07:41 +01:00
221f0c8ef8 Repo init with mostly unchanged import of LW code 2017-11-01 20:14:23 +01:00