| Commit message (Expand) | Author | Age | Files | Lines |
| * | zstd: 1.5.5 -> 1.5.6•••Changes: https://github.com/facebook/zstd/releases/tag/v1.5.6
| Sergei Trofimovich | 2024-03-27 | 1 | -2/+2 |
| * | zstd: drop libatomic workaround for riscv | Nick Cao | 2023-12-16 | 1 | -2/+0 |
| * | Merge pull request #243161 from nh2/more-enableStatic | Artturi | 2023-11-07 | 1 | -2/+3 |
| |\ |
|
| | * | zstd: Add `enableStatic`. See #61575 | Niklas Hambüchen | 2023-10-20 | 1 | -2/+3 |
| * | | pkgs/tools/compression: remove dead code | figsoda | 2023-07-25 | 1 | -1/+0 |
| |/ |
|
| * | zstd: 1.5.4 → 1.5.5•••Signed-off-by: Anders Kaseorg <andersk@mit.edu>
| Anders Kaseorg | 2023-04-04 | 1 | -2/+2 |
| * | Merge staging-next into staging | github-actions[bot] | 2023-02-13 | 1 | -0/+17 |
| |\ |
|
| | * | zstd: add some key reverse-dependencies to passthru.tests | Robert Scott | 2023-02-11 | 1 | -0/+17 |
| * | | zstd: 1.5.2 -> 1.5.4•••Changes: https://github.com/facebook/zstd/releases/tag/v1.5.4
| Sergei Trofimovich | 2023-02-10 | 1 | -2/+2 |
| |/ |
|
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
| Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | zstd: fix cross-compilation on darwin | Tim Cuthbertson | 2023-01-19 | 1 | -5/+7 |
| * | treewide: remove attrPath from nix-update-script calls•••after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
| figsoda | 2022-12-26 | 1 | -3/+1 |
| * | zstd: Fix build on riscv hosts | Luiz Ribeiro | 2022-07-03 | 1 | -0/+2 |
| * | zstd: 1.5.1 -> 1.5.2 | R. Ryantm | 2022-01-27 | 1 | -2/+2 |
| * | zstd: 1.5.0 -> 1.5.1 (#153103)•••While at it added trivial updater plumbing. | Sergei Trofimovich | 2022-01-02 | 2 | -9/+17 |
| * | zstd: Fix static build | Pamplemousse | 2021-08-16 | 1 | -0/+7 |
| * | zstd: fixup wrong preInstall order for isDarwin•••This regressed in 03e499425 (PR #129873).
| Vladimír Čunát | 2021-07-25 | 1 | -2/+2 |
| * | zstd: don't build contrib when cross-compiling•••Tests and `./gen_html` from contrib need to run
on host architecture. Disable them when doing
cross-compiliation.
| Jonathan Ringer | 2021-07-11 | 1 | -3/+7 |
| * | zstd: Add pzstd to compiled binaries | Marc Seeger | 2021-07-09 | 1 | -0/+5 |
| * | zstd: fix darwin patch•••Since v1.4.9, another stat command has been added to playTests.sh.
Similar to other uses in this file, it attempts to use BSD syntax on
Darwin/BSD, and must be patched to unconditionally use GNU syntax.
| Ryan Burns | 2021-06-20 | 1 | -5/+10 |
| * | zstd: 1.4.9 -> 1.5.0 | IvarWithoutBones | 2021-05-31 | 1 | -2/+2 |
| * | zstd: do not cross-compile tests | Emery Hemingway | 2021-04-10 | 1 | -8/+10 |
| * | Merge pull request #115625 from LeSuisse/zstd-1.4.9•••zstd: 1.4.8 -> 1.4.9 | Martin Weinelt | 2021-03-20 | 2 | -6/+18 |
| |\ |
|
| | * | zstd: 1.4.8 -> 1.4.9•••Fixes CVE-2021-24032.
| Thomas Gerbet | 2021-03-16 | 2 | -6/+18 |
| * | | zstd: Remove no-pthread patch used for building with `mcfgthreads`•••Evidentially upstream has improved their feature detection so we no
longer need this patch.
CC @lhmouse
| John Ericson | 2021-03-12 | 2 | -16/+1 |
| |/ |
|
| * | pkgs/tools: stdenv.lib -> lib | Ben Siraphob | 2021-01-15 | 1 | -6/+6 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | Merge branch 'master' into staging-next•••https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
| Jan Tojnar | 2021-01-07 | 1 | -1/+1 |
| |\ |
|
| | * | treewide: Inline more of the static overlay•••Picking up where #107238 left off. I think I'll have gotten all the easy
stuff with this.
| John Ericson | 2021-01-03 | 1 | -1/+1 |
| * | | zstd: 1.4.5 -> 1.4.8•••+ https://github.com/facebook/zstd/releases/tag/v1.4.7
+ https://github.com/facebook/zstd/releases/tag/v1.4.8
| Mario Rodas | 2020-12-17 | 1 | -7/+4 |
| |/ |
|
| * | zstd: Fix MinGW build | John Ericson | 2020-10-28 | 1 | -2/+4 |
| * | zstd: fix shebangs when cross-compiling | Ben Wolsieffer | 2020-08-15 | 1 | -6/+5 |
| * | zstd: build programs and tests against the shared library | Dmitry Kalinkin | 2020-07-02 | 1 | -5/+19 |
| * | Revert "Revert "Merge pull request #78910 from serokell/libarchive-zstd""•••The PR was accidentally merged into master instead of staging and thus reverted. Now, in staging, we can re-revert it.
This reverts commit 4df2f78ec72f6a8d2fe286cd34eb3acdfcac81f3.
| Frederik Rietdijk | 2020-06-04 | 1 | -2/+4 |
| * | Merge master into staging-next | Frederik Rietdijk | 2020-06-04 | 1 | -4/+2 |
| |\ |
|
| | * | Revert "Merge pull request #78910 from serokell/libarchive-zstd"•••Should go to staging instead.
This reverts commit f8d9f59abe02ce97f621da24723156934a54611e, reversing
changes made to b27a19d5bf799f581a8afc2b554f178e58c1f524.
| Frederik Rietdijk | 2020-05-29 | 1 | -4/+2 |
| | * | Merge pull request #78910 from serokell/libarchive-zstd•••libarchive: link to zstd (split zstd output) | Frederik Rietdijk | 2020-05-29 | 1 | -2/+4 |
| | |\ |
|
| * | \ | Merge #78910: libarchive: link to zstd (into staging)•••Also split outputs and don't provide static lib by default.
| Vladimír Čunát | 2020-05-29 | 1 | -2/+7 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | zstd: get rid of static libs if enableShared | Vladimír Čunát | 2020-05-29 | 1 | -0/+3 |
| | |/ |
|
| | * | zstd: enable split outputs | Yorick van Pelt | 2020-02-10 | 1 | -2/+4 |
| * | | zstd: 1.4.4 -> 1.4.5 (#88609)•••The previous CMake version did not run any tests, the current version
tries to run all tests (I could not await their completion), and the
last GNU Make version ran `make -C tests shortest` which ran only
playTests.sh, so I've enabled only the playTests test. | Orivej Desh | 2020-05-23 | 2 | -12/+31 |
| * | | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| |/ |
|
| * | zstd: build with CMake•••CMake is used for static builds because the Makefile does not
offer a way to disable the shared library.
| Tobias Mayer | 2019-12-29 | 1 | -30/+21 |
| * | Merge remote-tracking branch 'upstream/master' into mingw-rocksdb•••Can just use single commit from
https://github.com/facebook/rocksdb/pull/6076 for rocksdb!
| John Ericson | 2019-11-23 | 1 | -2/+2 |
| |\ |
|
| | * | zstd: 1.4.3 -> 1.4.4 | Timothy DeHerrera | 2019-11-05 | 1 | -2/+2 |
| * | | zstd: Fix MinGW build | John Ericson | 2019-11-15 | 2 | -4/+39 |
| |/ |
|
| * | zstd: 1.4.2 -> 1.4.3•••https://github.com/facebook/zstd/releases/tag/v1.4.3
| Will Dietz | 2019-08-19 | 1 | -2/+2 |
| * | zstd: 1.4.1 -> 1.4.2•••https://github.com/facebook/zstd/releases/tag/v1.4.2
| Will Dietz | 2019-07-25 | 1 | -2/+2 |
| * | zstd: 1.4.0 -> 1.4.1 | Orivej Desh | 2019-07-21 | 1 | -5/+6 |
| * | zstd: 1.3.8 -> 1.4.0•••https://github.com/facebook/zstd/releases/tag/v1.4.0
| Will Dietz | 2019-04-17 | 1 | -4/+4 |