-
Notifications
You must be signed in to change notification settings - Fork 662
Zstd compressor (#3) #1604
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
Closed
Closed
Zstd compressor (#3) #1604
Changes from 3 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
0689612
Zstd compressor (#3)
clusty 574988e
Fix single blob
clusty 0e90ff1
Add license headers. Clang-format example file.
pleprince 057dd80
Build Blosc as a part of the regular build (#4)
clusty 78ca6c6
Implement the compressor inside OpenEXRCore (#5)
clusty 41afe2e
Fix single blob
clusty f52266d
Add license headers. Clang-format example file.
pleprince d0a24d4
Build Blosc as a part of the regular build (#4)
clusty 1e6698e
Implement the compressor inside OpenEXRCore (#5)
clusty 1d2cd0c
Merge branch 'main' of https://github.com/clusty/openexr into main
pleprince 48fa372
Merge remote-tracking branch 'aswf/main' into main
pleprince ccac098
Adopt new compression API
pleprince 2341fb4
Fix API tests
pleprince 6cfc3cc
Fix cmake build
pleprince 21c60db
Merge latest from aswf main
pleprince 88c0348
fix: debug build was not linking against debug blosc lib.
pleprince 05d9457
fix: debug build was not linking against debug blosc lib, for older c…
pleprince 9799bf9
fix: yet another variation on the same theme
pleprince a06daec
fix: debug and static builds should work.
pleprince 2d678ae
fix: update bazel build
pleprince 2ad98fe
fix: potential bazel typo
pleprince f2bdfde
fix: refactored linking and fixed validation
pleprince a887716
fix: update bazel blosc version
pleprince 688d0d6
fix: tentative: always enable threads to build examples as it is need…
pleprince 387d2ca
fix: Replacing "dl" with CMAKE_DL_LIBS to fix windows build
pleprince 06f30a8
fix: update linking for CI fuzzing
pleprince 903c2c4
fix(bazel): add missing source files to BUILD.bazel
pleprince 40b1937
fix(bazel): tentative: add blosc3 deps to example build
pleprince bb8754a
fix(bazel): tentative: add linkopts to example build
pleprince 15844b5
fix(bazel): tentative: add linkopts+deps to example build
pleprince a9ebf07
fix(bazel): everything but the examples build. Can't make it work loc…
pleprince 55f37b0
fix(fuzz): tentative: use target name to link
pleprince 4c714a2
build(bazel): switch c-blosc2 tp 2.12.0.bcr.2
pleprince 81e1701
build(fuzz): build fuzz with dwarf-4. (test)
pleprince 5b0be1d
build(fuzz): build fuzz with dwarf-4. (test #2)
pleprince cb6a1e0
build(fuzz): build fuzz with dwarf-4. (test #3)
pleprince 17a3fdf
Merge branch 'main' of https://github.com/AcademySoftwareFoundation/o…
pleprince 5047f7f
ci: temporarily disable fuzz test
pleprince File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,3 +57,7 @@ docs/_test_images/ | |
|
|
||
| # Ignore Bazel generated files | ||
| bazel-* | ||
|
|
||
| cmake-build-debug/ | ||
|
|
||
| .idea/ | ||
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.