Skip to content

Commit 5e01173

Browse files
committed
Merge branch 'develop' into 'main'
New GDX release 7.11.15 See merge request devel/gdx!106
2 parents 09fe8b0 + 3681e3b commit 5e01173

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changelog.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
- 7.11.15:
3+
- Fixed an issue where `gdxmerge` would fail with a "Symbol is too large" error when merging GDX files containing large symbols.
24
- 7.11.14:
35
- Correctly deal with GDX files that have long absolute paths (>260 characters) in GDX library and all tools (`gdxdump`, `gdxdiff`, `gdxmerge`).
46
- 7.11.13:
@@ -54,4 +56,4 @@
5456
- Removed XCode project file for unit test suite as it is not maintained anymore.
5557
- >
5658
Entries for property setters and getters in main header and wrappers are now automatically generated from API
57-
definition YAML via Jinja2 templates and not handwritten.
59+
definition YAML via Jinja2 templates and not handwritten.

src/tools/gdxmerge/gdxmerge.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
#include "../../gdlib/strutilx.hpp"
3737
#include "../../rtl/sysutils_p3.hpp"
3838

39-
// TODO: Disable at some point?
40-
#define OLD_MEMORY_CHECK
39+
// #define OLD_MEMORY_CHECK
4140

4241
namespace gdxmerge
4342
{

0 commit comments

Comments
 (0)