[go: up one dir, main page]

Menu

SVN Repo Commit Log


Commit Date  
[r13640] by pecanh

* CB prep.h and clangd_client: Apply patch 1511 The header <ciso646> is deprecated in C++17 and removed in C++20 and header <version> should be used instead. Thanks Horak

2025-03-23 16:19:50 Tree
[r13639] by wh11204

- Astyle: Fix mixing of headers and code when the library is installed (thanks Christo).
See https://forums.codeblocks.org/index.php/topic,25891.msg177055.html#msg177055

2025-03-22 09:28:48 Tree
[r13638] by wh11204

- Clangd_plugin: Fixed compilation with wxWidgets 3.3.0 again.
Reapply [r13622], removed by [r13636].

2025-03-22 09:21:54 Tree
[r13637] by wh11204

- Astyle: Revert last commit, because fixes one issue creating other.
Options for fixing the original issue:
- Remove completely external library usage in Makefile.am
- Activate HAVE_ASTYLE only if HAVE_CXX11 and HAVE_CXX14 are false in configure.ac

See https://forums.codeblocks.org/index.php/topic,25891.msg177034.html#msg177034

2025-03-21 08:14:16 Tree
[r13636] by pecanh

- Clangd_client Remove dead/unused code, no additions or code changes

2025-03-20 17:25:57 Tree
[r13635] by wh11204

- Astyle: Replace angle brackets with double quotes when including the library (thanks Krice).
Compilation fails if astyle library is installed in the system.

2025-03-20 11:02:48 Tree
[r13634] by pecanh

- Clangd_client Fix Linux: message hiding behind "Manage plugins" dialog window when using focus follows mouse.
change reference to "Old CodeCompletion" to "legacy CodeCompletion"

2025-03-14 21:01:57 Tree
[r13633] by wh11204

- lib_finder: Fix mv destination path (thanks LETARTARE).

2025-03-13 16:21:25 Tree
[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
Older >