61
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
store size of string in StrVec2 to allow storing strings with 0 in them More... 1 day ago
tweak StrVec2 More... 2 days ago
move some code from .h => .cpp More... 2 days ago
simplify StrVec2::SetAt() by using compaction instead of side strings More... 2 days ago
fix buffer overflow when json parsing '1e' More... 2 days ago
tweak BuildSymbolPath() More... 2 days ago
tweak dir for symbols / crashinfo More... 3 days ago
convert path::ShortPath(), path::GetTempFilePath() => *Temp() More... 3 days ago
when updating pre-release installer, do it silently for faster updates More... 3 days ago
fix auto-update of 32-bit pre-release builds (hopefully) More... 3 days ago
sketch ClosureData More... 3 days ago
change gDangerousThreadCount to AtomicInt More... 3 days ago
update translations More... 3 days ago
fix analyze warnigs More... 3 days ago
add DebugFull configuration; fix typo sizeof(32) => sizeof(u320 More... 3 days ago
note StrVec2 ideas More... 3 days ago
add extraSize arg to CompactPages() More... 3 days ago
optimize StrVecPage::Append() for the case where can re-use existing string More... 3 days ago
optimize SideStringRemoveAt() More... 3 days ago
bug fixes for StrVec::Remove() and RemoveAt() More... 3 days ago
tests and bugfixes for StrVec2::SetAt() More... 3 days ago
add StrVec::operator+ More... 3 days ago
templetize Split()/CalcCapForJoin()/JoinInner() to remove duplicate implemntations More... 3 days ago
fix BuildSymbolsUrl() More... 3 days ago
implement StrVec2 side strings to support SetAt() More... 4 days ago
simplify StrVec2::Find() some more More... 4 days ago
simplify usage of iterator in StrVec2::Find() More... 4 days ago
implement StrVec2::Find() and FindI() using the iterator More... 4 days ago
speed up StrVec2 iterator More... 4 days ago
fix build More... 4 days ago