RingRacers/src/core
James R da6a0ae48b srb2::Vector: fix copy assignment not clearing contents of vector
- Test
  - debugwaypoints - very easily observable, all labels
	are the same without this fix
  - ACS text would sometimes be reversed without this fix,
	not as easily observable
2025-05-25 21:47:33 -07:00
..
CMakeLists.txt Add nlohmann json replacement 2025-03-16 18:44:13 -05:00
hash_map.hpp Fix uninitialized values of hashmap propagating in move 2025-05-15 21:07:20 -05:00
hash_set.cpp Add srb2::HashSet 2025-03-16 18:44:13 -05:00
hash_set.hpp Add srb2::HashSet 2025-03-16 18:44:13 -05:00
json.cpp Add nlohmann json replacement 2025-03-16 18:44:13 -05:00
json.hpp Add nlohmann json replacement 2025-03-16 18:44:13 -05:00
json_macro.inl Add nlohmann json replacement 2025-03-16 18:44:13 -05:00
memory.cpp Merge public master 2025-02-13 15:48:11 -06:00
memory.h Merge public master 2025-02-13 15:48:11 -06:00
spmc_queue.hpp Add SPMC queue + thread pool job executor 2023-10-14 15:26:52 -05:00
static_vec.hpp windows clang fixes 2025-02-14 12:53:41 -05:00
string.cpp Use new containers and json 2025-03-16 18:45:11 -05:00
string.h Use new containers and json 2025-03-16 18:45:11 -05:00
thread_pool.cpp Use new containers and json 2025-03-16 18:45:11 -05:00
thread_pool.h Update copyright years to 2025 2025-02-13 15:32:26 -06:00
vector.cpp Add srb2::String 2025-03-16 18:44:13 -05:00
vector.hpp srb2::Vector: fix copy assignment not clearing contents of vector 2025-05-25 21:47:33 -07:00