3
I Use This!
Activity Not Available

Commits : Listings

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