16 check-ins using file tests/OFXMLParserTests.m version 95a1fadf31
|
2010-11-21
| ||
| 00:03 |
There is no compiler supporting blocks but not properties. This allows us to always use properties for blocks. (check-in: aaf4e02cb8 user: js tags: trunk) | |
|
2010-11-20
| ||
| 22:57 | Allow debugging & optimization flags to be specified with objfw-compile. (check-in: 4708bb6887 user: js tags: trunk) | |
| 22:53 | Allow warning flags to be specified with objfw-compile. (check-in: 323923eb73 user: js tags: trunk) | |
| 22:49 | New, better syntax for objfw-compile. (check-in: 307c430b25 user: js tags: trunk) | |
|
2010-11-17
| ||
| 22:35 | Add -[parseString:] and -[parseFile:] to OFXMLParser. (check-in: 08fcb79a9b user: js tags: trunk) | |
| 22:31 | Close file on exception in +[OFString stringWithContentsOfFile:]. (check-in: cc34255955 user: js tags: trunk) | |
| 20:35 | Remove now unnecessary safety check from -[componentsJoinedByString]. (check-in: e4f8d0a4e9 user: js tags: trunk) | |
| 18:27 |
Adjust type to recent changes in -[OFArray componentsJoinedByString]. Not a problem, but changing it makes it clearer. (check-in: 5fe7a098d5 user: js tags: trunk) | |
| 16:06 | Remove strlen in -[appendCStringWithoutUTF8Checking:length:]. (check-in: e6c5c90751 user: js tags: trunk) | |
| 13:05 | Ensure we have an OFMutableString in -[OFArray description]. (check-in: ea2533ca8e user: js tags: trunk) | |
| 12:59 | Always return the description in -[componentsJoinedByString]. (check-in: eeb744ac25 user: js tags: trunk) | |
|
2010-11-16
| ||
| 00:50 | Remove a useless #ifdef in OFObject.m. (check-in: 57dd60897f user: js tags: trunk) | |
| 00:49 | objfw-compile uses rpath now. (check-in: 56838a4124 user: js tags: trunk) | |
| 00:40 | -[className] and +[className] now return an OFString. (check-in: 2011b7b91c user: js tags: trunk) | |
|
2010-11-15
| ||
| 23:20 | Fix forgotten call to -[description] in -[componentsJoinedByString]. (check-in: 1a68929cbb user: js tags: trunk) | |
| 08:21 | Reduce the number of states and correctly handle \t in OFXMLParser. (check-in: e23674756b user: js tags: trunk) | |