Menu

SVN Repo Commit Log


Commit Date  
[r13632] by wh11204

- Plugins: Update link to codeblocks.org in manifests.

2025-03-13 16:10:27 Tree
[r13631] by wh11204

* lib_finder: Fix plugin loading on Linux (ticket #1517).
The leading "lib" part from "lib_finder.so" is stripped inside C::B, so the plugin cannot be loaded.
The obvious solution is changing the output file from "lib_finder" to "liblib_finder",
but C::B strips the first "lib" when saving the project so this does not work.
Fix the issue renaming "lib_finder.so" to "liblib_finder.so" in the "update" script
and removing the old "lib_finder.so" from the output folder.

2025-03-13 12:16:07 Tree
[r13630] by wh11204

* SDK: Do not crash if a project in the workspace is missing (ticket #1316, thanks LETARTARE).
Fixed whitespace and removed calls to c_str().

2025-03-11 15:37:22 Tree
[r13629] by mortenmacfly

* update setup/installer to become 25.03

2025-03-02 18:42:53 Tree
[r13628] by mortenmacfly

* update branch to become fully 25.03

2025-03-02 18:35:53 Tree
[r13627] by mortenmacfly

* merge changes from trunk into the branch (direction trunk to branch)

2025-03-02 18:17:10 Tree
[r13626] by mortenmacfly

- remove unused code

2025-03-02 17:53:46 Tree
[r13625] by mortenmacfly

* wxSmithContribItems/wxMathPlot: Fix using numbers instead of enums for several properties. This makes the plugin also compatible with later versions of wxMathPlot

2025-03-02 17:53:09 Tree
[r13624] by mortenmacfly

- alignment

2025-03-02 17:49:18 Tree
[r13623] by mortenmacfly

Renamed release-25.01 (/branches/release-25.01 ) to release-25.03.

2025-03-02 16:35:14 Tree
Older >