| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname | volth | 2019-08-15 | 1 | -2/+2 |
| * | libunwind: 1.3.0 -> 1.3.1•••single-commit release: workaround issue with clang + static alias https://github.com/libunwind/libunwind/commits/v1.3.1 | Will Dietz | 2019-01-09 | 1 | -2/+2 |
| * | libunwind: 1.2.1 -> 1.3.0•••https://github.com/libunwind/libunwind/blob/v1.3.0/NEWS Keep backtrace patch (still needed), but drop the other. | Will Dietz | 2019-01-08 | 2 | -19/+3 |
| * | Treewide: use HTTPS on NonGNU domains | c0bw3b | 2018-12-02 | 1 | -1/+1 |
| * | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| * | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the trivial... | Jan Malakhovski | 2018-04-25 | 1 | -0/+2 |
| * | strace: Fix cross-compilation | Shea Levy | 2018-02-28 | 1 | -0/+2 |
| * | libunwind: patch to fix build on non-glibc | Will Dietz | 2018-02-13 | 2 | -0/+46 |
| * | libunwind: fix version macros•••Fixes julia_05 build: #26891 | Orivej Desh | 2017-07-03 | 2 | -0/+17 |
| * | libunwind: 1.1 -> 1.2.1 | Orivej Desh | 2017-06-27 | 3 | -102/+6 |
| * | libunwind: add AArch64 support patch | Nathan Zadoks | 2017-01-25 | 1 | -2/+7 |
| * | treewide: Shuffle outputs•••Make either 'bin' or 'out' the first output. | Tuomas Tynkkynen | 2016-08-29 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'upstream/master' into hardened-stdenv | Robin Gloster | 2016-04-18 | 1 | -1/+3 |
| |\ | |||||
| | * | libunwind: fix bad liblzma.la reference, split dev output | Vladimír Čunát | 2015-10-28 | 1 | -1/+3 |
| * | | remove local pic flags, now set by hardened stdenv | Robin Gloster | 2016-01-30 | 1 | -1/+0 |
| * | | Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""•••This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes. | William A. Kennington III | 2015-11-14 | 1 | -17/+0 |
| * | | Revert "Merge pull request #9543 from NixOS/staging.post-15.06"•••This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix | Eelco Dolstra | 2015-10-06 | 1 | -0/+17 |
| |/ | |||||
| * | remove obsolete libunwindNative | Jude Taylor | 2015-10-01 | 1 | -17/+0 |
| * | libunwind: add a patch to address https://github.com/JuliaLang/julia/issues/3469•••Should be beneficial to other LLVM+libunwind projects as well (e.g. Pyston) | Nikolay Amiantov | 2015-09-04 | 1 | -2/+8 |
| * | libunwind: security fix for CVE-2015-3239•••Thanks to the monitor. Low security and high rebuild impact, but still... | Vladimír Čunát | 2015-09-02 | 2 | -3/+18 |
| * | libunwind: Fix lzma propagation | William A. Kennington III | 2015-05-19 | 1 | -0/+6 |
| * | Merge branch master into staging | Eric Seidel | 2015-04-06 | 1 | -2/+4 |
| |\ | |||||
| | * | libunwind: Add meta information | William A. Kennington III | 2015-04-01 | 1 | -2/+4 |
| * | | libunwind: Fix build | William A. Kennington III | 2015-03-29 | 2 | -0/+69 |
| |/ | |||||
| * | make llvm-3.5 the default and remove references to gccApple•••make perl be less dumb revert change to release.nix | Eric Seidel | 2015-02-03 | 1 | -0/+17 |
| * | libunwind: propagate xz | Evgeny Egorochkin | 2013-12-21 | 1 | -1/+1 |
| * | libunwind: add missing xz dependency | Evgeny Egorochkin | 2013-12-21 | 1 | -2/+4 |
| * | libunwind: update from 1.0.1 to 1.1 | Nixpkgs Monitor | 2013-12-21 | 1 | -2/+2 |
| * | make package use mirror:// for gnu, savannah and gnome repositories where pos... | Evgeny Egorochkin | 2013-07-14 | 1 | -1/+1 |
| * | Take into account an installation process quirk•••svn path=/nixpkgs/trunk/; revision=33752 | Michael Raskin | 2012-04-12 | 1 | -0/+4 |
| * | Updating libunwind•••svn path=/nixpkgs/trunk/; revision=33751 | Michael Raskin | 2012-04-12 | 1 | -2/+2 |
| * | * Got rid of all --disable-static flags; they're redundant now.•••* Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235 | Eelco Dolstra | 2009-04-21 | 1 | -2/+0 |
| * | * libunwind: pass -fPIC on x86_64-linux. This is necessary for Samba••• to compile. svn path=/nixpkgs/trunk/; revision=13267 | Eelco Dolstra | 2008-11-12 | 1 | -12/+17 |
| * | libunwind added•••svn path=/nixpkgs/trunk/; revision=10345 | Yury G. Kudryashov | 2008-01-28 | 1 | -0/+14 |
