about summary refs log tree commit diff
path: root/pkgs/development/interpreters/spidermonkey
Commit message (Collapse)AuthorAge
* spidermonkey: Enable tests on 31.5.Jookia2016-07-20
|
* spidermonkey: Fix building 31.5 on GCC 5.Jookia2016-07-20
|
* spidermonkey: Fix building 185-1.0.0 on ARMv7.Jookia2016-07-20
|
* Revert "spidermonkey: Disable tests on ARM"Tuomas Tynkkynen2016-07-20
| | | | | | | | | | This reverts commit f9654a88e76703a80b8d1464f384bba21abeaf52. At least for now, the problem has gone away on ARMv7 by the switch of FPU flags used by GCC. Some details of the bug at: https://github.com/NixOS/nixpkgs/pull/16850#issuecomment-232339143
* spidermonkey: Disable tests on ARMTuomas Tynkkynen2016-07-10
| | | | | | | | | Some tests fail and cause kernel spam of this sort: [ 6607.906159] Alignment trap: not handling instruction f4430a1f at [<0021e500>] [ 6607.913308] Unhandled fault: alignment exception (0x811) at 0x003a15ec [ 6607.919864] pgd = e8b88000 [ 6607.922601] [003a15ec] *pgd=fb185835
* Add mirror://mozilla schemeEelco Dolstra2016-05-09
|
* spidermonkey: add metaNikolay Amiantov2016-05-01
|
* Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
|\ | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| * fix ftp.mozilla.org URLsRobin Gloster2015-12-26
| | | | | | | | The old URLs time out.
* | rename moveToOutput and propagatedBuildInputsLuca Bruno2015-12-02
| |
* | spidermonkey-{17,24}: split the dev and lib outputsVladimír Čunát2015-10-13
| |
* | nspr,nss: split into multiple outputsVladimír Čunát2015-10-13
|/ | | | Hopefully most references are OK.
* spidermonkey: add 31.5Anders Papitto2015-09-08
|
* spidermonkey: Apply 17 patch to 24William A. Kennington III2015-07-07
|
* spidermonkey: Use more system dependencies and fix for perl 5.22William A. Kennington III2015-07-07
|
* spidermonkey_17: remove *.a to save 8 MBVladimír Čunát2015-06-07
| | | | | The sole user (polkit) still builds fine. Inspired by #8147.
* Avoid bash arg in Spidermonkey 17Lluís Batlle i Rossell2015-03-06
|
* spidermonkey-17: Disable test which fails on ARM.Ambroz Bizjak2015-03-06
| | | | (cherry picked from commit b90dca35aac458953182b4e1ad725c9466d11a66)
* Fix ARM/Arm typo.Lluís Batlle i Rossell2014-10-10
|
* Making spidermonkey_185 build on ARM, and so also polkit.Lluís Batlle i Rossell2014-10-10
|
* Merge #1187 into p/stdenvVladimír Čunát2014-05-29
|\ | | | | | | Tested building firefox, kdelibs, evince on x86_64-linux.
| * spidermonkey-17: Add support for grsecurityRicardo M. Correia2014-05-15
| |
| * spidermonkey: Add support for grsecurityRicardo M. Correia2014-05-15
| |
* | Add spidermonkey_24Luca Bruno2014-05-20
|/
* Add gnome3.gjsDomen Kožar2014-01-20
|
* spidermonkey_185: drop unused readline, parallel buildVladimír Čunát2013-11-30
|
* spidermonkey_185: enable threads and tests by defaultVladimír Čunát2013-11-30
| | | | Also drop redundant autoconf.
* polkit: update, including non-critical CVE-2013-4288 fixVladimír Čunát2013-10-05
|
* Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | Plus a small number of obsolete packages (like old versions of qemu).
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adding SpiderMonkey 185Cillian de Roiste2011-12-15
| | | | svn path=/nixpkgs/trunk/; revision=30904
* Fixing the build of spidermonkey (on -fPIC) for mips.Lluís Batlle i Rossell2010-12-17
| | | | | | They enable automatically the -fPIC only on x86_64, while I think most non-i686 needs it. svn path=/nixpkgs/branches/stdenv-updates/; revision=25189
* Fix includesMichael Raskin2010-10-29
| | | | svn path=/nixpkgs/trunk/; revision=24534
* Add thread-safe to optionsMichael Raskin2010-10-29
| | | | svn path=/nixpkgs/trunk/; revision=24532
* Add Veracity distributed VCS (+ issue tracker)Michael Raskin2010-08-07
| | | | svn path=/nixpkgs/trunk/; revision=23031
* Add an RC (1.8.0-rc1) of SpiderMonkey by cloning the release expressionMichael Raskin2010-08-07
| | | | svn path=/nixpkgs/trunk/; revision=23030
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* Added Makefile.extra to spidermonkeyYury G. Kudryashov2007-11-11
| | | | svn path=/nixpkgs/trunk/; revision=9641
* Spidermonkey upgrade to 1.7Yury G. Kudryashov2007-11-11
| | | | | | | Nix-expression mostly rewritten May be needed for previously commited elinks update svn path=/nixpkgs/trunk/; revision=9634
* * More URLs.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6718
* * Fix some URLs.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6714
* * Make it easier to override parts of stdenv (like gcc or make) perEelco Dolstra2006-06-23
| | | | | | package using the `overrideGCC' and `overrideInStdenv' functions. svn path=/nixpkgs/trunk/; revision=5505
* * Spidermonkey doesn't compile with gcc 4.1.1 (ICE), so use 3.4Eelco Dolstra2006-06-23
| | | | | | instead. svn path=/nixpkgs/trunk/; revision=5495
* Added spidermonkey.Martin Bravenboer2006-04-26
svn path=/nixpkgs/trunk/; revision=5227