Skip to content

Create bespoke XML read/write for legacy file format. - #995

Merged
tturocy merged 1 commit into
masterfrom
issue_897
Jul 20, 2026
Merged

Create bespoke XML read/write for legacy file format.#995
tturocy merged 1 commit into
masterfrom
issue_897

Conversation

@tturocy

@tturocy tturocy commented Jul 20, 2026

Copy link
Copy Markdown
Member

This implements a minimal, pseudo-XML parser targeted specifically at the de-facto file format written as the "Gambit workspace" .gbt file format.

All reading and writing is consolidated with a data interface model that does not depend on wxWidgets.

This allows the removal of tinyxml as a dependency being carried around in the source.

Closes #897.

This implements a minimal, pseudo-XML parser targeted specifically
at the de-facto file format written as the "Gambit workspace" .gbt file format.

All reading and writing is consolidated with a data interface model
that does not depend on wxWidgets.

This allows the removal of tinyxml as a dependency being carried around
in the source.

Closes #897.
@tturocy
tturocy merged commit 6b8020d into master Jul 20, 2026
26 checks passed
@tturocy
tturocy deleted the issue_897 branch July 20, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DEV]: Remove use of tinyxml

1 participant