Commit graph

20 commits

Author SHA1 Message Date
Peter Hoeg 3f454bc90f toxic: 0.7.2 -> 0.8.2 2018-04-29 07:52:54 +08:00
John Ericson ba52ae5048 treewide: isArm -> isAarch32
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
2018-04-25 15:28:55 -04:00
Tuomas Tynkkynen e6e8565131 toxic: Disable on Darwin
Last successful build 2014-03-12 17:47:58

https://hydra.nixos.org/build/59716009
2017-09-12 14:58:46 +03:00
Peter Hoeg a66e04d3be toxic: 20160728 -> 0.7.2 2017-02-14 14:59:30 +08:00
Tomas Hlavaty e4db40ad23 toxic: fix arm build 2016-12-13 22:36:12 +01:00
Franz Pletz 9146a62f51
toxic: 20150125 -> 20160728 2016-09-08 21:50:42 +02:00
Andrey Arapov 522d059dc9 libtoxcore, utox, qtox, toxic: Update to the newest Dev version 2015-01-31 03:20:12 +01:00
Jascha Geerds 44dd2ed9ec toxic: Update to the newest dev version
This update is necessary due to API changes in libtoxcore. Sad to say that
the recent stable version doesn't work with our libtoxcore. We need to
update to the recent dev version.
2014-12-04 02:47:32 +01:00
Lluís Batlle i Rossell c1e962f1e2 Updating toxic to 0.5.1 2014-09-29 10:26:28 +02:00
Lluís Batlle i Rossell bf62423f89 Fix toxic install for DHTnodes and other share files. 2014-09-29 10:24:36 +02:00
Lluís Batlle i Rossell c9494b8090 Making tox/toxic A/V libs disabled in ARM. 2014-09-29 10:24:35 +02:00
Lluís Batlle i Rossell 1955da1b8c Updating toxic/libtoxcore/libsodium 2014-09-29 10:24:35 +02:00
Domen Kožar 13ca3624a7 toxic: git -> 0.4.7 2014-08-25 17:13:50 +02:00
aszlig 9edfad2717
toxic: Update to latest upstream Git master.
Unfortunately they've changed their build system to be makefile-only and
they don't seem to include test cases in the CLI anymore, so we needed
to adapt accordingly. Also added freealut and openal to the buildInputs,
in order to allow audio support.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-07-28 20:53:11 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Lluís Batlle i Rossell 9c36f01edd Updating toxic and toxcore to newer code. 2014-02-24 19:18:15 +01:00
Lluís Batlle i Rossell 2ef5b4ec7c Updating tox/toxic 2014-02-04 10:12:28 +01:00
Lluís Batlle i Rossell fda66c9ff4 Updating tox to master 2013-11-13 09:21:44 +01:00
Lluís Batlle i Rossell 8a3652544b Moving the attribute tox_core to libtoxcore. It seems more appropiate. 2013-10-11 21:44:15 +02:00
Lluís Batlle i Rossell fb8494b18b Adding toxic, the reference CLI for Tox 2013-10-11 21:42:42 +02:00