summary refs log tree commit diff
path: root/pkgs/development/libraries/cloog
Commit message (Collapse)AuthorAge
* treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* treewide: Do not limit hardenging because gcc 4.9 in bootstrapJohn Ericson2017-09-14
| | | | Bootstrap tools has since been bumped
* Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\
| * cloog: 0.18.3 -> 0.18.4Matthias Beyer2016-05-16
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | bootstrap env: disable stackprotector hardening until gcc >=4.9Robin Gloster2016-02-22
|/
* Unmaintain a bunch of packagesShea Levy2015-07-01
|
* Resurrect old cloog and isl for gcc-4.9Shea Levy2015-05-06
| | | | | | | Fixes #7723 Refs 8af39c1cf725be2f42b8d104cf39f2cd74840cac Refs 5cd11989c55e32df83cf5c4bc257bb6825b4e889
* cloog: 0.18.0 -> 0.18.3William A. Kennington III2015-03-26
|
* Merge pull request #3832 from nilcons-contrib/isl_cloog_pbPeter Simons2014-09-01
|\ | | | | Enable parallel building for cloog and isl
| * Enable parallel building for cloog and islGergely Risko2014-08-28
| | | | | | | | | | Since these are GCC dependencies, this speeds up building the stdenv closure.
* | Fix many package descriptionsBjørn Forsman2014-08-24
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
* Make platforms.allBut accept a list rather than a single platformLuca Bruno2014-08-09
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson2013-02-28
| | | | No success yet :-(
* * Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra2011-12-14
| | | | | | | | | | | some redundant builds (e.g., GMP was built three times). * Updated GMP to 5.0.2. * Updated PPL to 0.11.2. * Remove ad hoc flags to build GCC's dependencies statically. Instead, use the ‘makeStaticLibraries’ stdenv adapter. * Build GMP with C++ support by default. svn path=/nixpkgs/branches/stdenv-updates/; revision=30891
* CLooG 0.16.3, along with simplifications.Ludovic Courtès2011-11-30
| | | | svn path=/nixpkgs/trunk/; revision=30635
* Add CLooG, an alternative to CLooG-PPL based on the integer set library, an ↵Shea Levy2011-03-31
optional dependency for GCC 4.6.0 svn path=/nixpkgs/trunk/; revision=26635