about summary refs log tree commit diff
path: root/pkgs/development/compilers/sbcl
Commit message (Collapse)AuthorAge
* sbcl: 1.4.6 -> 1.4.7Michael Raskin2018-05-02
|
* treewide: isArm -> isAarch32John Ericson2018-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following legacy packing conventions, `isArm` was defined just for 32-bit ARM instruction set. This is confusing to non packagers though, because Aarch64 is an ARM instruction set. The official ARM overview for ARMv8[1] is surprisingly not confusing, given the overall state of affairs for ARM naming conventions, and offers us a solution. It divides the nomenclature into three levels: ``` ISA: ARMv8 {-A, -R, -M} / \ Mode: Aarch32 Aarch64 | / \ Encoding: A64 A32 T32 ``` At the top is the overall v8 instruction set archicture. Second are the two modes, defined by bitwidth but differing in other semantics too, and buttom are the encodings, (hopefully?) isomorphic if they encode the same mode. The 32 bit encodings are mostly backwards compatible with previous non-Thumb and Thumb encodings, and if so we can pun the mode names to instead mean "sets of compatable or isomorphic encodings", and then voilà we have nice names for 32-bit and 64-bit arm instruction sets which do not use the word ARM so as to not confused either laymen or experienced ARM packages. [1]: https://developer.arm.com/products/architecture/a-profile
* sbcl: 1.4.4 -> 1.4.6Mario Rodas2018-04-02
|
* sbcl: 1.4.3 -> 1.4.4Tomas Hlavaty2018-02-18
|
* sbcl: 1.4.2 -> 1.4.3adisbladis2018-01-27
|
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* sbcl: 1.4.1.0.20171104 -> 1.4.2Tomas Hlavaty2017-12-01
|
* SBCL: bump to unstable to include upstream fixes for bugs breaking iolibMichael Raskin2017-11-05
|
* sbcl: remove old versions 1.2.0, 1.3.12Keshav Kini2017-11-04
| | | | | | SBCL 1.2.0 was being retained for the acl2 package, which no longer needs it. SBCL 1.3.12 was being retained for the maxima package, which appears to no longer need it.
* sbcl: 1.4.0 -> 1.4.1mimadrid2017-11-04
|
* sbcl: 1.3.21 -> 1.4.0Tomas Hlavaty2017-10-04
|
* sbcl: 1.3.20 -> 1.3.21Tomas Hlavaty2017-09-02
|
* Merge pull request #27812 from tohl/masterMichael Raskin2017-08-07
|\ | | | | sbcl updated, tested on nixos x86_64
| * sbcl: 1.3.19 -> 1.3.20Tomas Hlavaty2017-07-31
| |
* | pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
|/ | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* sbcl: 1.3.18 -> 1.3.19Tomas Hlavaty2017-06-28
| | | | | | | | | | Updated sbcl with new version released today. Tested on nixos 17.03 x86_64, sbcl executable runs. Thanks. From 36da6ad6eac68fdf2c8876c0a35642aa3e5c9d96 Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty <tom@logand.com> Date: Wed, 28 Jun 2017 20:12:58 +0200 Subject: [PATCH] sbcl: 1.3.18 -> 1.3.19
* sbcl: 1.3.17 -> 1.3.18Tomas Hlavaty2017-06-27
| | | | | | | | | The attached patch updates sbcl version. From efdeb164ab3ca748a960791b093638c982465e97 Mon Sep 17 00:00:00 2001 From: Tomas Hlavaty <tom@logand.com> Date: Tue, 27 Jun 2017 22:15:17 +0200 Subject: [PATCH] sbcl: 1.3.17 -> 1.3.18
* sbcl: enable threadSupport also on aarch64-linuxTomas Hlavaty2017-04-28
|
* sbcl: 1.3.16 -> 1.3.17Tomas Hlavaty2017-04-28
|
* sbclBootstrap.aarch64-linux: init at 1.3.16Tomas Hlavaty2017-04-20
|
* sbcl: remove unused file 1.2.5.nixTomas Hlavaty2017-04-20
|
* sbclBootstrap.x86_64-linux: 1.2.15 -> 1.3.16Tomas Hlavaty2017-04-20
|
* sbcl: 1.3.15 -> 1.3.16Tomas Hlavaty2017-04-20
|
* sbcl: 1.3.14 -> 1.3.15Michael Raskin2017-03-09
|
* sbcl: 1.3.13 -> 1.3.14Michael Raskin2017-02-01
|
* sbcl_1_3_12: init at 1.3.12; reinstating the previous version for MaximaMichael Raskin2017-01-03
|
* sbcl: 1.3.12 -> 1.3.13Michael Raskin2017-01-02
|
* sbcl: 1.3.11 -> 1.3.12Tomas Hlavaty2016-12-05
|
* sbclBootstrap: list something for SolarisMichael Raskin2016-12-04
|
* sbcl: avoid using wrong optionsTomas Hlavaty2016-12-04
|
* sbcl: fix disabling threadSupportTomas Hlavaty2016-12-04
|
* sbcl: 1.3.10 -> 1.3.11Tomas Hlavaty2016-12-04
|
* sbcl: 1.3.9 -> 1.3.10Tomas Hlavaty2016-10-01
|
* sbcl: 1.3.8 -> 1.3.9Tomas Hlavaty2016-09-24
|
* Disable bunch of non-compiling packages on DarwinTuomas Tynkkynen2016-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These ones have a "Last successful build" timestamp in the 2014s or 2015s. Presumably no one will notice if we now stop building them. softether_4_18 2015-09-20 http://hydra.nixos.org/build/39418483 lensfun 2014-09-30 http://hydra.nixos.org/build/39394104 net_snmp 2015-09-20 http://hydra.nixos.org/build/39410553 djview 2015-08-11 http://hydra.nixos.org/build/39413233 libmusicbrainz2 2015-09-20 http://hydra.nixos.org/build/39410106 fox_1_6 2014-05-07 http://hydra.nixos.org/build/39410858 libofx 2015-09-24 http://hydra.nixos.org/build/39423507 yacas 2014-09-30 http://hydra.nixos.org/build/39393150 iomelt 2014-09-30 http://hydra.nixos.org/build/39408486 softether 2015-09-20 http://hydra.nixos.org/build/39425800 mp4v2 2014-09-30 http://hydra.nixos.org/build/39421899 virtuoso7 2014-09-21 http://hydra.nixos.org/build/39415206 man_db 2015-04-23 http://hydra.nixos.org/build/39404236 libdiscid 2014-09-30 http://hydra.nixos.org/build/39412202 zabbix22.agent 2014-09-21 http://hydra.nixos.org/build/39412149 vidalia 2015-08-06 http://hydra.nixos.org/build/39411500 libmtp 2015-09-20 http://hydra.nixos.org/build/39419199 wxGTK29 2015-09-20 http://hydra.nixos.org/build/39415296 ncmpcpp 2015-11-06 http://hydra.nixos.org/build/39404455 libtorrent 2014-09-21 http://hydra.nixos.org/build/39394646 shishi 2014-03-21 http://hydra.nixos.org/build/39418874 ocaml_3_12_1 2014-09-30 http://hydra.nixos.org/build/39392996 djview4 2015-08-11 http://hydra.nixos.org/build/39427799 vimNox 2014-05-23 http://hydra.nixos.org/build/39397012 ttfautohint 2015-08-06 http://hydra.nixos.org/build/39398330 libraw 2015-09-24 http://hydra.nixos.org/build/39402271 wxGTK30 2015-09-20 http://hydra.nixos.org/build/39401871 sbcl_1_2_5 2015-09-20 http://hydra.nixos.org/build/39426091 prover9 2014-09-30 http://hydra.nixos.org/build/39406476 rcs 2015-08-25 http://hydra.nixos.org/build/39392037 gpac 2015-09-24 http://hydra.nixos.org/build/39399470 virtuoso6 2014-09-30 http://hydra.nixos.org/build/39398651 xlslib 2015-09-24 http://hydra.nixos.org/build/39410387 ucommon 2015-03-27 http://hydra.nixos.org/build/39414040 commoncpp2 2014-09-30 http://hydra.nixos.org/build/39420117 virtuoso 2014-09-21 http://hydra.nixos.org/build/39399978 miniHttpd 2014-09-30 http://hydra.nixos.org/build/39392925 mpack 2014-09-26 http://hydra.nixos.org/build/39399535 nbd 2014-09-26 http://hydra.nixos.org/build/39401367 newsbeuter-dev 2014-07-29 http://hydra.nixos.org/build/39406259 gimp_2_8 2015-09-20 http://hydra.nixos.org/build/39436271 gimp 2015-09-20 http://hydra.nixos.org/build/39435976 zabbix20.agent 2014-09-30 http://hydra.nixos.org/build/39393242 gst_all_1.gst-plugins-good 2015-09-20 http://hydra.nixos.org/build/39408506 ocaml_4_00_1 2014-09-30 http://hydra.nixos.org/build/39399526 inadyn 2014-09-30 http://hydra.nixos.org/build/39426389 gst_all_1.gst-plugins-bad 2015-09-20 http://hydra.nixos.org/build/39392970 zabbix.agent 2014-09-30 http://hydra.nixos.org/build/39421412 cmake-2_8 2015-09-24 http://hydra.nixos.org/build/39399443 liblastfm 2015-08-06 http://hydra.nixos.org/build/39421812 newsbeuter 2014-07-29 http://hydra.nixos.org/build/39396605 sdcv 2014-09-26 http://hydra.nixos.org/build/39412928
* sbcl: 1.3.7 -> 1.3.8Michael Raskin2016-08-11
|
* sbcl: 1.3.6 -> 1.3.7Tomas Hlavaty2016-07-17
|
* sbcl: 1.3.5 -> 1.3.6Tomas Hlavaty2016-05-30
|
* sbcl: 1.3.4 -> 1.3.5Tomas Hlavaty2016-05-10
|
* sbcl: better thread support and arm detectionTomas Hlavaty2016-04-04
|
* sbcl: 1.3.3 -> 1.3.4Tomas Hlavaty2016-04-04
|
* sbcl: add `purgeNixReferences` option (close #13997)Vladimír Čunát2016-03-18
| | | | ... to support creating executables portable to non-NixOS.
* sbcl: 1.3.2 -> 1.3.3Tomas Hlavaty2016-02-29
|
* sbcl: 1.3.1 -> 1.3.2Tomas Hlavaty2016-02-06
|
* FreeBSD: undo removal of Solaris and remove changes to native stdenv now ↵janus2016-01-01
| | | | that FreeBSD has its own
* FreeBSD supportjanus2016-01-01
|
* Merge recent staging built on HydraVladimír Čunát2015-12-05
|\ | | | | | | | | | | http://hydra.nixos.org/eval/1231884 Only Darwin jobs seem to be queued now, but we can't afford to wait for that single build slave.
| * Dummy SBCL property to allow other derivations to build.Danny Wilson2015-11-16
| |
* | Revert "sbcl: cleaner xc-host"Tomas Hlavaty2015-11-30
| | | | | | | | This reverts commit 393f0eecaeadf1a8893a3c9c88ea4304f4a309b8.
* | sbcl: 1.3.0 -> 1.3.1Tomas Hlavaty2015-11-30
| |