ObjFW  Check-in [69a81995bf]

Overview
Comment:PLATFORMS.md: Add Windows 8.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 69a81995bf9a169f3132c2632bc373a5707b0df81b26b5ecc573c69b5cc2db36
User & Date: js on 2012-10-25 18:43:11
Other Links: manifest | tags
Context
2012-10-26
10:16
Add OF_ prefix to a private method missing it. check-in: cbf1901c7f user: js tags: trunk
2012-10-25
18:43
PLATFORMS.md: Add Windows 8. check-in: 69a81995bf user: js tags: trunk
2012-10-23
09:17
configure.ac: Show a note about old compilers. check-in: 8321c1a567 user: js tags: trunk
Changes

Modified PLATFORMS.md from [8c1efe3016] to [bdde8d2f81].

65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
  * Compilers: GCC 4.6.1
  * Runtimes: ObjFW


Windows
-------

  * OS versions: XP (x86), 7 (x64), Wine
  * Architectures: x86
  * Compilers: TDM GCC 4.6.1-dw2
  * 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!







|

|











65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
  * Compilers: GCC 4.6.1
  * Runtimes: ObjFW


Windows
-------

  * OS versions: XP (x86), 7 (x64), 8 (x64), Wine
  * Architectures: x86
  * Compilers: TDM GCC 4.6.1-dw2, TDM GCC 4.7.1-dw2
  * 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!

Modified README-WINDOWS.md from [c9e1277911] to [d219066df7].

whitespace changes only