ObjFW  Check-in [e70c567cdd]

Overview
Comment:PLATFORMS.md: Add Android.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e70c567cdd140f85a2918065c86ff63125cb0ab14c1db72a8580c36cc82fedc9
User & Date: js on 2013-09-17 17:18:30
Other Links: manifest | tags
Context
2013-09-17
17:25
README.md: Add note about using LLVM/Clang + ARM. check-in: e0fedfc49c user: js tags: trunk
17:18
PLATFORMS.md: Add Android. check-in: e70c567cdd user: js tags: trunk
16:51
tests/Makefile: Add run-on-android target. check-in: c7b788abab user: js tags: trunk
Changes

Modified PLATFORMS.md from [ace2b2d363] to [65865cf131].

1
2
3
4
5
6










7
8
9
10
11
12
13
Platforms
=========

ObjFW is known to work on the following platforms, but should run on many
others as well.












DragonFlyBSD
------------

  * OS versions: 3.0, 3.3-DEVELOPMENT
  * Architectures: x86, x86_64
  * Compilers: GCC 4.4.7






>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Platforms
=========

ObjFW is known to work on the following platforms, but should run on many
others as well.


Android
-------

  * OS versions: 4.0.4, 4.1.2
  * Architectures: ARMv6, ARMv7
  * Compilers: Clang 3.3
  * Runtimes: ObjFW
  * Limitations: Does not work as a shared library


DragonFlyBSD
------------

  * OS versions: 3.0, 3.3-DEVELOPMENT
  * Architectures: x86, x86_64
  * Compilers: GCC 4.4.7
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  * Compilers: Clang 3.2, GCC 4.6.3
  * Runtimes: ObjFW


iOS
---

  * Architectures: ARM
  * Compilers: GCC 4.2.1
  * Runtimes: Apple


Linux
-----

  * Architectures: ARM, m68k, MIPS32, PPC, x86, x86_64
  * Compilers: Clang 3.0-3.4, GCC 4.6-4.8
  * Runtimes: ObjFW


MacOS X
-------








|







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
  * Compilers: Clang 3.2, GCC 4.6.3
  * Runtimes: ObjFW


iOS
---

  * Architectures: ARMv7
  * Compilers: GCC 4.2.1
  * Runtimes: Apple


Linux
-----

  * Architectures: ARMv6, m68k, MIPS32, PPC, x86, x86_64
  * Compilers: Clang 3.0-3.4, GCC 4.6-4.8
  * Runtimes: ObjFW


MacOS X
-------