3
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore more visual studio content More... almost 4 years ago
darray: silence MSVC warning 4805 (only affects debug builds) More... almost 4 years ago
msvc: clean up project for new game project structure More... almost 4 years ago
darray: implement defragment function More... almost 4 years ago
hashtable: implement pre-C++17 support for static_assert More... almost 4 years ago
testsuite: fix llist sorting test More... almost 4 years ago
darray: clean up iterator implementation More... almost 4 years ago
llist: remove ::sort, implement support for std::sort instead More... almost 4 years ago
Test and examples fixes (Partial) More... almost 4 years ago
Only include tests if the user wants them More... almost 4 years ago
msvc: clean up vcxproj More... almost 4 years ago
gen_buildnum_h fixes for meson and Makefile builds More... almost 4 years ago
gen_buildnum now portable and only update output More... almost 4 years ago
build_number.h build from language selector More... almost 4 years ago
meson: spring cleaning fixups More... almost 4 years ago
source: avoid using size_t, prefer uint32_t More... almost 4 years ago
core_io: misc cleanups More... almost 4 years ago
debug: hide stack walker behind a compiler macro More... almost 4 years ago
spring cleaning: removing useless cruft More... almost 4 years ago
xcode: remove project More... almost 4 years ago
darray: ensure cast comes first More... almost 4 years ago
darray: fix implicit conversion from double to size_t More... almost 4 years ago
darray: support pre-C++17 std::destroy_at equivalent More... almost 4 years ago
trees: fix ConvertToDArray regressions from b8abfa69cea436 More... almost 4 years ago
_CC_DEPRECATE_SLOW: remove unused 'x' parameter More... almost 4 years ago
update copyright for 2022 More... almost 4 years ago
darray: use std::vector<char> instead of std::vector<bool> on MSVC Debug builds More... almost 4 years ago
darray: make find() const More... almost 4 years ago
darray: use larger growth heuristic More... almost 4 years ago
darray: grow by 2x until 16MB, then 1.5x after More... about 4 years ago