Skip to content
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

g.mapsets: Add JSON output #2542

Merged
merged 31 commits into from
Apr 11, 2024
Merged

g.mapsets: Add JSON output #2542

merged 31 commits into from
Apr 11, 2024

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    032620a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfbf8cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cd14cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53e3905 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f05302 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5415520 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a904c05 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    d3da3fd View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    8173965 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Simplified tests

    cwhite911 committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    34dd435 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    5fd4e05 View commit details
    Browse the repository at this point in the history
  2. Apply clang format suggestions

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    echoix and github-actions[bot] authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e5e834c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    5622b70 View commit details
    Browse the repository at this point in the history
  2. Updated code to use parson and fixed tests

    Corey White committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fb21b77 View commit details
    Browse the repository at this point in the history
  3. Updated docs

    Corey White committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    76dbf30 View commit details
    Browse the repository at this point in the history
  4. Fixed mapsets array initalization issue

    Corey White committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4e6b53b View commit details
    Browse the repository at this point in the history
  5. Fixed bug setting JSON_ARRAY

    Corey White committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8163581 View commit details
    Browse the repository at this point in the history
  6. Removed unused parameter

    Corey White committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bdceb3d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update general/g.mapsets/main.c

    Fixed typo.
    
    Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
    cwhite911 and petrasovaa authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    db0252e View commit details
    Browse the repository at this point in the history
  2. Updated default separator to space

    Corey White committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6c18a50 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update general/g.mapsets/main.c

    Switch GUI section to Print
    
    Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
    cwhite911 and petrasovaa authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8e99fec View commit details
    Browse the repository at this point in the history
  2. Update general/g.mapsets/main.c

    Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
    cwhite911 and petrasovaa authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8961692 View commit details
    Browse the repository at this point in the history
  3. Update general/g.mapsets/main.c

    Co-authored-by: Anna Petrasova <kratochanna@gmail.com>
    cwhite911 and petrasovaa authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    06d04a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf061e6 View commit details
    Browse the repository at this point in the history
  5. Removed unneeded logic

    Corey White committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ace2374 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update general/g.mapsets/list.c

    Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
    cwhite911 and nilason authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    26f47c3 View commit details
    Browse the repository at this point in the history
  2. Update general/g.mapsets/list.c

    Co-authored-by: Nicklas Larsson <n_larsson@yahoo.com>
    cwhite911 and nilason authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e7f815a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b8f58b View commit details
    Browse the repository at this point in the history
  4. Implmented suggestion from code review

    Corey White committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4d0794c View commit details
    Browse the repository at this point in the history
  5. Removed duplicate code

    Corey White committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    6c8509a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Refactored duplicate code and removed some comments

    Corey White committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4463bf1 View commit details
    Browse the repository at this point in the history