We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
updated GeoDmsRun and null description
Gui-scripting: rewrite from TestScript.cpp parser + dispatch Replace stub command list with file-format rules, full keyword/argument table (incl. WAIT, Collapse, aliases), detail-page numbers, SEND command codes, Linux-build differences, and an example. Co-Authored-By: Claude Opus 4.7 <[email protected]>
Merge branch 'master' of https://github.com/ObjectVision/GeoDMS.wiki
Release-Testing-System: document local_settings.json + -version local batch/full.py now loads machine-specific paths from a gitignored local_settings.json (with a committed local_settings.json.template), instead of expecting users to fork full.py per host. Update the page to: - Add a one-time-per-working-copy setup step (copy template, adjust paths). - Show the JSON schema and resolution order (env var > file > default). - Document the new -version local mode that points at the locally-built CMake Release tree, so regression tests can be run against the working copy without going through the NSIS installer first. Co-Authored-By: Claude Opus 4.7 <[email protected]>
Updated TiledUnit (markdown)
Updated GeoDMS Default Tiling (markdown)
Updated _Sidebar (markdown)
Updated ExistingFile (markdown)
Updated Miscellaneous functions (markdown)
Special-characters.md: document \xHH hex escape in string literals Add \xHH (two hexadecimal digits, case-insensitive) to the escape character table and explain that it embeds a single raw byte in single-quoted, double-quoted, and data-block array ([...]) notation. The copyright (©) and maxstring examples show practical use.
Updated Compiling the GeoDMS (markdown)
Compiling-the-GeoDMS: update dependencies section, remove Intel IPP - Dependencies section now reflects vcpkg manifest mode: all packages are declared in vcpkg.json and installed automatically on first build, no manual vcpkg install commands needed - Removed Intel IPP section: IPP has been replaced by fftw3, which is managed by vcpkg like all other dependencies Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Add CMake build instructions for Windows and Linux - CMake (Windows): alternative to VS solution, commands using presets, NSIS installer creation - Linux (new): apt prerequisites, vcpkg setup, cmake configure+build, packaging with CreateLinuxSetup.sh - Python bindings: simplified — CMake and VS both build geodms.pyd automatically; removed manual vcpkg/include-path steps Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Updated Home (markdown)
Updated Exec_ec (markdown)
Updated FenceContainer (markdown)
Updated Full test (markdown)
Updated Release Testing System (markdown)
Add Release Testing System documentation and sidebar link Added Release-Testing-System.md with detailed instructions on using the GeoDMS release testing framework, including setup, configuration, test suite overview, and troubleshooting. Updated _Sidebar.md to link to the new documentation for easier access.
Add docs for bp_* and cgal_* geometric functions Added documentation pages for new Boost Polygon (bp_*) and CGAL (cgal_*) geometric operators in GeoDMS, including buffer, boolean, overlay, connectivity, and polygon repair functions. Each page details syntax, usage, requirements, and examples. Also added a CGAL overview page and cross-references to related functions. Documentation highlights coordinate type restrictions and precision considerations for each operator.