ObjFW  Check-in [c85802faf2]

Overview
Comment:Add runtime column to PLATFORMS.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c85802faf28c4a57edf613a26b4e6f5811fdb9b1926f3b98c884172a4fe5a5df
User & Date: js on 2010-06-16 19:58:06
Other Links: manifest | tags
Context
2010-06-16
20:09
Update .xcodeproj. check-in: 430e02ae02 user: js tags: trunk
19:58
Add runtime column to PLATFORMS. check-in: c85802faf2 user: js tags: trunk
19:54
Rename a methods in OFXMLParserDelegate and add -[parser:foundCDATA]. check-in: c53d661daf user: js tags: trunk
Changes

Modified PLATFORMS from [5174b1d522] to [31b43e99c6].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ObjFW is known to work on the following platforms, but should run on
many others as well:

 +--------------------------+--------------+----------------------+
 | OS                       | Architecture | Compiler             |
 +--------------------------+--------------+----------------------+
 | FreeBSD 8.0              | x86          |                      |
 +--------------------------+--------------+----------------------+
 | Linux 2.6.*              | x86          | gcc 4.4.1            |
 | Linux 2.6.*              | x86          | llvm/clang r83252    |
 | Linux 2.6.               | x86_64       | gcc 4.4.1            |
 +--------------------------+--------------+----------------------+
 | iPhone OS 2.2.1 - 3.1.2  | arm          | gcc 4.2              |
 | Mac OS X 10.5            | ppc          | gcc 4.0 + 4.2        |
 | Mac OS X 10.5            | ppc64        | gcc 4.0 + 4.2        |
 | Mac OS X 10.5 - 10.6     | x86          | gcc 4.0 + 4.2        |
 | Mac OS X 10.5 - 10.6     | x86_64       | gcc 4.0 + 4.2        |
 +--------------------------+--------------+----------------------+
 | MirBSD 10uAB             | x86          | gcc 4.4.2            |
 +--------------------------+--------------+----------------------+
 | NetBSD 4.0               | x86          | gcc 4.1.2 prerelease |
 +--------------------------+--------------+----------------------+
 | OpenBSD 4.6              | x86_64       | gcc 4.2.4            |
 +--------------------------+--------------+----------------------+
 | OpenSolaris 2009.06      | x86          |                      |
 | OpenSolaris 2009.06      | x86_64       |                      |
 +--------------------------+--------------+----------------------+
 | Windows XP - 7 / cygwin  | x86          |                      |
 | Windows XP - 7 / mingw32 | x86          |                      |
 +--------------------------+--------------+----------------------+

Basically, it should run on any POSIX system to which gcc4 or a recent
clang version has been ported. If not, please send an e-mail with a bug
report.



|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ObjFW is known to work on the following platforms, but should run on
many others as well:

 +--------------------------+--------------+----------------------+---------+
 | OS                       | Architecture | Compiler             | Runtime |
 +--------------------------+--------------+----------------------+---------+
 | FreeBSD 8.0              | x86          |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | Linux 2.6.*              | x86          | gcc 4.4.1            | GNU     |
 | Linux 2.6.*              | x86          | llvm/clang r83252    | GNU     |
 | Linux 2.6.*              | x86_64       | gcc 4.4.1            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | iPhone OS 2.2.1 - 3.1.2  | arm          | gcc 4.2              | Apple   |
 | Mac OS X 10.5            | ppc          | gcc 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5            | ppc64        | gcc 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5 - 10.6     | x86          | gcc 4.0 + 4.2        | Apple   |
 | Mac OS X 10.5 - 10.6     | x86_64       | gcc 4.0 + 4.2        | Apple   |
 +--------------------------+--------------+----------------------+---------+
 | MirBSD 10uAB             | x86          | gcc 4.4.2            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | NetBSD 4.0               | x86          | gcc 4.1.2 prerelease | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | OpenBSD 4.6              | x86_64       | gcc 4.2.4            | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | OpenSolaris 2009.06      | x86          |                      | GNU     |
 | OpenSolaris 2009.06      | x86_64       |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+
 | Windows XP - 7 / cygwin  | x86          |                      | GNU     |
 | Windows XP - 7 / mingw32 | x86          |                      | GNU     |
 +--------------------------+--------------+----------------------+---------+

Basically, it should run on any POSIX system to which gcc4 or a recent
clang version has been ported. If not, please send an e-mail with a bug
report.