bc/bc
2025-03-30 00:05:50 -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 feat(memory): add helper macros to simplify allocating/deallocating objects 2025-03-27 15:24:19 -04:00
os refactor(debug): rename BLIZZARD_ASSERT to BC_ASSERT 2025-03-27 17:54:20 -04:00
string refactor(debug): rename BLIZZARD_ASSERT to BC_ASSERT 2025-03-27 17:54:20 -04:00
system fix(file): fix mismatched allocation in MakeAbsolutePath 2025-03-30 00:05:50 -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 refactor(debug): change build macro to WHOA_BUILD_ASSERTIONS 2025-03-27 18:59:50 -04:00
File.hpp fix(file): add Blizzard::File::Flush 2025-03-15 23:55:16 -04:00
Lock.cpp refactor(debug): rename BLIZZARD_ASSERT to BC_ASSERT 2025-03-27 17:54:20 -04:00
Lock.hpp feat(lock): add basic lock functions 2023-03-03 15:34:02 -06:00
Memory.hpp feat(memory): add helper macros to simplify allocating/deallocating objects 2025-03-27 15:24:19 -04: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 refactor(debug): rename BLIZZARD_ASSERT to BC_ASSERT 2025-03-27 17:54:20 -04: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(debug): rename BLIZZARD_ASSERT to BC_ASSERT 2025-03-27 17:54:20 -04:00
Unicode.hpp refactor(bc): improve consistency (across platforms esp.) and readability of string conversion 2025-03-15 22:25:07 -04:00