summary refs log tree commit diff
path: root/pkgs/development/compilers/emscripten-fastcomp
Commit message (Collapse)AuthorAge
* Emscripten 1.37.16 to 1.37.36 (#37291)Joachim Schiele2018-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | * trying to build emscriptenPackages not all fail * reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work * backup commit * much more targets are compiling now * added common revisioning * revision bump to 1.37.36 (not tested) * fixed xmllint * forcing unit testing, will implement the tests after i get home * json_c test working * added tests * tiny fixes * added documentation
* bintools-wrapper: Import separately from cc-wrapperJohn Ericson2017-12-13
|
* all-packages: get rid of wrapCCCrossJohn Ericson2017-09-20
| | | | It's unneeded
* emscriptenfastcomp: move wrap magic to own file, use newScopeMaximilian Güntner2017-09-13
|
* emscripten: 1.37.13 -> 1.37.16Matthew Bauer2017-08-03
|
* emscripten, emscriptenfastcomp: 1.37.10 -> 1.37.13Gabriel Ebner2017-06-05
|
* emscripten: 1.37.9 -> 1.37.10Gabriel Ebner2017-04-25
|
* emscripten: 1.37.3 -> 1.37.9Gabriel Ebner2017-04-16
|
* Update emscripten-fastcomp version to 1.37.3Ben Zhang2017-03-10
|
* emscripten, emscriptenfastcomp: 1.36.4 -> 1.37.1Gabriel Ebner2017-01-02
|
* emscriptenfastcomp: build using cmake and use cc-wrapperGabriel Ebner2017-01-02
|
* 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)
* properly fix the maintainer.matthewbauer problemVladimír Čunát2016-05-27
| | | | | There was inconsisten usage of maintainers.matthewbauer and mbauer. /cc @matthewbauer I chose the github identifier, as it's customary.
* Fix nixpkgs eval (caused by 'emscripten' expression)Bjørn Forsman2016-05-27
| | | | | | | | | | | | | | | Fixes this: $ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace error: while evaluating ‘callPackageWith’ at .../lib/customisation.nix:93:35, called from .../pkgs/top-level/all-packages.nix:1411:24: while evaluating ‘makeOverridable’ at .../lib/customisation.nix:54:24, called from .../lib/customisation.nix:97:8: undefined variable ‘srcFC’ at .../pkgs/development/compilers/emscripten-fastcomp/default.nix:26:14 Also, "matthewbauer" is not defined in ./lib/maintainers.nix, comment out. Caused by f646b9295ea7a2332667f5ffeb5bd871e76982e9 and d078fe1e9c826a63ad078ca4d5364c967984f393.
* Add myself as maintainer for emscripten, emscripten-fastcomp.Matthew Bauer2016-05-26
|
* Fix hash issue in emscripten.Matthew Bauer2016-05-26
| | | | | | | Just use "fetchFromGitHub" because that seems to be more reliable. Still unclear what the actual issue was but I'm thinking this will fix it. At least, this will put it more in line with other packages.
* emscripten: revision bump from 1.35.4 to 1.36.4, was tested with compiling ↵Joachim Schiele2016-05-25
| | | | xml.js
* emscripten and emscripten-fastcomp: add platformsBart Brouns2015-11-21
| | | | Close #11068.
* emscripten 1.29 -> 1.35Matthew Bauer2015-10-31
| | | | | also updates to store files in $out/share/emscripten instead of $out/bin. also fix issue with closure compiler.
* emscripten: update from 1.29.3 to 1.29.10.lostdj2015-02-22
|
* Update to 1.29.3.Jos van den Oever2015-01-18
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* Add emscripten: LLVM to JavaScript compilerBoris Sukholitko2014-07-12