summary refs log tree commit diff
path: root/pkgs/development/libraries/jemalloc
Commit message (Collapse)AuthorAge
* jemalloc450: disable transparent huge pages on ARMBen Wolsieffer2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* jemalloc nitpick: better semantics for stripPrefixVladimír Čunát2019-01-23
|
* jemalloc: add option disable-initial-exec-tlsIzorkin2018-12-02
|
* rustc: fix build with unbundled jemalloc and llvm on darwinSymphorien Gibol2018-11-08
| | | | | | | jemalloc with stripped prefix would cause segfaults in free: https://github.com/NixOS/nixpkgs/pull/49557#issuecomment-436734677 Thanks to @danieldk for darwin testing/debugging.
* drop the obsolete '--disable-thp' optionIgnat Loskutov2018-10-31
|
* jemalloc: 5.0.1 -> 5.1.0Ignat Loskutov2018-10-29
|
* treewide: isArm -> isAarch32John Ericson2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following legacy packing conventions, `isArm` was defined just for 32-bit ARM instruction set. This is confusing to non packagers though, because Aarch64 is an ARM instruction set. The official ARM overview for ARMv8[1] is surprisingly not confusing, given the overall state of affairs for ARM naming conventions, and offers us a solution. It divides the nomenclature into three levels: ``` ISA: ARMv8 {-A, -R, -M} / \ Mode: Aarch32 Aarch64 | / \ Encoding: A64 A32 T32 ``` At the top is the overall v8 instruction set archicture. Second are the two modes, defined by bitwidth but differing in other semantics too, and buttom are the encodings, (hopefully?) isomorphic if they encode the same mode. The 32 bit encodings are mostly backwards compatible with previous non-Thumb and Thumb encodings, and if so we can pun the mode names to instead mean "sets of compatable or isomorphic encodings", and then voilà we have nice names for 32-bit and 64-bit arm instruction sets which do not use the word ARM so as to not confused either laymen or experienced ARM packages. [1]: https://developer.arm.com/products/architecture/a-profile
* jemalloc: don't try to patch 4.5.0Yorick van Pelt2018-04-16
|
* jemalloc: add 4.5.0 versionYorick van Pelt2018-04-16
|
* jemalloc: add patch to fix aarch64 buildRobin Gloster2018-01-06
|
* jemalloc: do not expose hugepage support as an optionJörg Thalheim2018-01-02
| | | | | | | The only common use case so far seems ARMv6/ARMv7 support. The way this option is exposed might collide with a package with the same name. Also the option naming on its own is not self-descriptive without context.
* jemalloc: 4.5.0 -> 5.0.1Ben Wolsieffer2018-01-01
|
* jemalloc: disable transparent huge pages by default on ARMv6/7Ben Wolsieffer2018-01-01
| | | | | | The default NixOS kernels for ARMv7 (and probably ARMv6) do not have support for transparent huge pages, but jemalloc is unable to detect this. This is a known bug and the current solution is to pass --disable-thp to ./configure.
* jemalloc: 4.3.1 -> 4.5.0Renaud2017-03-16
|
* jemalloc: 4.1.1 -> 4.3.1Kirill Elagin2016-11-12
| | | | Fixes #18466.
* jemalloc: remove symbol prefix on darwinDan Peebles2016-08-14
| | | | | The default darwin build added a je_ prefix to all exported symbols, and that broke downstream consumers that were not expecting the prefix, like mariadb.
* jemalloc: 4.0.3 -> 4.1.1Franz Pletz2016-05-13
|
* Move some excess description to longDescriptionTobias Geerinckx-Rice2016-01-12
|
* jemalloc: 4.0.2 -> 4.0.3William A. Kennington III2015-10-16
|
* jemalloc: 4.0.0 -> 4.0.2William A. Kennington III2015-09-23
|
* jemalloc: Fix jemalloc prefix for applications which expect ^mallocWilliam A. Kennington III2015-09-23
|
* rustc: Update both versions of the compilerWilliam A. Kennington III2015-09-23
| | | | | | | | | rustc: 1.2.0 -> 1.3.0 rustcMaster: 2015-09-05 -> 2015-09-21 This also removes the llvm bundling which reduced immediate the closure size by ~50MB. It also tries to reduce some of the superfluous dependencies to help reduce the number of potential rebuilds (namely removing git).
* jemalloc: 3.6.0 -> 4.0.0William A. Kennington III2015-08-30
|
* jemalloc: Add derivationWilliam A. Kennington III2015-03-11