about summary refs log tree commit diff
path: root/pkgs/development/libraries/libunwind
AgeCommit message (Collapse)AuthorFilesLines
2024-04-30treewide: freebsd13 -> freebsdJohn Ericson1-1/+1
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2024-02-26libunwind: 1.8.0 -> 1.8.1Sergei Trofimovich1-5/+11
Changes: https://github.com/libunwind/libunwind/releases/tag/v1.8.1
2024-02-10Merge staging-next into staginggithub-actions[bot]1-12/+0
2024-02-10libunwind: remove incorrect badPlatforms (#286560)Yureka1-12/+0
It is unclear what platforms are actually meant to be unsupported, but some platforms are included in this badPlatforms pattern even though they work, e.g. armv7l-unknown-linux-musleabihf. Actually unsupported platforms / broken builds can be added again in a dedicated list.
2024-01-30libunwind: 1.7.2 -> 1.8.0R. Ryantm1-2/+2
2024-01-25pkgsStatic.libunwind: don't -mno-outline-atomicsAlyssa Ross1-1/+1
The build failure this was added to fix doesn't happen for static builds.
2024-01-24Merge remote-tracking branch 'origin/master' into staging-nextAlyssa Ross1-2/+18
Conflicts: pkgs/development/libraries/libunwind/default.nix
2024-01-24libunwind: populate bad platformsRyan Burns1-1/+13
Musl targets need platform-specific asm for getcontext/setcontext implementations, so only certain musl platforms are supported.
2024-01-24libunwind: fix build on aarch64-muslRyan Burns1-1/+5
2024-01-11libunwind: 1.6.2 -> 1.7.2Jiajie Chen1-14/+8
The original upstream no longer publishs new tarballs, switch to GitHub. Remove upstreamed patch. Add new platforms supported by latest libunwind.
2023-01-17libunwind: broaden platformsAlyssa Ross1-2/+2
Upstream helpfully spells out exactly which platforms are supported, so let's just use that list. Notably, this change allows libunwind to be built for FreeBSD.
2022-06-20pkgsStatic.libunwind: fix buildTobias Mayer1-1/+1
2022-03-29libunwind: fix for aarch64 and non-4K pages (#166006)Thomas1-1/+9
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-07Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross1-3/+5
Conflicts: pkgs/development/libraries/libunwind/default.nix
2021-12-06pkgsLLVM.libunwind: fix buildJörg Thalheim1-1/+3
2021-12-06libunwind: use native `true` executable for buildJörg Thalheim1-2/+2
2021-12-02libunwind: 1.4.0 -> 1.6.2Nick Cao2-59/+4
2021-09-12libunwind: pull upstream fix for -fno-common compilerSergei Trofimovich1-2/+10
Fixes build failure against upstream gcc (defaults -fno-common)
2021-06-04nongnu-libunwind: Disable package for RISC-VZhaofeng Li1-2/+1
The author has stated that he does not have time to implement support. There is no use for the `supportsHost` passthru attribute anymore, so let's remove that as well.
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-12libunwind: configureFlags should be a listJörg Thalheim1-1/+1
2020-12-08libunwind: Add devman outputMichal Sojka1-2/+6
Installing the man pages is a bit more tricky. The configure script completely disables the documentation unless latex2man is found. However, just installing the man pages can be done without latex2man, because the man pages are pre-built in the source tarball. Therefore we pass ${coreutils}/bin/true as latex2man, which allows to install the pre-build man pages without depending on full texlive.
2020-04-21libunwind: 1.3.1 -> 1.4.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-29pkgsStatic.libunwind: fix build, fixes #81198Frederik Rietdijk1-1/+5
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-01-09libunwind: 1.3.0 -> 1.3.1Will Dietz1-2/+2
single-commit release: workaround issue with clang + static alias https://github.com/libunwind/libunwind/commits/v1.3.1
2019-01-08libunwind: 1.2.1 -> 1.3.0Will Dietz2-19/+3
https://github.com/libunwind/libunwind/blob/v1.3.0/NEWS Keep backtrace patch (still needed), but drop the other.
2018-12-02Treewide: use HTTPS on NonGNU domainsc0bw3b1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+2
trivial part)
2018-02-28strace: Fix cross-compilationShea Levy1-0/+2
2018-02-13libunwind: patch to fix build on non-glibcWill Dietz2-0/+46
2017-07-03libunwind: fix version macrosOrivej Desh2-0/+17
Fixes julia_05 build: #26891
2017-06-27libunwind: 1.1 -> 1.2.1Orivej Desh3-102/+6
2017-01-25libunwind: add AArch64 support patchNathan Zadoks1-2/+7
2016-08-29treewide: Shuffle outputsTuomas Tynkkynen1-1/+1
Make either 'bin' or 'out' the first output.
2016-04-18Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster1-1/+3
2016-01-30remove local pic flags, now set by hardened stdenvRobin Gloster1-1/+0
2015-11-14Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06""William A. Kennington III1-17/+0
This reverts commit 741bf840dad05cd1728481045466811ae8ae8281. This reverts the fallout from reverting the major changes.
2015-10-28libunwind: fix bad liblzma.la reference, split dev outputVladimír Čunát1-1/+3
2015-10-06Revert "Merge pull request #9543 from NixOS/staging.post-15.06"Eelco Dolstra1-0/+17
This reverts commit f61176c5396ed513f3d399f73f38ab78a066667f, reversing changes made to a27ca029ee2b39e04d7d2a516a7228f4b62067fb. Conflicts: pkgs/development/libraries/ncurses/default.nix
2015-10-01remove obsolete libunwindNativeJude Taylor1-17/+0
2015-09-04libunwind: add a patch to address https://github.com/JuliaLang/julia/issues/3469Nikolay Amiantov1-2/+8
Should be beneficial to other LLVM+libunwind projects as well (e.g. Pyston)
2015-09-02libunwind: security fix for CVE-2015-3239Vladimír Čunát2-3/+18
Thanks to the monitor. Low security and high rebuild impact, but still...
2015-05-19libunwind: Fix lzma propagationWilliam A. Kennington III1-0/+6
2015-04-06Merge branch master into stagingEric Seidel1-2/+4
2015-04-01libunwind: Add meta informationWilliam A. Kennington III1-2/+4
2015-03-29libunwind: Fix buildWilliam A. Kennington III2-0/+69
2015-02-03make llvm-3.5 the default and remove references to gccAppleEric Seidel1-0/+17
make perl be less dumb revert change to release.nix