ObjFW  Timeline

66 events by user js occurring around 2011-10-11 22:21:16.

More ↑
2011-11-20
18:41
Make OFString a class cluster. (check-in: 301ee63212 user: js tags: trunk)
2011-11-14
18:33
Make OFDataArray's cArray a property. (check-in: 57ef5e22ab user: js tags: trunk)
2011-11-02
11:20
Fix parsing of struct tm. (check-in: 5d102d382e user: js tags: trunk)
2011-10-31
22:02
Add -[UTF16String] to OFString. (check-in: a51b3cb390 user: js tags: trunk)
22:01
Assume big endian encoding for UTF16 if none is specified and no BOM. (check-in: f412995e6a user: js tags: trunk)
21:20
Don't prepend a BOM when using -[unicodeString]. (check-in: dcf50eb53a user: js tags: trunk)
21:19
Fix a missing const in tests. (check-in: 3dc09e8fac user: js tags: trunk)
21:18
Move placeholder interfaces from headers to implementation files.
This way they are not public anymore.
(check-in: 6bdb2e4b01 user: js tags: trunk)
2011-10-29
01:36
Make return type of -[unicodeString] const. (check-in: 4d6f7fc529 user: js tags: trunk)
00:00
Make the parameter for +[stringWith{Unicode,UTF16}String:] const. (check-in: 49cf155269 user: js tags: trunk)
2011-10-28
22:03
Fix leap year calculation. (check-in: f5c8495a33 user: js tags: trunk)
21:30
Parse struct tm ourselves. (check-in: 4fc7884fb1 user: js tags: trunk)
18:32
Release the OFApplication delegate in the atexit handler. (check-in: fc200bb14a user: js tags: trunk)
18:02
Add a test for -[OFString enumerateLinesUsingBlock:]. (check-in: db5cdde5db user: js tags: trunk)
18:02
Fix a missing import. (check-in: 3626a9162c user: js tags: trunk)
2011-10-25
00:02
Always release the pool in -[OFStreamObserver observe]. (check-in: 95fdb174f6 user: js tags: trunk)
2011-10-24
18:28
Don't retain delegates to prevent reference cycles. (check-in: 87cd99ff88 user: js tags: trunk)
15:47
Make sure the fullness of a hashtable is always at max 3/4. (check-in: 1bec445dd2 user: js tags: trunk)
15:00
Don't use a spinlock for reference counting if we have no threads. (check-in: 9454c38313 user: js tags: trunk)
2011-10-22
17:06
Fix libobjc version check. (check-in: 79b09ea934 user: js tags: trunk)
16:57
Indentation fix. (check-in: 7da45d5ccf user: js tags: trunk)
16:14
Define of_thread_current without the ().
This way, it's possible to get a pointer to the actual function.
(check-in: 376cff4c0b user: js tags: trunk)
2011-10-19
15:00
Small documentation fix. (check-in: a1bfe7c4b7 user: js tags: trunk)
2011-10-16
21:30
Add introspection for properties. (check-in: cea0c66392 user: js tags: trunk)
19:51
Add introspection for instance variables for the old GNU runtime. (check-in: 51053dafc6 user: js tags: trunk)
19:41
Add introspection for instance variables. (check-in: 93a3badbb7 user: js tags: trunk)
2011-10-12
15:10
Change the order of includes to satisfy newer MinGW versions. (check-in: 27500362e7 user: js tags: trunk)
14:57
Update buildsys. (check-in: 24ea7eb831 user: js tags: trunk)
14:35
Use OFStreamObserver_select on Win32, even if sys/select.h is missing. (check-in: fb9371a7ce user: js tags: trunk)
14:26
Use the new GNU API if gcc >= 4.7. (check-in: 3e3f49406a user: js tags: trunk)
2011-10-11
22:35
OFProcess: Make programName and arguments optional init arguments. (check-in: d605361c8b user: js tags: trunk)
22:30
Make it possible to close an OFProcess for writing. (check-in: 88a34646a4 user: js tags: trunk)
22:21
More OFXMLParser optimizations. (check-in: 8953d826b4 user: js tags: trunk)
22:13
Small optimization in OFXMLParser. (check-in: 8523d20555 user: js tags: trunk)
21:55
Don't use madvise(). (check-in: 6cbbd7c39c user: js tags: trunk)
21:37
Include stdlib.h instead of alloca.h. (check-in: adf57d7dbf user: js tags: trunk)
2011-10-09
13:05
Adjust objfw-config and objfw-compile to buildsys changes. (check-in: 36464567d2 user: js tags: trunk)
2011-10-07
11:19
Don't depend on OFMutex in OFFile. (check-in: 36434923ad user: js tags: trunk)
2011-10-06
22:39
Fix a strange bug that was introduced by newer ld versions.
The order of .o files is suddenly very important for +[load].
(check-in: bb06d0f275 user: js tags: trunk)
00:11
Add forgotten copyright. (check-in: 85ba47f0ea user: js tags: trunk)
00:10
OFProcess: Make sure that we don't leave zombies behind. (check-in: 20ba008347 user: js tags: trunk)
2011-10-05
23:26
Add OFProcess. (check-in: 02ab9aa8a9 user: js tags: trunk)
22:39
Fix error checking on reading in OFFile. (check-in: d533c864ab user: js tags: trunk)
2011-10-04
18:17
Move SOCKS5 support to OFTCPSocket. (check-in: 48708f2435 user: js tags: trunk)
13:14
Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: 03f14bf019 user: js tags: trunk)
2011-09-28
14:38
Various small bugfixes. (check-in: 9e82f99f09 user: js tags: trunk)
14:22
Don't depend on struct objc_class being defined by the GNU runtime. (check-in: 8835fdb56d user: js tags: trunk)
14:21
Fix build on Win32. (check-in: e0e6da8a27 user: js tags: trunk)
00:05
Add OFXMLNode as a common base class for OFXMLElement & OFXMLAttribute. (check-in: 96c3df8f67 user: js tags: trunk)
2011-09-25
22:14
Add missing files to Xcode project. (check-in: 8307a85283 user: js tags: trunk)
2011-09-22
23:25
Exceptions are now autoreleased. (check-in: e1e7ffa903 user: js tags: trunk)
12:09
Make it impossible to add objects to arbitrary autorelease pools. (check-in: 2e484248de user: js tags: trunk)
03:10
Don't use EV_RECEIPT. (check-in: 1edb3cb8c7 user: js tags: trunk)
02:23
D'oh, stupid typo. (check-in: 08700d08a6 user: js tags: trunk)
02:20
Use rint() instead of nearbyint(). (check-in: 45b499fb11 user: js tags: trunk)
01:11
Add support for kqueue. (check-in: 4f6270da38 user: js tags: trunk)
2011-09-21
20:11
More precision for microseconds. (check-in: 49ec1216cd user: js tags: trunk)
2011-09-20
21:57
Fix conflicting declarations in tests. (check-in: 5e214166e1 user: js tags: trunk)
19:06
Remove useless imports. (check-in: 1af1677350 user: js tags: trunk)
18:40
OFStreamObserver improvements. (check-in: 47caef4f8a user: js tags: trunk)
2011-09-19
19:12
Make it possible to use an OFStream as a key for a dictionary. (check-in: 9aa9d6d075 user: js tags: trunk)
16:40
Add a few private methods to the headers to have type checking. (check-in: 6a25d1d677 user: js tags: trunk)
16:34
Rename -[allocMemoryForNItems:withSize:] and friends.
It is now -[allocMemoryForNItems:ofSize:].
(check-in: f173477bef user: js tags: trunk)
16:22
Make using -[tryReadLine] + OFStreamObserver safe. (check-in: 535c2d5d9b user: js tags: trunk)
13:07
Rename -[bindToPort:onHost:] to -[bindToHost:port:].
This way it's consistent with -[connectToHost:port].
(check-in: b8517c63ca user: js tags: trunk)
12:44
Nicer OFStreamObserver API. (check-in: c279948fb8 user: js tags: trunk)
More ↓