3
I Use This!
Inactive

Commits : Listings

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