22 check-ins using file src/OFXMLElement.h version a24e46c616
|
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) | |