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
configure: update to latest config.guess and config.sub #6
Open
github-actions
wants to merge
1,535
commits into
master
Choose a base branch
from
periodic/update-configure
base: master
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.
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
6dde1e1
to
5936025
Compare
0e6b2b8
to
5c99be3
Compare
d288976
to
39441b0
Compare
c0ed318
to
e2c6fd7
Compare
e2c6fd7
to
f547ed5
Compare
f547ed5
to
35ebcb3
Compare
After gdal-grass' drop of Autotools support with OSGeo/gdal-grass@fa4b045
Use GDAL_GRASS_VERSION variable for renovate.
Fixes UNINTENDED_INTEGER_DIVISION and DIVIDE_BY_ZERO which resurfaced in Coverity Scan due to recent refactoring.
Mostly fixing images and description tags, but including also other Markdown linting fixes and small structure improvements.
This uses the mkdocs-generated Markdown documentation if available and fallbacks to the original HTML doc if the built doc is not available. It assumes the old HTML doc always exists. It resolves the installed addons only to the extent the original code resolves it, so it should work as long as they come with the legacy HTML doc.
g.manual looks for mkdocs-generated Markdown docs and if it's not there tries the legacy documentation. It assumes the old HTML documentation is still compiled.
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.
* Fixed file name * Name change to test_v_build.py
- CI: configure -DWITH_BZLIB=ON
…nt (OSGeo#5406) added context manger
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
v.in.dwg was removed with 7dc46cd.
Added sitemap for Sphinx docs using the sphinx-sitemap extension to address part of issue OSGeo#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).
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.
This updates config.guess and config.sub to their latest versions.
If the two files are deleted in this PR, please check the logs of the workflow here:
Workflow run summary
Automated changes by create-pull-request GitHub action