snarmph
01f4ad7f62
Added Virtual File System support
2024-12-05 18:15:05 +01:00
snarmph
a92b119549
mmmmh
2024-11-29 16:10:48 +01:00
alessandrobason
8ddd9186b8
a lot of stuff tbh
2022-08-19 17:09:27 +01:00
alessandrobason
915fd081f3
added:
...
- file: bool fileExists
- str: removed c++ string conversion
- tracelog: added utf8 output for windows
2022-03-31 02:19:14 +01:00
snarmph
be71719f73
added some utility functions + fixed error in ostrAppendview
2021-10-31 10:25:46 +00:00
alessandrobason
aa39e2563d
added readWholeFile and more generic tracelog with va_list
2021-10-31 00:36:05 +01:00
59b55c7f6c
added:
...
dir -> directory walker similar to dirent
dirwatch -> lets you watch a directory for changes in another thread
vec -> generic vector
2021-10-25 01:32:31 +01:00
snarmph
c4d1ffe539
added:
...
* file: small wrap over winapi for windows and stdio for posix
* fs: small wrapper over stat
* slice: slice macro type
modified:
* str and strview are now slices
2021-10-06 00:13:10 +02:00