17 check-ins using file src/OFHTTPRequest.m version 1e129050da
|
2011-03-21
| ||
| 23:19 | Add a real Xcode project which is not only using make. (check-in: accfa586da user: js tags: trunk) | |
| 22:33 | Only use mach_alias_list on x86_64. (check-in: e03ab23de2 user: js tags: trunk) | |
| 21:33 | Add missing files to Xcode project. (check-in: c5378ff224 user: js tags: trunk) | |
| 19:41 | Improve namespace handling. (check-in: 5849b5aac8 user: js tags: trunk) | |
| 16:59 | Update .hgignore for Xcode 4. (check-in: ea8c3f76f0 user: js tags: trunk) | |
| 16:39 | Add a note about Xcode 4 to README. (check-in: eccad61ee2 user: js tags: trunk) | |
| 16:33 | Get list of supported archs from Xcode. (check-in: 03ae88353e user: js tags: trunk) | |
| 14:38 | Move a few methods to OFObject protocol. (check-in: 41cd31363f user: js tags: trunk) | |
| 14:21 |
It seems id is already defined by clang and newer GCCs. This fixes the checks for clang. (check-in: a77925dfb6 user: js tags: trunk) | |
| 13:26 | Make use of optional protocols, if available. (check-in: 0c9206532f user: js tags: trunk) | |
| 12:47 | Check whether optional protocols are supported. (check-in: 09a49963de user: js tags: trunk) | |
| 12:43 | Don't depend on objc/objc.h for compiler checks. (check-in: 4c598e07ad user: js tags: trunk) | |
|
2011-03-17
| ||
| 20:33 | Use Sleep(0) instead of yield() on Win32. (check-in: eb827e8f21 user: js tags: trunk) | |
|
2011-03-11
| ||
| 16:47 | Get rid of warnings when using latest clang. (check-in: 36c4b260aa user: js tags: trunk) | |
| 16:44 | Use a union instead of casting pointers in OF{MD5,SHA1}Hash. (check-in: 1d7ed6556d user: js tags: trunk) | |
| 13:16 | Don't test OFHTTPRequest if we have no threads. (check-in: 80b8456b4b user: js tags: trunk) | |
| 13:02 | Make it easier to generate getters and setters. (check-in: 2c72efb4e7 user: js tags: trunk) | |