c3331116eb
os/process: add pid()
2024-12-21 15:47:53 +00:00
Tom Englund
2e21319c8e
os: implent a new FileDescriptor class ( #21 )
...
makes you able to RAII the filedescriptor making it somewhat easier to
not leak.
2024-11-21 15:26:34 +00:00
e74177e025
os: add setEnv to process
2024-11-15 20:28:59 +00:00
fd4be8b9ca
os: Add process
2024-10-14 22:27:36 +01:00
3f5293432b
tests: enhance memory + format
2024-09-25 22:44:05 +01:00
Vaxry
a9f85a4bca
Math: add Mat3x3 ( #14 )
2024-09-24 18:18:25 +01:00
aadf9a27dd
string: fixup isNumber not accepting -1.0
...
fixes #12
2024-08-28 18:53:00 +02:00
Jasson Cordones
7a2c2c96ec
Math: Some more box improvements and test cases ( #3 )
...
* Added some constants to handle floating point presicion comparisons and other calculations plus some refactoring
* Removed validation
* Added comments to understand how box header works
* Extended the EXPECT macro to evaluate Vector2D test cases
* Added box.cpp test cases
* Applied clang-format
2024-06-25 01:17:44 +02:00
e9d4a99e13
Math: init Region, Vector2D and Box
2024-06-18 14:10:18 +02:00
ea8fd1d3ea
string: fix isNumber accepting - as valid number
2024-06-15 11:36:28 +02:00
f73a28ca03
string: add replaceInString
2024-06-08 22:35:40 +02:00
138408125c
string: add VarList
2024-06-08 22:24:55 +02:00
bf73356d39
utils: Initial Commit
2024-06-08 19:37:15 +02:00