Overview
Comment: | Add PLATFORMS file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
01233521461ed5791fc50d616ffac45e |
User & Date: | js on 2009-07-19 16:32:57 |
Other Links: | manifest | tags |
Context
2009-07-19
| ||
17:02 | Prevent one more wrong call to an init method. check-in: 95aa3a147e user: js tags: trunk | |
16:32 | Add PLATFORMS file. check-in: 0123352146 user: js tags: trunk | |
16:01 | Prevent calling -[init] if parameters are required. check-in: 42e16978dc user: js tags: trunk | |
Changes
Added PLATFORMS version [56759e6b62].
> > > > > > > > > > > > > > > > > > > > > > > > > > | 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 | libobjfw has been tested on the following platforms, but should run on many others as well: +-------------------------+--------------+ | OS | Architecture | +-------------------------+--------------+ | Linux | x86 | | Linux | x86_64 | +-------------------------+--------------+ | iPhone OS >= 2.2.1 | arm | | Mac OS X >= 10.5 | ppc | | Mac OS X >= 10.5 | ppc64 | | Mac OS X >= 10.5 | x86 | | Mac OS X >= 10.5 | x86_64 | +-------------------------+--------------+ | NetBSD >= 4.0 | x86 | +-------------------------+--------------+ | OpenSolaris 2009.06 | x86 | | OpenSolaris 2009.06 | x86_64 | +-------------------------+--------------+ | Windows >= XP / cygwin | x86 | | Windows >= XP / mingw32 | x86 | +-------------------------+--------------+ Basically, it should run on any POSIX system to which gcc4 has been ported. |
Modified TODO from [7841473511] to [68930b40ba].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | Test if autorelease pool releases everything correctly when thread is ended Proper UTF-8 support! Tests for OFFile. Tests for OFNumber. Tests for readLine:. Serialization OFQueue OFSortedArray OFBase64 OFDirectory | > > < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | Test if autorelease pool releases everything correctly when thread is ended OFTime Proper UTF-8 support! Tests for OFFile. Tests for OFNumber. Tests for readLine:. Serialization OFQueue OFSortedArray OFBase64 OFDirectory ... and of course enhance the already existing classes! |