10 descendants and 10 ancestors of f31197a1539c6a4508213aae90a4662d52d23615567ed2fe819571bbacd98d7b
|
2011-06-06
| ||
| 00:22 | Add -[{decimal,hexadecimal,float,double}Value] to OFXMLElement. (check-in: 2447ceff6e user: js tags: trunk) | |
| 00:02 | Add serialization.xml to Xcode project. (check-in: 26da62682d user: js tags: trunk) | |
|
2011-06-05
| ||
| 23:59 | Add -[XMLStringWithIndentation:] to OFXMLElement. (check-in: 14991e7035 user: js tags: trunk) | |
| 22:26 | Nicer API for serialization. (check-in: 29988c434b user: js tags: trunk) | |
| 21:26 | Serialize floats and doubles in a format that does not lose precision. (check-in: ac2714dd86 user: js tags: trunk) | |
| 20:45 | Add -[stringByPrependingString:] to OFString. (check-in: 5b7d19e956 user: js tags: trunk) | |
| 19:27 | Add OFNull class. (check-in: 183825f113 user: js tags: trunk) | |
| 19:12 | Add import for OFSerialization.h to ObjFW.h. (check-in: 0449004f4e user: js tags: trunk) | |
| 18:53 | Rename -[connetToHost:onPort:] to -[connectToHost:port:]. (check-in: 1940d72ec7 user: js tags: trunk) | |
| 18:44 | Check size of float and double. (check-in: c3f475701c user: js tags: trunk) | |
| 18:32 | Add methods to read / write floats and doubles to OFStream. (check-in: f31197a153 user: js tags: trunk) | |
| 18:13 | Always hash floats and doubles in big endian. (check-in: 4560e88c45 user: js tags: trunk) | |
| 18:07 | Add methods for byte swapping floats and doubles. (check-in: 2be6a03c5a user: js tags: trunk) | |
| 17:50 | Check floating point endianess. (check-in: 0348b9b3b3 user: js tags: trunk) | |
|
2011-06-04
| ||
| 18:49 | Fix a bug in -[OFDictionary initWithKeys:arguments:]. (check-in: 50457cd1fd user: js tags: trunk) | |
| 18:07 | Add missing include for old GNU runtime. (check-in: c53d58fef3 user: js tags: trunk) | |
| 18:01 | Use %g instead of %f in -[OFNumber description]. (check-in: 0ed2ea0df3 user: js tags: trunk) | |
| 17:50 | Add a note about fast enumeration to OFDictionary. (check-in: da4d353d45 user: js tags: trunk) | |
| 16:37 | Add tests for OFSerialization. (check-in: 591b598230 user: js tags: trunk) | |
| 16:30 | Also escape \r in -[stringByXMLEscaping]. (check-in: f5f074e27e user: js tags: trunk) | |
| 16:07 | Add -[hash] to OFXMLElement and OFXMLAttribute. (check-in: a698b98203 user: js tags: trunk) | |