about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* dotnetCorePackages: Add support for DarwinMoises Nessim2020-05-27
|
* Merge pull request #88988 from tobim/optimize-cross-libstdc++Matthew Bauer2020-05-27
|\ | | | | gcc: optimize cross-compiled libraries
| * gcc: optimize cross-compiled librariesTobias Mayer2020-05-27
| | | | | | | | | | | | | | | | | | `libstdc++` and a few other libraries are comiled with the options set in `EXTRA_TARGET_FLAGS`. Normally, this is filled form `EXTRA_FLAGS` inside of `builder.sh`, from which it inherits its optimization option. For cross compilers `EXTRA_TARGET_FLAGS` is set by a dedicated function that does not specify any optimization, leading to sub-par runtime performance of many C++ programs.
* | Merge pull request #85986 from suhr/ciaoAnderson Torres2020-05-26
|\ \ | |/ |/| ciao: init at 1.19.0
| * ciao: init at 1.19.0Сухарик2020-05-24
| |
* | Merge pull request #88645 from wchresta/masterJörg Thalheim2020-05-26
|\ \
| * | idris2: init at version 0.2.0-840e020wchresta2020-05-23
| | | | | | | | | | | | A purely functional programming language with first class types
* | | Merge pull request #88819 from r-ryantm/auto-update/jsonnetMario Rodas2020-05-24
|\ \ \ | | | | | | | | jsonnet: 0.15.0 -> 0.16.0
| * | | jsonnet: 0.15.0 -> 0.16.0R. RyanTM2020-05-24
| | | |
* | | | lazarus: fix linking by the IDE; using the results of an investigation by ↵Michael Raskin2020-05-25
|/ / / | | | | | | | | | @deliciouslytyped
* | | Merge pull request #69144 from SFrijters/gdcMatthew Bauer2020-05-23
|\ \ \ | |/ / |/| | gdc: init at 9.3.0
| * | gdc: init at 9.3.0Stefan Frijters2020-05-19
| | |
* | | Merge pull request #88233 from r-ryantm/auto-update/tinygoMario Rodas2020-05-20
|\ \ \ | | | | | | | | tinygo: 0.13.0 -> 0.13.1
| * | | tinygo: 0.13.0 -> 0.13.1R. RyanTM2020-05-20
| | | |
* | | | Merge pull request #88331 from r-ryantm/auto-update/closure-compilerMario Rodas2020-05-20
|\ \ \ \ | | | | | | | | | | closurecompiler: 20200406 -> 20200517
| * | | | closurecompiler: 20200406 -> 20200517R. RyanTM2020-05-20
| |/ / /
* | / / gambit: disable use of poll() on DarwinJason Felice2020-05-19
| |/ / |/| | | | | | | | | | | | | | | | | | | | Darwin has a bug which affects the use of poll() with a tty fd, which affects gambit's REPL when at a console, causing 100% CPU usage. Gambit recommends this is disabled on Darwin.
* | | oraclejdk8: 8u241 -> 8u251Louis Bettens2020-05-18
|/ /
* | gerbil: 0.15.1 -> 0.16Francois-Rene Rideau2020-05-17
| | | | | | | | | | Now that v0.16 was released at last, make the configurePhase and instalPhase the same again for default and unstable.
* | gerbilPackages.gerbil-utils: init at 2020-05-16Francois-Rene Rideau2020-05-17
| |
* | gerbil-unstable: 2020-02-27 -> 2020-05-17Francois-Rene Rideau2020-05-17
| |
* | gambit-unstable: 2020-02-24 -> 2020-05-13Francois-Rene Rideau2020-05-17
| |
* | Refactor Gerbil supportFrancois-Rene Rideau2020-05-17
| | | | | | | | | | | | | | | | | | | | | | - Use the new Gambit support. - Move files from $out to $out/gerbil. - Use new Gerbil configuration and installation scripts. - Move some fixups from preBuild to postPatch. - Give up on previous failed attempts at using static libraries. - Add support for compiling libraries written in Gerbil. - Build using NIX_BUILD_CORES. - Register all those things in all-packages.
* | Refactor Gambit supportFrancois-Rene Rideau2020-05-17
| | | | | | | | | | | | | | | | | | | | | | | | Refactor the build rule: - Put files in $out/gambit instead of $out. - Make the optimization setting easy to override. - Make use of gccStdenv more explicit at this level. - Support new-style runtime options for forcing UTF-8 I/O. - Override the PACKAGE_VERSION and PACKAGE_STRING with git version. - Note that the license is lgpl21, not lpgl2 (Note: also dual asl20). - Try and fail to meaningfully add missing runtimeDeps. - Build using NIX_BUILD_CORES.
* | aliceml: do not use aliasesJan Tojnar2020-05-16
| |
* | Merge pull request #87913 from zowoq/go113zimbatm2020-05-16
|\ \ | | | | | | go_1_13: 1.13.8 -> 1.13.11, stop setting GOPATH
| * | go_1_13: 1.13.8 -> 1.13.11zowoq2020-05-16
| | |
| * | go_1_13: stop setting GOPATHzowoq2020-05-16
| | | | | | | | | | | | a1e13f6140a568b73c1c36bb9ef79d7876ccaae3
* | | ocaml-ng.ocamlPackages_4_11.ocaml: init at 4.11.0+α1Vincent Laporte2020-05-16
| | |
* | | Merge pull request #87872 from fare-patches/ethereumadisbladis2020-05-16
|\ \ \ | |/ / |/| | Ethereum updates
| * | solc: 0.5.15 -> 0.6.8Francois-Rene Rideau2020-05-15
| | |
* | | ghcjs: mark build as brokenPeter Simons2020-05-15
| | | | | | | | | | | | ghcjs hasn't compiled for several weeks.
* | | Revert "Get rid of go 1.13 (#86036)"zimbatm2020-05-15
| | | | | | | | | | | | | | | | | | This partially reverts commit 3e0aa4af2da4e4010cd9011aaa125fed7ca220e6. See the discussion in the PR.
* | | bs-platform: 7.3.1 -> 7.3.2Antonio Nuno Monteiro2020-05-14
|/ /
* | go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
| |
* | Merge pull request #86304 from filalex77/gleam-0.8.0Mario Rodas2020-05-12
|\ \ | | | | | | gleam: 0.7.1 -> 0.8.0
| * | gleam: 0.8.0-rc1 -> 0.8.0Oleksii Filonenko2020-05-08
| | |
| * | gleam: 0.7.1 -> 0.8.0-rc1Oleksii Filonenko2020-04-29
| | |
* | | Merge pull request #87419 from thefloweringash/compiler-rt-armv7lMatthew Bauer2020-05-11
|\ \ \ | | | | | | | | compiler-rt: fix build on armv7l
| * | | llvm/compiler-rt: only apply armv7l patches on aarch32Atemu2020-05-10
| | | | | | | | | | | | | | | | No need for rebuilds on other platforms
| * | | compiler-rt: fix build on armv7lAndrew Childs2020-05-10
| | | |
* | | | scala: 2.13.1 -> 2.13.2R. RyanTM2020-05-10
| | | |
* | | | Merge #87237: gcc10, gfortran10, gnat10: init at 10.1.0Vladimír Čunát2020-05-10
|\ \ \ \ | |/ / / |/| | |
| * | | gcc10, gfortran10, gnat10: init at 10.1.0Vladimír Čunát2020-05-08
| | | | | | | | | | | | | | | | | | | | | | | | Everything is copied as-is from 9 (except version and hash). Some platform-specific patches might not apply anymore; I'm lazily leaving that for the community to fix.
* | | | Merge pull request #87273 from blitz/open-watcomFlorian Klink2020-05-09
|\ \ \ \ | | | | | | | | | | virtualbox: Fix build issue due to open-watcom-bin
| * | | | open-watcom-bin: fix EOVERFLOW on stat() callsJulian Stecklina2020-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We've already worked around failing stat() calls in the installer by running it in qemu-user. Turns out on some systems this workaround is also needed to run `wlib', the archiver of the Open Watcom toolchain. This issue manifested itself in broken VirtualBox builds due to /build/virtualbox/out/linux.amd64/dbgopt/obj/VBoxPcBios32/pci32.obj not being found by `wlib'. We now just wrap all binaries in qemu-user to avoid this.
* | | | | treewide: remove the-kenny from maintainersJörg Thalheim2020-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
* | | | | Nail a few typosGabor Greif2020-05-08
| | | | |
* | | | | ghcHEAD: 20200403 -> 20200505Gabor Greif2020-05-08
|/ / / /
* | | | treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-05-08
| | | |