112
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Sep 15, 2021 — Sep 15, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Clangd_client 1.2.82 23/09/26 Symbols tree sanity checks; Christo fixes ticket 1409 to avoid asserts and crashes when Symbols bottom tree is absent More... 7 months ago
* FileManager: Fix memory leak on browsing (ticket #1419, thanks Christo). More... 7 months ago
* fixed compilation error by adding missing implementation - addreses/fixes https://forums.codeblocks.org/index.php/topic,25534.msg173816/topicseen.html#msg173816
MortenMacFly
as mortenmacfly
More... 7 months ago
- AStyle: Initialize member (ticket #1416, thanks Martin Strunz). More... 7 months ago
- Lexers: Fix comment detection logic in TACL (ticket #1411, thanks Martin Strunz). More... 7 months ago
- cbp2make: Remove useless assignment (ticket #1413, thanks Martin Strunz). More... 7 months ago
* compiler: allow backslash in file path, too when parsing outputs
MortenMacFly
as mortenmacfly
More... 7 months ago
* compiler: allow to show more detailed regex analysis when parsing compiler messages (in advanced compiler options -> output parsing)
MortenMacFly
as mortenmacfly
More... 7 months ago
* Clangd_client 1.2.81 23/09/15 Apply patch 1407 & 1408 Fix leak and out-of-bounds errors Thanks Christo & Martin Strunz More... 7 months ago
- Clangd_client Correct typo (thanks ollydbg) and remove older debugging tags. More... 8 months ago
* Clangd_client 1.2.80 23/09/9 Fix crash in OnEditorActivate() using nullptr pParser. More... 8 months ago
* Clangd_client 1.2.79 23/09/9 Avoid re-entry into CreateParser() causing crashes at termination because a duplicate project was pushed to the parser list. More... 8 months ago
* CodeBlocks uservarmanager.cpp - Guard against an infinite loop because the code is rooted in the wxAppBase::DoIdle()/OnUpdateUI() event and can be called from the idle loop causing unwanted re-entry into the "Global Variable Editor dialog". More... 8 months ago
* Clangd_client 1.2.78 23/09/9 Revert UpdateCompilationDatabase() to previous method of finding a build target. More... 8 months ago
- SpellChecker: Make string non-translatable. More... 8 months ago
* Clangd_client 1.2.77 Check for IsCustomMakefile in Workspace changed event also. More... 8 months ago
* Clangd_client 1.2.76 23/09/4 Pause parsing for custom makefiles until user requests clangd parsing. More... 8 months ago
* Clangd_client 1.2.75 23/09/2 Fix clangd_client selection of build target. Guard some debugging msgs. More... 8 months ago
* wxSmith: Remove assertion when wxSHAPED is checked and Proportion != 0. More... 8 months ago
* clangd_client 1.2.74 23/08/28 Apply patch 1406 for pJson leak in client.cpp (Thanks Christo). More... 8 months ago
* ScriptedWizard: Remove "lib" from the plugin shared library (ticket #1403, thanks Christo). More... 8 months ago
* Spellchecker: Fix big memory leak (ticket #1405, thanks Christo). More... 8 months ago
* ToDoListView - Avoid invalid date assertion when sorting date column More... 8 months ago
- clangd_client 1.2.73 23/08/18 Fix crash and loop in clangd_client classbrowser.cpp when no acitve project. More... 8 months ago
- Use %zu when formatting size_t. More... 8 months ago
- BUild system: Get rid of warning from bootstrap when there are no files to remove (thanks pirx67). More... 9 months ago
* Fix assertion introduced in [r12537] (thanks pirx67). More... 9 months ago
- Editor Tweaks: Make some strings translatable. More... 9 months ago
- Replace NBSP with space in script. More... 9 months ago
- Build system: Use os-release file instead of lsb_release command. More... 9 months ago