Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: liquidaty/zsv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.3-alpha
Choose a base ref
...
head repository: liquidaty/zsv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 24 files changed
  • 3 contributors

Commits on Dec 19, 2024

  1. sheet extension and index cleanup (#350)

    * sheet extension and index cleanup
    * on extension build, rebuild libzsvutil if stale
    * remove index.h from external api
    * review writer.c for performance
    
    Reviewed benchmark performance
    liquidaty authored Dec 19, 2024
    Copy the full SHA
    79e769b View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    d3c3190 View commit details

Commits on Dec 23, 2024

  1. add ZSV_EXTRAS guard to overwrite options (#355)

    * add missing ZSV_EXTRAS guards
    liquidaty authored Dec 23, 2024
    Copy the full SHA
    9db4bd2 View commit details

Commits on Jan 17, 2025

  1. Misc 20250116 (#358)

    * Makefile:retain CONFIGURE_HOST if set
    
    * remove miscellaneous superflous stderr msg in zsv_get_temp_filename()
    liquidaty authored Jan 17, 2025
    Copy the full SHA
    b47d39f View commit details

Commits on Jan 27, 2025

  1. Bump cross-platform-actions/action from 0.26.0 to 0.27.0 (#360)

    Bumps [cross-platform-actions/action](https://github.com/cross-platform-actions/action) from 0.26.0 to 0.27.0.
    - [Release notes](https://github.com/cross-platform-actions/action/releases)
    - [Changelog](https://github.com/cross-platform-actions/action/blob/master/changelog.md)
    - [Commits](cross-platform-actions/action@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: cross-platform-actions/action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2025
    Copy the full SHA
    a5691ce View commit details

Commits on Feb 17, 2025

  1. zsv_mkdirs: do not abort on intermediate-dir existence error on mkdir…

    …() (#363)
    
    * zsv_mkdirs: do not abort on failure to find existence of or create intermediate dir
    * app/utils/dirs.c: minor updates to comment and ZSV_NO_JQ conditional build
    liquidaty authored Feb 17, 2025
    Copy the full SHA
    152a421 View commit details

Commits on Mar 5, 2025

  1. add --raw-output option to jq cmd (#365)

    * add --raw-output option to jq cmd
    * add --raw-output test; fix jq subcmd bug not separating outputs by newline
    liquidaty authored Mar 5, 2025
    Copy the full SHA
    1df9516 View commit details
Loading