bc/bc
2025-03-16 02:43:23 -04:00
..
file fix(file): flush.cpp include type 2025-03-15 23:56:50 -04:00
lock feat(lock): add basic lock functions 2023-03-03 15:34:02 -06:00
memory fix(memory): missing cstdlib include 2024-09-04 08:06:25 -04:00
os style(os): format file/Types.hpp 2025-03-16 00:37:49 -04:00
string fix(string): make Equal* actually work 2025-03-15 23:07:51 -04:00
system fix(file): added missing file functions on Windows 2025-03-16 02:43:23 -04:00
time refactor(bc): improve consistency (across platforms esp.) and readability of string conversion 2025-03-15 22:25:07 -04:00
CMakeLists.txt refactor(bc): improve consistency (across platforms esp.) and readability of string conversion 2025-03-15 22:25:07 -04:00
Debug.cpp feat(debug): add basic debug functions 2023-03-03 11:55:23 -06:00
Debug.hpp fix(debug): correct invalid macro 2023-08-14 17:49:18 -04:00
File.hpp fix(file): add Blizzard::File::Flush 2025-03-15 23:55:16 -04:00
Lock.cpp chore(style): move system files into their own subdirectory 2023-07-29 15:21:46 -05:00
Lock.hpp feat(lock): add basic lock functions 2023-03-03 15:34:02 -06:00
Memory.cpp chore(build): remove mem dependency 2024-09-04 08:03:03 -04:00
Memory.hpp chore: initial commit 2023-02-26 17:51:03 -06:00
Process.cpp feat(process): add windows support to sleep function 2023-03-03 12:54:27 -06:00
Process.hpp feat(process): add windows support to sleep function 2023-03-03 12:54:27 -06:00
String.hpp fix(string): add Equal functions 2025-03-15 23:55:58 -04:00
Thread.cpp chore(style): move system files into their own subdirectory 2023-07-29 15:21:46 -05:00
Thread.hpp feat(thread): add basic thread functions 2023-03-04 10:50:12 -06:00
Time.hpp feat(time): implement timekeeping utilities (#1) 2023-08-03 17:15:10 -04:00
Unicode.cpp refactor(bc): improve consistency (across platforms esp.) and readability of string conversion 2025-03-15 22:25:07 -04:00
Unicode.hpp refactor(bc): improve consistency (across platforms esp.) and readability of string conversion 2025-03-15 22:25:07 -04:00