| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrs | Robin Gloster | 2021-05-24 | 15 | -483/+273 |
| |\ |
|
| | * | Merge #122696: cmakeWithQt4Gui: drop | Vladimír Čunát | 2021-05-22 | 1 | -9/+3 |
| | |\ |
|
| | | * | cmakeWithQt4Gui: drop•••Support for Qt 4 was removed in CMake 3.19.0:
https://cmake.org/cmake/help/latest/release/3.19.html#deprecated-and-removed-features
| Alyssa Ross | 2021-05-12 | 1 | -9/+3 |
| | * | | rebar3: 3.15.1 -> 3.16.0 | David | 2021-05-22 | 2 | -22/+8 |
| | * | | rebar3: apply erlang/rebar3#2552 as patch | David | 2021-05-21 | 1 | -2/+11 |
| | * | | Merge pull request #123157 from ehmry/tup•••tup: 0.7.10 -> 0.7.11 | Sandro | 2021-05-18 | 1 | -4/+8 |
| | |\ \ |
|
| | | * | | tup: 0.7.10 -> 0.7.11 | Emery Hemingway | 2021-05-15 | 1 | -4/+8 |
| | * | | | bazel-remote: 1.0.0 -> 2.0.1 | Uri Baghin | 2021-05-17 | 1 | -71/+7 |
| | * | | | buildRebar3: use `rebar3 bare compile` | David | 2021-05-18 | 2 | -231/+1 |
| | * | | | Merge pull request #122960 from yogsototh/lein-2.9.6•••leiningen: 2.9.5 -> 2.9.6 | Sandro | 2021-05-17 | 1 | -3/+3 |
| | |\ \ \ |
|
| | | * | | | leiningen: 2.9.5 -> 2.9.6 | Yann Esposito (Yogsototh) | 2021-05-14 | 1 | -3/+3 |
| | | |/ / |
|
| | * | | | rebar3: add updateScript | David | 2021-05-17 | 2 | -3/+30 |
| | * | | | Merge master into staging-next | github-actions[bot] | 2021-05-13 | 1 | -0/+3 |
| | |\| | |
|
| | | * | | Fix conan build caused by failing pyjwt•••Ignore a failing thest in the downgraded pyjwt dependency.
See #122461 for another instance of the same problem.
| Alexander Krimm | 2021-05-12 | 1 | -0/+3 |
| | | |/ |
|
| | * | | Merge master into staging-next | github-actions[bot] | 2021-05-11 | 4 | -94/+156 |
| | |\| |
|
| | | * | buildRebar3: use rebar3WithPlugins | David | 2021-05-11 | 2 | -41/+2 |
| | | * | rebar3: add rebar3WithPlugins | David | 2021-05-11 | 3 | -54/+155 |
| | * | | Merge branch 'master' into staging-next•••(a trivial conflict in transmission)
| Vladimír Čunát | 2021-05-09 | 2 | -72/+64 |
| | |\| |
|
| | | * | rebar3: 3.14.4 -> 3.15.1 | David | 2021-05-09 | 2 | -72/+64 |
| | * | | Merge staging-next into staging | github-actions[bot] | 2021-05-05 | 1 | -0/+8 |
| | |\| |
|
| | | * | conan: unbreak by downgrading pyjwt (#121802)•••Pin pyjwt to 1.7.1 (the last of the 1.x series) to fix building conan:
ERROR: Could not find a version that satisfies the requirement PyJWT<2.0.0,>=1.4.0 (from conan)
Ref. upstream issue https://github.com/conan-io/conan/issues/8876. | Bjørn Forsman | 2021-05-05 | 1 | -0/+8 |
| | * | | Merge staging-next into staging | github-actions[bot] | 2021-05-04 | 1 | -2/+2 |
| | |\| |
|
| | | * | mill: 0.9.5 -> 0.9.6 (#121712) | scalavision | 2021-05-04 | 1 | -2/+2 |
| | * | | Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools•••llvmPackages: Clean up outputs | John Ericson | 2021-04-30 | 2 | -2/+2 |
| | |\ \
| | |/
| |/| |
|
| | | * | llvmPackages: Multuple outputs for everythting•••Also begin to start work on cross compilation, though that will have to
be finished later.
The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.
Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.
----
Other misc notes, highly incomplete
- lvm-config-native and llvm-config are put in `dev` because they are
tools just for build time.
- Clang no longer has an lld dep. That was introduced in
db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help
finding lld when it is used we should just pass it flags / put in the
resource dir. Providing it at build time increases critical path
length for no good reason.
----
A note on `nativeCC`:
`stdenv` takes tools from the previous stage, so:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`
while:
1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
| Andrew Childs | 2021-04-30 | 2 | -2/+2 |
| | * | | Merge pull request #120723 from jlesquembre/maven•••maven: 3.6.3 -> 3.8.1 | Sandro | 2021-04-30 | 1 | -3/+2 |
| | |\ \
| | |/
| |/| |
|
| | | * | maven: 3.6.3 -> 3.8.1 | José Luis Lafuente | 2021-04-27 | 1 | -3/+2 |
| | * | | sbt-extras: 2021-04-06 → 2021-04-26 | Tim Steinbach | 2021-04-28 | 1 | -3/+3 |
| * | | | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2021-04-29 | 2 | -5/+5 |
| |\| | |
|
| | * | | sbt: 1.5.0 -> 1.5.1 | JesusMtnez | 2021-04-26 | 1 | -2/+2 |
| | * | | buck: use jdk8 | Jonathan Ringer | 2021-04-24 | 1 | -3/+3 |
| * | | | gup: structured-attrs build fix | Robin Gloster | 2021-04-28 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2021-04-23 | 2 | -12/+22 |
| |\| | |
|
| | * | | Merge pull request #119247 from jonringer/bump-buck•••buck: 2019.10.17.01 -> 2021.01.12.01 | Sandro | 2021-04-22 | 1 | -8/+9 |
| | |\ \ |
|
| | | * | | buck: 2019.10.17.01 -> 2021.01.12.01 | Jonathan Ringer | 2021-04-12 | 1 | -8/+9 |
| | * | | | Merge pull request #118269 from midchildan/feat/fuse/add-darwin | Sandro | 2021-04-22 | 1 | -4/+13 |
| | |\ \ \ |
|
| | | * | | | tup: explain blocker for darwin build | midchildan | 2021-04-02 | 1 | -4/+13 |
| * | | | | | Merge remote-tracking branch 'upstream/master' into structured-attrs | Robin Gloster | 2021-04-23 | 31 | -1318/+2097 |
| |\| | | | |
|
| | * | | | | remake: 4.1 -> 4.3 (#119737)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | SCOTT-HAMILTON | 2021-04-21 | 1 | -8/+21 |
| | | |_|/
| |/| | |
|
| | * | | | bmake: add setupHook•••With this change,
nativeBuildInputs = [ bmake ];
will cause bmake to be used instead of GNU make, but with the usual
stdenv API. Packages using bmake will no longer need to implement
their own {build,check,dist}Phase.
| Alyssa Ross | 2021-04-16 | 2 | -0/+119 |
| | * | | | gradle: 7-rc-2 -> 7, bumping latest 6.8.3 -> 7 | Lorenz Leutgeb | 2021-04-13 | 1 | -4/+3 |
| | * | | | Merge pull request #107977 from corngood/msbuild | Sandro | 2021-04-12 | 4 | -1150/+1655 |
| | |\ \ \ |
|
| | | * | | | msbuild: use roslyn from package | David McFarland | 2021-03-25 | 1 | -2/+2 |
| | | * | | | msbuild: move extension path to app.config•••This makes it work for things that load the assembly directly.
| David McFarland | 2021-03-09 | 1 | -1/+5 |
| | | * | | | msbuild: 16.3 -> 16.8 | David McFarland | 2021-03-09 | 4 | -1355/+1631 |
| | | * | | | msbuild: remove explicit phases | David McFarland | 2021-03-09 | 1 | -3/+0 |
| | | * | | | msbuild: remove output response file | David McFarland | 2021-03-09 | 1 | -1/+0 |
| | | * | | | msbuild: link libhostfxr into output | David McFarland | 2021-03-09 | 1 | -1/+2 |
| | | * | | | msbuild: add script to generate nuget dependencies | David McFarland | 2021-03-09 | 2 | -1129/+1357 |
| | * | | | | bazel-buildtools: 3.5.0 -> 4.0.1 | Mario Rodas | 2021-04-11 | 2 | -27/+11 |