We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated TiledUnit (markdown)
Updated GeoDMS Default Tiling (markdown)
Updated _Sidebar (markdown)
Updated ExistingFile (markdown)
Updated Miscellaneous functions (markdown)
Merge branch 'master' of https://github.com/ObjectVision/GeoDMS.wiki
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 <noreply@anthropic.com>
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 <noreply@anthropic.com>
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.
GNU GPL2 -> GNU GPL 3.0
Removed pre v15 references. Remove version-specific notes and clarify documentation Refactored documentation to remove most version-specific references, focusing on current functionality and best practices. Improved clarity and English usage throughout. Outdated examples and alternative configuration methods were removed or consolidated. Updated explanations for default behaviors and allowed characters. Cleaned up formatting and streamlined function documentation.
Mark obsolete Dijkstra and selection functions in docs Updated documentation to clearly mark Dijkstra-related functions (`dijkstra_s`, `dijkstra_m`, `dijkstra_m64`, `dijkstra_directed`, `dijkstra_od`), as well as `subset` and `select_data`, as deprecated/obsolete. Added prominent warnings, replacement recommendations, and removed outdated deprecation notes. Improved consistency and migration guidance throughout the docs.