Overview
Comment: | New platforms list.
A new list was required since the runtime was imported, which has not |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1d674170111ca86996241693f732c36d |
User & Date: | js on 2012-07-10 22:01:25 |
Other Links: | manifest | tags |
Context
2012-07-10
| ||
22:39 | atomic.h: Work around a bug in GCC's inline asm. check-in: 932bc09a31 user: js tags: trunk | |
22:01 | New platforms list. check-in: 1d67417011 user: js tags: trunk | |
2012-07-09
| ||
21:10 | Fix two bugs in sel_registerName. check-in: e5b241b72d user: js tags: trunk | |
Changes
Deleted PLATFORMS version [11908fc1b9].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Added PLATFORMS.md version [2ef92fe7db].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 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 35 36 37 38 39 40 41 | Platforms ========= ObjFW is known to work on the following platforms, but should run on many others as well. Linux ----- * Architectures: x86, x86_64 * Compilers: Clang 3.1, GCC 4.7.1 * Runtimes: ObjFW MacOS X ------- * OS versions: 10.7 * Architectures: x86, x86_64 * Compilers: Clang 3.1, LLVM GCC 4.2.1 * Runtimes: Apple, ObjFW NetBSD ------ * OS versions: 5.1, 5.99.56 * Architectures: x86, x86_64 * Compilers: Clang 3.0, GCC 4.1.3 & 4.5.3 * Runtimes: ObjFW Others ------ Basically, it should run on any POSIX system to which GCC 4 or a recent Clang version has been ported. If not, please send an e-mail with a bug report. If you successfully ran ObjFW on a platform not listed here, please send an e-mail to js@webkeks.org so it can be added here! |