-
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
Cmake build work #2
Cmake build work #2
Commits on Jul 2, 2024
-
Checks: fix flake8 E741 remainder (OSGeo#3928)
* Rename l to line when using `f.readlines()`. * Remove "l"s from parameters since they aren't used. * Rename "l" to "lx" to assign a lexer object. * Add "# noqa: E741" as renaming parameters won't be applicable in this case. * Rename "l" to "ln" as line number. * Rename "l" to "layer" when looping through the layer list. * Remove E741 for files in the 'locale', `python`, and `scripts` directory. * Rename "ln" to "line_number".
Configuration menu - View commit details
-
Copy full SHA for 1a8cbec - Browse repository at this point
Copy the full SHA 1a8cbecView commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 277a147 - Browse repository at this point
Copy the full SHA 277a147View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5513912 - Browse repository at this point
Copy the full SHA 5513912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6424f9a - Browse repository at this point
Copy the full SHA 6424f9aView commit details -
r.univar: add JSON support (OSGeo#3783)
* Add JSON support to r.univar Use parson to add json output format support to the r.univar module. * Apply suggestions from code review --------- Co-authored-by: Nicklas Larsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71ed433 - Browse repository at this point
Copy the full SHA 71ed433View commit details -
v.univar: add JSON support (OSGeo#3784)
* Add JSON support to v.univar Use parson to add json output format support to the v.univar module. * update percentile format * rename test file
Configuration menu - View commit details
-
Copy full SHA for cc75269 - Browse repository at this point
Copy the full SHA cc75269View commit details -
d.labels: Reduce scope of minreg and maxreg variables in main.c (OSGe…
…o#3979) Reduce scope of minreg and maxreg variables in d.labels/main.c Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56eaf9e - Browse repository at this point
Copy the full SHA 56eaf9eView commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66c4df0 - Browse repository at this point
Copy the full SHA 66c4df0View commit details -
d.legend.vect: Reduce scope of 'bg_w' variable in draw.c (OSGeo#3980)
Reduce scope of 'bg_w' variable in d.legend.vect/draw.c Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79726a0 - Browse repository at this point
Copy the full SHA 79726a0View commit details -
lib: Fix uninitialized variable 'encoding' in parser_interface.c (OSG…
…eo#3975) Fix uninitialized variable 'encoding' in parser_interface.c Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb1e9b3 - Browse repository at this point
Copy the full SHA cb1e9b3View commit details -
CI(ruff): Fine tune posting Ruff suggestions (OSGeo#3978)
* CI(ruff): Fix typo in ruff suggestions * CI(ruff): Upload suggestions even if not all linting errors were fixed * CI(ruff): Try suggesting more changes * CI(ruff): Upload suggestions even if not all linting errors were fixed but do not run when cancelled
Configuration menu - View commit details
-
Copy full SHA for 931e79a - Browse repository at this point
Copy the full SHA 931e79aView commit details -
style: Fix unconventional-import-alias (ICN001) (consolidate `import …
…grass.script as gs`) (OSGeo#3981) * style: Unignore unconventional-import-alias (ICN001) ruff rule * style: Use convention `import matplotlib as mpl` * style: Use convention `import numpy as np` * style: Use convention `import grass.script as gs` * test: Remove unused grass.script in test file * style: Add missing alias to `import grass.script as gs` * style: Alias `import grass.script as gs` when already imported at file-level * Remove duplicated grass.script lazy import in wxpython/gui_core/ghelp.py
Configuration menu - View commit details
-
Copy full SHA for d880ec0 - Browse repository at this point
Copy the full SHA d880ec0View commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1738f6 - Browse repository at this point
Copy the full SHA d1738f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4b3ddd - Browse repository at this point
Copy the full SHA e4b3dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db6f81 - Browse repository at this point
Copy the full SHA 6db6f81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f7a3c - Browse repository at this point
Copy the full SHA 30f7a3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d528aa9 - Browse repository at this point
Copy the full SHA d528aa9View commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b432e42 - Browse repository at this point
Copy the full SHA b432e42View commit details -
i.segment: Fix uninitialized struct member 'ngbr_rc.next' in mean_shi…
…ft.c (OSGeo#3973) imagery: Fix uninitialized struct member 'ngbr_rc.next' in mean_shift.c Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 559e088 - Browse repository at this point
Copy the full SHA 559e088View commit details
Commits on Jul 8, 2024
-
lib: Fix uninitialized variable issue in shapiroe.c (OSGeo#3994)
Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c3c303 - Browse repository at this point
Copy the full SHA 1c3c303View commit details -
i.segment: Fix uninitialized struct member error in region_growing.c (O…
…SGeo#3974) * Fix uninitialized struct member error in region_growing.c Co-authored-by: Shubham Vasudeo Desai <[email protected]> Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83f615a - Browse repository at this point
Copy the full SHA 83f615aView commit details -
lib: Fixed uninitialized variable warning in dmax.c by initializing d…
…p, dp_max, dm, and dm_max to 0.0 (OSGeo#3995) Fixed uninitialized variable warning in dmax.c by initializing dp, dp_max, dm, and dm_max to 0.0.
Configuration menu - View commit details
-
Copy full SHA for ef69cb4 - Browse repository at this point
Copy the full SHA ef69cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c94708a - Browse repository at this point
Copy the full SHA c94708aView commit details -
style: Fix pylint pointless-statement (W0104) (OSGeo#3996)
* temporal: Actually call dbif.close() to fix pylint pointless-statement (W0104) * g.extension: Fix pylint pointless-statement (W0104) * temporal: Fix pointless-statement (W0104) in temporal_granularity * temporal: Fix pointless-statement (W0104) in c_libraries_interface.py, _read_vector_history() function * i.atcorr: Remove useless and non-working print statements in create_iwave.py * python(grass.imaging): Use PIL.__version__ call to fix pylint pointless-statement * style: Ignore ruff useless-expression (B018) for a gunittest data file. Equivalent to pylint pointless-statement / W010 * style: Enable ruff useless-expression (B018) (equivalent to pylint pointless-statement / W010)
Configuration menu - View commit details
-
Copy full SHA for cd64472 - Browse repository at this point
Copy the full SHA cd64472View commit details -
style: Fix replace-stdout-stderr (UP022) (OSGeo#4000)
Using `ruff check --output-format=concise --preview --select UP022 --unsafe-fixes --fix`
Configuration menu - View commit details
-
Copy full SHA for e952443 - Browse repository at this point
Copy the full SHA e952443View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f62b46f - Browse repository at this point
Copy the full SHA f62b46fView commit details -
style: Fix if-expr-with-true-false (SIM210) and if-expr-with-false-tr…
…ue (SIM211) (OSGeo#3999) Relates to pylint rule simplifiable-if-expression / R1719
Configuration menu - View commit details
-
Copy full SHA for 7b72452 - Browse repository at this point
Copy the full SHA 7b72452View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18d11ad - Browse repository at this point
Copy the full SHA 18d11adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5bed6 - Browse repository at this point
Copy the full SHA 2f5bed6View commit details -
style: Fix pylint try-except-raise (W0706) (OSGeo#3997)
* python(grass.temporal): Fix pylint try-except-raise (W0706) Do not catch exception only to raise it again * gui/wxpython/core/utils: Fix pylint try-except-raise (W0706) * python: Fix pylint try-except-raise (W0706) * style: Enable ruff useless-try-except (TRY302) as fixed
Configuration menu - View commit details
-
Copy full SHA for 4be87a1 - Browse repository at this point
Copy the full SHA 4be87a1View commit details -
style: Fix incorrect-dict-iterator (PERF102) (OSGeo#4007)
When iterating over a dictionary with dict.items() but discarding either the values or the keys, dict.values() or dict.keys() should be used instead
Configuration menu - View commit details
-
Copy full SHA for f4a407f - Browse repository at this point
Copy the full SHA f4a407fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89762ec - Browse repository at this point
Copy the full SHA 89762ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc3e38 - Browse repository at this point
Copy the full SHA acc3e38View commit details -
style: Fix not-in-test (E713) and not-is-test (E714) (OSGeo#4011)
* style: Fix not-is-test (E714) * style: Fix not-in-test (E713)
Configuration menu - View commit details
-
Copy full SHA for b73eae5 - Browse repository at this point
Copy the full SHA b73eae5View commit details -
raster: Fix uninitialized variable issue in o_var.c (OSGeo#4005)
Fix uninitialized variable issue in o_var.c Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e8706d - Browse repository at this point
Copy the full SHA 3e8706dView commit details -
raster3d: Fix uninitialized variable issue in main.c (OSGeo#4006)
Co-authored-by: Shubham Vasudeo Desai <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87b6ac0 - Browse repository at this point
Copy the full SHA 87b6ac0View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ebeb4b - Browse repository at this point
Copy the full SHA 6ebeb4bView commit details -
nix: pin python version to 3.11 (OSGeo#4017)
* nix: pin python version to 3.11 * nix: update flake.lock file * nix: use default wxpython version for package
Configuration menu - View commit details
-
Copy full SHA for 152f493 - Browse repository at this point
Copy the full SHA 152f493View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2186ec5 - Browse repository at this point
Copy the full SHA 2186ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d41987c - Browse repository at this point
Copy the full SHA d41987cView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c9a1a17 - Browse repository at this point
Copy the full SHA c9a1a17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3543cd - Browse repository at this point
Copy the full SHA a3543cdView commit details -
style: Fix unnecessary-map (C417) (OSGeo#4012)
* style: Fix unnecessary-map (C417) * Apply suggestions from code review * style: Change outer quotes to avoid escaping inner quotes for Q003
Configuration menu - View commit details
-
Copy full SHA for 4aa61d7 - Browse repository at this point
Copy the full SHA 4aa61d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92cf465 - Browse repository at this point
Copy the full SHA 92cf465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b38ffb - Browse repository at this point
Copy the full SHA 6b38ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 169ca9b - Browse repository at this point
Copy the full SHA 169ca9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff453d2 - Browse repository at this point
Copy the full SHA ff453d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2da11 - Browse repository at this point
Copy the full SHA ff2da11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a7fd7 - Browse repository at this point
Copy the full SHA 52a7fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 204903c - Browse repository at this point
Copy the full SHA 204903cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef2715 - Browse repository at this point
Copy the full SHA 3ef2715View commit details -
doc: add Nix documentation (OSGeo#3990)
Co-authored-by: Markus Neteler <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee9fa48 - Browse repository at this point
Copy the full SHA ee9fa48View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3cb5db - Browse repository at this point
Copy the full SHA b3cb5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31afbd - Browse repository at this point
Copy the full SHA d31afbdView commit details
Commits on Jul 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f83c24 - Browse repository at this point
Copy the full SHA 8f83c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb0087e - Browse repository at this point
Copy the full SHA cb0087eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a751f93 - Browse repository at this point
Copy the full SHA a751f93View commit details -
style: Fix repeated-equality-comparison (PLR1714) (OSGeo#4042)
* style: Fix repeated-equality-comparison (PLR1714) * style: Fix literal-membership (PLR6201)
Configuration menu - View commit details
-
Copy full SHA for 3b309db - Browse repository at this point
Copy the full SHA 3b309dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b01a67d - Browse repository at this point
Copy the full SHA b01a67dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d690d0c - Browse repository at this point
Copy the full SHA d690d0cView commit details -
style: Fix various FURB (small count) (OSGeo#4046)
* style: Fix reimplemented-starmap (FURB140) Ruff rule: https://docs.astral.sh/ruff/rules/reimplemented-starmap/ * style: Fix delete-full-slice (FURB131) Ruff rule: https://docs.astral.sh/ruff/rules/delete-full-slice/ * style: Fix unnecessary-enumerate (FURB148) Ruff rule: https://docs.astral.sh/ruff/rules/unnecessary-enumerate * style: Fix for-loop-set-mutations (FURB142) Ruff rule: https://docs.astral.sh/ruff/rules/for-loop-set-mutations * style: Fix single-item-membership-test (FURB171) Ruff rule: https://docs.astral.sh/ruff/rules/single-item-membership-test
Configuration menu - View commit details
-
Copy full SHA for 98222a2 - Browse repository at this point
Copy the full SHA 98222a2View commit details -
style: Fix read-whole-file (FURB101) and write-whole-file (FURB103) (O…
…SGeo#4047) * style: Fix read-whole-file (FURB101) Ruff rule: https://docs.astral.sh/ruff/rules/read-whole-file/ * style: Extract repeated config_directory variable in generate_release_notes * style: Fix write-whole-file (FURB103) Ruff rule: https://docs.astral.sh/ruff/rules/write-whole-file/
Configuration menu - View commit details
-
Copy full SHA for 7695805 - Browse repository at this point
Copy the full SHA 7695805View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b565924 - Browse repository at this point
Copy the full SHA b565924View commit details -
style: Fix math-constant (FURB152) (OSGeo#4049)
* style: Fix math-constant (FURB152) Ruff rule: https://docs.astral.sh/ruff/rules/math-constant/ * style: Fix math-constant (FURB152) in lib/imagery/testsuite/test_imagery_sigsetfile.py * style: Fix math-constant (FURB152) Ruff rule: https://docs.astral.sh/ruff/rules/math-constant/ * Revert "style: Fix math-constant (FURB152) in lib/imagery/testsuite/test_imagery_sigsetfile.py" * style: Ignore math-constant (FURB152) in lib/imagery/testsuite/test_imagery_sigsetfile.py
Configuration menu - View commit details
-
Copy full SHA for 1936cf0 - Browse repository at this point
Copy the full SHA 1936cf0View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 951b71b - Browse repository at this point
Copy the full SHA 951b71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 793cc1b - Browse repository at this point
Copy the full SHA 793cc1bView commit details -
CI: Configure Renovate update groups (OSGeo#4053)
* CI: Configure Renovate update groups * CI: Use Renovate preset "group:githubArtifactActions" instead
Configuration menu - View commit details
-
Copy full SHA for 2d055ab - Browse repository at this point
Copy the full SHA 2d055abView commit details -
CI(deps): Update ruff to v0.5.2 (OSGeo#4061)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f3681c5 - Browse repository at this point
Copy the full SHA f3681c5View commit details -
Merge pull request #2 from Mahesh1998/cmake_build_work
CMake: Added parson to r.info, r.profile, v.info
Configuration menu - View commit details
-
Copy full SHA for e446882 - Browse repository at this point
Copy the full SHA e446882View commit details
Commits on Jul 16, 2024
-
style: fix numpy-deprecation-rules (NPY) (OSGeo#4062)
Fix the last cases of ruff rules: * NPY001 * NPY002
Configuration menu - View commit details
-
Copy full SHA for f0497c5 - Browse repository at this point
Copy the full SHA f0497c5View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 692e330 - Browse repository at this point
Copy the full SHA 692e330View commit details -
style: Fix collapsible-else-if (PLR5501) (OSGeo#4045)
* style: Fix collapsible-else-if (PLR5501) Ruff rule: https://docs.astral.sh/ruff/rules/collapsible-else-if/ * style: Fix collapsible-else-if (PLR5501) Ruff rule: https://docs.astral.sh/ruff/rules/collapsible-else-if/ * style: Fix collapsible-else-if (PLR5501) Ruff rule: https://docs.astral.sh/ruff/rules/collapsible-else-if/ * Apply suggestions from code review Co-authored-by: Stefan Blumentrath <[email protected]> * style: Combine if conditions in wxpython/gmodeler/model.py * style: Simplify if conditions in wxpython/gui_core --------- Co-authored-by: Stefan Blumentrath <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f99780c - Browse repository at this point
Copy the full SHA f99780cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972bd32 - Browse repository at this point
Copy the full SHA 972bd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8291252 - Browse repository at this point
Copy the full SHA 8291252View commit details
Commits on Jul 18, 2024
-
raster: Fix uninitialized variable issue for C raster modules (OSGeo#…
…4065) raster: Fix uninitialized variable issue for c files in raster
Configuration menu - View commit details
-
Copy full SHA for 0c3fded - Browse repository at this point
Copy the full SHA 0c3fdedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c87922 - Browse repository at this point
Copy the full SHA 0c87922View commit details
Commits on Jul 22, 2024
-
Merge pull request #3 from Mahesh1998/ubuntu_sys_lib_cmake
Fixed Building grass with Ubuntu System Libraries and cmake
Configuration menu - View commit details
-
Copy full SHA for d3f25c5 - Browse repository at this point
Copy the full SHA d3f25c5View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e349f5 - Browse repository at this point
Copy the full SHA 7e349f5View commit details
Commits on Jul 30, 2024
-
Merge pull request #4 from Mahesh1998/ubuntu_conda_lib_cmake
Added parson to r.univar, r3.univar, v.univar
Configuration menu - View commit details
-
Copy full SHA for b53059b - Browse repository at this point
Copy the full SHA b53059bView commit details