forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRASS GIS Updates and Improvements #24
Open
a0x8o
wants to merge
558
commits into
a0x8o:main
Choose a base branch
from
OSGeo:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates nav order and organizes the file itself. Moves all conf sections about nav section.
Build gdal-grass with grass in original working condition. Add check if drivers are available to test file.
Addresses issues of type CWE-190: Integer Overflow or Wraparound, https://cwe.mitre.org/data/definitions/190.html.
Addresses issues of type CWE-120: Buffer Copy without Checking Size of Input, https://cwe.mitre.org/data/definitions/120.html.
Found via codespell
imagery: fix typos Found via codespell
Fix Resource Leak issue
Fix Resource Leak issue
Fix uninitialized pointer
fixed noqa format
v.in.dwg was removed with 7dc46cd.
Added sitemap for Sphinx docs using the sphinx-sitemap extension to address part of issue #5321. Includes the corresponding change in CI. The results are a basic sitemap with each URL. Leaving out pages according to the example in documentation. Not including lastmod which is in our current site maps because this is not currently supported by Sphinx (but in it is works).
* CI: add '-ffp-contract=fast' compiler flag to macOS * use -ffp-contract=off on macos and ubuntu
* cmake: Consider source path with _ * No need for two groups in this case * Use the same regex for po_file_name * Use get_filename_component * Fix a typo --------- Co-authored-by: Edouard Choinière <[email protected]>
* cmake: Fix locale build * Use OUTPUT instead of TARGET --------- Co-authored-by: Edouard Choinière <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: GRASS GIS Updates and Improvements
This pull request includes various updates, bug fixes, and improvements to the GRASS GIS project. The changes span across multiple areas, including CI dependencies, documentation, code refactoring, and bug fixes.
CI and Dependency Updates
Performance Improvements
Documentation Updates
Code Refactoring and Cleanup
Bug Fixes
Other Improvements