70
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours 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
Feature [feature-requests:#1515] Include *.vue for Vue.js in HTML file patterns. More... 7 days ago
Change log from Lexilla. More... 7 days ago
Suppress reasonable constParameterPointer diagnostic as object does not have to More... 13 days ago
Remove invalid noexcept since vector::reserve may throw. More... 13 days ago
Make command time output code similar to macOS version. More... 14 days ago
Use casts to avoid Xcode clang warnings. More... 14 days ago
Use member function to clear window ID instead of assuming class layout. More... 15 days ago
Mark destructors as override to avoid cppcheck 2.14 warning. More... 15 days ago
Add check for correctly nested tags in history file. More... 16 days ago
Change log from Lexilla. More... 16 days ago
Remove lexlib\LexerNoExceptions.cxx as never used. More... 20 days ago
Added tag rel-5-5-0 for changeset 2bbb4ef4177f More... 29 days ago
Updates for version 5.5.0. More... about 1 month ago
Document removal of Windows XP and Windows Vista support. More... about 1 month ago
Change list additions from Lexilla and Scintilla. More... about 1 month ago
Change list additions from Lexilla. More... about 1 month ago
Avoid warnings. More... about 2 months ago
Avoid extra copy. More... about 2 months ago
Use FilePath instead of string manipulation. Hide pathSepChar. More... about 2 months ago
Fix spelling. More... about 2 months ago
Replace preprocessor symbol WIN32 with _WIN32 for consistency. More... about 2 months ago
Updates from Lexilla and Scintilla. More... about 2 months ago
Update dependencies for UTF8_16 changes. More... about 2 months ago
Update credits. More... about 2 months ago
Fix read failure for UTF-16LE files where surrogate pair straddles block More... about 2 months ago
Remove unused variable. More... about 2 months ago
Remove unnecessary static_casts to satisfy Visual C++ Code Analysis. More... about 2 months ago
Reorder file so that iterator classes are defined first before reader classes More... about 2 months ago
For file I/O, replace &x[0] with x.data() to avoid possible undefined behaviour More... about 2 months ago
Ensure Worker instances are exception safe as they run in independent threads More... about 2 months ago