| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2024-06-25 | 2 | -4/+4 |
| |\ | |||||
| | * | geant4: 11.2.1 -> 11.2.2 | Dmitry Kalinkin | 2024-06-24 | 2 | -4/+4 |
| * | | Merge remote-tracking branch 'origin/staging-next' into staging•••Conflicts: - pkgs/os-specific/windows/mingw-w64/default.nix | Martin Weinelt | 2024-06-23 | 1 | -2/+2 |
| |\| | |||||
| | * | hepmc3: 3.2.7 -> 3.3.0 | R. Ryantm | 2024-06-22 | 1 | -2/+2 |
| * | | geant4: use libGLX explicitly•••Required on Darwin. | K900 | 2024-06-22 | 1 | -4/+4 |
| |/ | |||||
| * | treewide: Remove the definite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 3 | -3/+3 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' | Alexis Hildebrandt | 2024-06-09 | 9 | -9/+9 |
| * | hepmc3: build with C++17 | Dmitry Kalinkin | 2024-06-01 | 1 | -0/+1 |
| * | pkgs/development/libraries: remove unused fetchpatch and other arguments (#31... | Yohann Boniface | 2024-05-23 | 2 | -2/+2 |
| * | Merge pull request #310519 from veprbl/pr/fastnlo_toolkit_fix•••python311Packages.fastnlo_toolkit: workaround c++17 issues in swig | Weijia Wang | 2024-05-10 | 1 | -0/+4 |
| |\ | |||||
| | * | python311Packages.fastnlo_toolkit: workaround c++17 issues in swig | Dmitry Kalinkin | 2024-05-10 | 1 | -0/+4 |
| * | | nlojet: compile with c++11 | Dmitry Kalinkin | 2024-05-10 | 1 | -0/+2 |
| |/ | |||||
| * | pythia: 8.310 -> 8.311 | R. Ryantm | 2024-03-21 | 1 | -2/+2 |
| * | treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. | stuebinm | 2024-03-19 | 7 | -0/+7 |
| * | rivet: 3.1.9 -> 3.1.10 | R. Ryantm | 2024-02-24 | 1 | -2/+2 |
| * | yoda: 1.9.9 -> 1.9.10 | R. Ryantm | 2024-02-23 | 1 | -2/+2 |
| * | python312Packages.geant4: 11.2.0 -> 11.2.1 | R. Ryantm | 2024-02-17 | 1 | -2/+2 |
| * | herwig: 7.2.3 -> 7.3.0 | R. Ryantm | 2024-01-09 | 1 | -2/+2 |
| * | fastjet-contrib: 1.052 -> 1.053 | R. Ryantm | 2024-01-09 | 1 | -2/+2 |
| * | fastnlo-toolkit,python311Packages.fastnlo-toolkit: rename from fastnlo_toolkit | Felix Buehler | 2024-01-03 | 1 | -1/+1 |
| * | thepeg: 2.2.3 -> 2.3.0 | R. Ryantm | 2023-12-30 | 1 | -2/+2 |
| * | geant4: 11.1.3 -> 11.2.0 (#274661) | Dmitry Kalinkin | 2023-12-16 | 2 | -8/+8 |
| * | fastjet: 3.4.1 -> 3.4.2 | R. Ryantm | 2023-12-15 | 1 | -2/+2 |
| * | apfel: 3.1.0 -> 3.1.1 | R. Ryantm | 2023-12-13 | 1 | -2/+2 |
| * | lhapdf: 6.5.3 -> 6.5.4 (#273276) | Dmitry Kalinkin | 2023-12-12 | 1 | -19/+3 |
| * | apfel: 3.0.6 -> 3.1.0 (#273073) | Dmitry Kalinkin | 2023-12-11 | 2 | -10/+55 |
| * | yoda: 1.9.8 -> 1.9.9 (#273260) | Dmitry Kalinkin | 2023-12-11 | 1 | -12/+2 |
| * | python310Packages.rivet: 3.1.8 -> 3.1.9 | R. Ryantm | 2023-12-11 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/staging-next' into staging | Martin Weinelt | 2023-11-28 | 2 | -10/+19 |
| |\ | |||||
| | * | geant4: unbreak for darwinorigin/pr/geant_11_1_3 | Dmitry Kalinkin | 2023-11-26 | 1 | -4/+7 |
| | * | geant4: 11.0.4 -> 11.1.3 | Dmitry Kalinkin | 2023-11-26 | 2 | -6/+12 |
| * | | Merge pull request #265738 from Artturin/patchshebangcon•••stdenv: run patchShebangs on the configure script when it's a file | Artturi | 2023-11-26 | 2 | -5/+1 |
| |\ \ | |/ |/| | |||||
| | * | treewide: remove unnecessary patching of configure script•••The configure phase of `stdenv` now runs `patchShebangs` on `configureScript`. Did not remove `patchShebangs` in packages which override `configurePhase` | Artturin | 2023-11-25 | 2 | -5/+1 |
| * | | apfelgrid: Switch homepage to https | Silvan Mosberger | 2023-11-09 | 1 | -1/+1 |
| |/ | |||||
| * | rivet: replace texlive.combine with texliveBasic.withPackages | Vincenzo Mantova | 2023-11-05 | 1 | -4/+3 |
| * | clhep: 2.4.6.4 -> 2.4.7.1 | R. Ryantm | 2023-10-29 | 1 | -2/+2 |
| * | hepmc3: 3.2.6 -> 3.2.7 | R. Ryantm | 2023-10-13 | 1 | -2/+2 |
| * | fastjet-contrib: 1.049 -> 1.052 | R. Ryantm | 2023-09-11 | 1 | -2/+2 |
| * | pythia: 8.309 -> 8.310 (#246455) | Dmitry Kalinkin | 2023-07-31 | 1 | -2/+2 |
| * | fastjet: 3.4.0 -> 3.4.1 | R. Ryantm | 2023-06-26 | 1 | -2/+2 |
| * | yoda: apply patch for HistoBin2D methods (#233819) | Dmitry Kalinkin | 2023-05-24 | 1 | -0/+9 |
| * | python310Packages.rivet: 3.1.7 -> 3.1.8 | R. Ryantm | 2023-05-17 | 1 | -2/+2 |
| * | pythia: 8.307 -> 8.309 | R. Ryantm | 2023-05-04 | 1 | -2/+2 |
| * | yoda: 1.9.7 -> 1.9.8 (#229376) | Dmitry Kalinkin | 2023-05-03 | 1 | -2/+5 |
| * | rivet: fix rivet-mkhtml (#227331) | Dmitry Kalinkin | 2023-04-21 | 1 | -1/+2 |
| * | hepmc3: 3.2.5 -> 3.2.6 (#226333) | Dmitry Kalinkin | 2023-04-19 | 1 | -2/+2 |
| * | rivet: 3.1.6 -> 3.1.7 | R. Ryantm | 2023-03-23 | 1 | -2/+2 |
| * | geant4: 11.0.3 -> 11.0.4 | Dmitry Kalinkin | 2023-03-20 | 1 | -3/+3 |
| * | python3.pkgs.hepmc3: use pythonImportsCheck•••Since we only depend on pythonImportsCheckHook when building with Python, the pythonImportsCheck attribute will just be ignored when not building with Python support. | Alyssa Ross | 2023-03-10 | 1 | -6/+3 |
| * | treewide: move NIX_CFLAGS_COMPILE to the env attrset•••with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure | Artturin | 2023-02-22 | 2 | -2/+2 |
