Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: liquidaty/zsv

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add configure option to disable only-crlf support (#517)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2025 11 22 benchmark (#508)

* revert ZSV_SELECT_PARALLEL_BUFFER_SZ to 8MB
* update benchmark scripts

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] Dependencies cleanup (#505)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update sheet.md

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.0 rc1 (#425)

* sheet: add goto-column
* properly handle multiple quote chars after closing quote
* update README.md to include non-RFC-4180-complient examples

v0.4.4-alpha

Toggle v0.4.4-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI][MAC] Generate artifacts with and without codesigning (#353)

v0.4.3-alpha

Toggle v0.4.3-alpha's commit message
Fix uploading of release artifacts [skip ci]

v0.4.2-alpha

Toggle v0.4.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CI] MacOS codesignging + notarization (#340)

v0.4.1-alpha

Toggle v0.4.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Create index inside writer and transformation (#319)

* Create index inside writer and transformation. This creates the index while writing the file saving an extra pass
* Display dlerror when dynamic linking fails. Helps with missing symbol errors
* sheet: Allow search on generated buffers
* sheet: Allow index to be used before it is complete
* tests: Retry matching expected output to improve test robustness. This also reduces test time dramatically on faster hardware.
* sheet: Use buffer status on first display to prevent race in testing
* sheet: Convert sheet-subcommand tests to use expect
* sheet: Fix bad memory access by duplicating filename string.  UI buffer frees this on closing and the indexing thread will use it so it can't point to a stack variable or memory that gets overwritten after the file is opened.
* sheet: Convert sheet extension example tests to use expect
* sheet: Add benchmark test
* sheet: Only notify the UI of progress after 32MB
* sheet: Fix bug in \r\n line handling. Added related test