summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* aldor: mark as brokenzimbatm2016-06-25
| | | | Compilation fails and there is no maintainer
* terra: set meta.platformsJoachim Fasting2016-06-23
| | | | | Upstream claims MacOS, Linux, and Windows as supported platforms; set to unix for now.
* Revert "Merge branch 'staging'" due to glibcVladimír Čunát2016-06-23
| | | | | | | | The main output started to retain dependency on bootstrap-tools; see https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096 This reverts commit c05d8295988697adbb920a7b4a999ae3670c5504, reversing changes made to f073df60d60444c30c49cb26d6b187a4100b41fe.
* terra: specify tool paths via Makefile.incJoachim Fasting2016-06-23
| | | | | Judging by the build output, which doesn't find what it's looking for anyway.
* terra: apply PaX markingsJoachim Fasting2016-06-23
| | | | For grsecurity support
* colm: set meta.platforms per upstreamJoachim Fasting2016-06-23
|
* Merge branch 'staging'Vladimír Čunát2016-06-22
|\
| * Merge branch 'master' into stagingVladimír Čunát2016-06-19
| |\ | | | | | | | | | Hydra nixpkgs: ?compare=1279790
| * | gcc: fixup the tarball job after merging #15867Vladimír Čunát2016-06-11
| | | | | | | | | | | | | | | | | | The evaluation problem happened in while checking find-tarballs.nix http://hydra.nixos.org/build/36754203/nixlog/1/raw (it didn't seem worth digging into why exactly)
| * | cross GCC: Fix some paths to libc headers (after multiple outputs)Tuomas Tynkkynen2016-06-11
| | | | | | | | | | | | | | | It's not completely clear to me why the path to libc headers is set differently when cross building...
| * | gcc: Pass --with-mpc in crossAttrsTuomas Tynkkynen2016-06-10
| | | | | | | | | | | | | | | Just for consistency, it should be already coming from buildInputs anyway.
| * | Merge #15867: glibc, gcc: fixes for ARM targetsVladimír Čunát2016-06-10
| |\ \ | | | | | | | | | | | | ... needed after closure-size merge (#7701)
| | * | darwin output pathsEric Litak2016-05-31
| | | |
| | * | same changes to the rest. 4.5 has inf recursion still, 4.6 too old for glibc2.23Eric Litak2016-05-31
| | | |
| | * | same changes to gcc6Eric Litak2016-05-31
| | | |
| | * | fixing libcCross related flagsEric Litak2016-05-31
| | | | | | | | | | | | | | | | (excluding darwin and mingw for now)
| * | | gcc: maintenance 5.3 -> 5.4Vladimír Čunát2016-06-09
| | | |
* | | | Merge pull request #16382 from Ericson2314/morguePeter Simons2016-06-21
|\ \ \ \ | | | | | | | | | | Remove misc dead code
| * | | | Remove dead `pkgs/development/compilers/ghc/with-packages.nix`John Ericson2016-06-20
| | |_|/ | |/| | | | | | | | | | Superseded by `/pkgs/development/haskell-modules/with-packages-wrapper.nix`
* | | | microscheme: 0.9.2 -> 0.9.3Bjørn Forsman2016-06-20
| | | |
* | | | libcxx-3.8: apply Darwin-specific patch only on DarwinVladimír Čunát2016-06-20
| | | | | | | | | | | | | | | | ... to better decouple different platforms (in future).
* | | | Merge #16323: llvmPackages_38 fixesVladimír Čunát2016-06-20
|\ \ \ \
| * | | | libc++, libc++abi, lldb: fix 3.8Benjamin Saunders2016-06-18
| | | | |
* | | | | Captialize meta.description of all packagesBjørn Forsman2016-06-20
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* | | | Merge pull request #16295 from NeQuissimus/openjdk8_102Joachim Fasting2016-06-17
|\ \ \ \ | | | | | | | | | | openjdk: 8u92b14 -> 8u102b04
| * | | | openjdk: 8u92b14 -> 8u102b04Tim Steinbach2016-06-16
| | | | |
* | | | | terra: 2016-01-06 -> 2016-06-09William Casarin2016-06-16
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * llvmPackages_35 -> llvmPackages_38 * static llvm no longer needed * multiple outputs, this generates the following results: - out/lib/terra.so - bin/bin/terra - dev/include/terra/*.h - static/lib/libterra.a Contributed with help from @joachifm
* | | | Merge pull request #15929 from earldouglas/avianJoachim Fasting2016-06-16
|\ \ \ \ | | | | | | | | | | avian: init at 1.2.0
| * | | | avian: init at 1.2.0James Earl Douglas2016-06-03
| | | | |
* | | | | rust: Refactoring of rust and cargo packagesDavid Craven2016-06-15
| | | | |
* | | | | rustc: Prepare for 1.10.0 releaseDavid Craven2016-06-14
| | | | |
* | | | | rustc: Enable crosscompiling std cratesDavid Craven2016-06-14
| | | | |
* | | | | cargo: Use stable releases instead of snapshotsDavid Craven2016-06-14
| | | | |
* | | | | Merge pull request #16167 from rasendubi/ghc-docsPeter Simons2016-06-14
|\ \ \ \ \ | | | | | | | | | | | | GHC: Split docs
| * | | | | GHC: Split docsAlexey Shmalko2016-06-12
| |/ / / /
* | | | | nim: 0.13.0 -> 0.14.2Maciek Starzyk2016-06-11
| | | | |
* | | | | julia-git: 0.4.4-pre-2016-02-08 -> 0.5.0-dev-2016-06-10Nikolay Amiantov2016-06-11
| | | | |
* | | | | Merge pull request #16093 from rushmorem/update-goRushmore Mushambi2016-06-10
|\ \ \ \ \ | | | | | | | | | | | | go: v1.5.3 -> v1.5.4
| * | | | | go: v1.5.3 -> v1.5.4rushmorem2016-06-09
| | | | | |
* | | | | | tinycc: fix paxmark callJoachim Fasting2016-06-09
|/ / / / / | | | | | | | | | | | | | | | | | | | | I missed this due to testing on a checkout that didn't contain the paxmark fix ...
* | | / / factor: disable build on i686-linuxRahul Gopinath2016-06-09
| |_|/ / |/| | | | | | | | | | | The factor language should be built only on x86_64 machines.
* | | | factor-lang: Init at 0.98Rahul Gopinath2016-06-08
| | | | | | | | | | | | | | | | Factor is a concatenative, stack-based programming language.
* | | | Merge pull request #15971 from phile314/masterJoachim Fasting2016-06-07
|\ \ \ \ | | | | | | | | | | uhc: 1.1.9.3 -> 1.1.9.4
| * | | | uhc: 1.1.9.3 -> 1.1.9.4Philipp Hausmann2016-06-04
| | | | |
* | | | | Merge pull request #14366 from NixOS/gnome-3.20Luca Bruno2016-06-07
|\ \ \ \ \ | | | | | | | | | | | | gnome3.20: init at 3.20.0
| * | | | | vala_0_32: init at 0.32.0Damien Cassou2016-06-06
| | | | | |
* | | | | | Merge remote-tracking branch 'upstream/staging' into masterTuomas Tynkkynen2016-06-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-06-04
| |\| | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-06-01
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | llvm: remove bogus paxmarksJoachim Fasting2016-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refers to non-existent files; see e.g., https://hydra.nixos.org/build/36359717/nixlog/1/raw Likely a copy-paste error that has gone unnoticed because paxmark didn't do anything, but breaks after 6648b04381b8fefb704824f5db898813f22dafbb