16 check-ins using file tests/TestsAppDelegate.m version dbb5e73795
|
2013-05-22
| ||
| 20:36 | Don't depened on execinfo.h for backtraces. (check-in: a889f21180 user: js tags: trunk) | |
| 18:45 | Import OFThread.h unconditionally. (check-in: d7365be372 user: js tags: trunk) | |
| 18:42 | Check for more socket-related headers / functions. (check-in: 896084c340 user: js tags: trunk) | |
|
2013-05-13
| ||
| 16:46 | Get rid of a strange ObjC++ + Win32 warning. (check-in: 482454bc43 user: js tags: trunk) | |
| 16:21 | Fix missing import. (check-in: 22bcd14a08 user: js tags: trunk) | |
| 16:12 | Get rid of a type warning on win32. (check-in: 3e91cf6cef user: js tags: trunk) | |
|
2013-05-08
| ||
| 20:15 | Add -[OFException backtrace]. (check-in: 41716f97ed user: js tags: trunk) | |
|
2013-05-04
| ||
| 12:04 | OFSet: Add -[allObjects] and -[anyObject]. (check-in: d1a7509701 user: js tags: trunk) | |
| 10:05 | OFMapTable: Minor corrections. (check-in: 8a194de51c user: js tags: trunk) | |
|
2013-05-01
| ||
| 21:05 | OFRunLoop: Work correctly for threads && !sockets. (check-in: 56ec27cbdf user: js tags: trunk) | |
| 20:35 | Make -[finishInitialization] thread-safe. (check-in: abb7536cdd user: js tags: trunk) | |
| 20:31 | Fix -Wcast-align check for recent Clang versions. (check-in: 874faa49a7 user: js tags: trunk) | |
|
2013-04-30
| ||
| 22:47 | observeWithTimeout: -> observeForTimeInterval:. (check-in: ab9ad6e515 user: js tags: trunk) | |
| 22:36 | Add -[OFCondition waitForTimeInterval:]. (check-in: 8d7f5db97e user: js tags: trunk) | |
| 22:29 | threading.h: Add of_condition_timed_wait(). (check-in: e139086f33 user: js tags: trunk) | |
|
2013-04-28
| ||
| 20:53 | Tests: Don't call atexit(objc_exit) on Win32. (check-in: 371580cd46 user: js tags: trunk) | |