ObjFW  History of src/OFXMLFactory.h of 4360177618d7440b

History of the file that is called src/OFXMLFactory.h at check-in 4360177618d7440b

2009-06-18
19:08
Deleted: Get rid of OFXMLFactory.

There are two reasons for this:

1.) This was one of the oldest classes. Back then when it was written,
a lot was missing in the framework, so it had to be implemented by
the class itself. This means there was code duplication, but fixing
that wouldn't make sense due to the second reason.
2.) There is OFXMLElement now, which is much more flexible, much more
fun to use and can do everything that OFXMLFactory could. check-in: [612bc150e5] user: js, branch: trunk, size: 0

2009-04-25
13:09
A few convenience methods for OFXMLFactory. file: [1d8b135f8c] check-in: [7fc221e592] user: js, branch: trunk, size: 3246 [annotate] [blame] [check-ins using] [diff]
2009-04-19
18:13
Minor cleanups. file: [6869b6a153] check-in: [54850dda81] user: js, branch: trunk, size: 1555 [annotate] [blame] [check-ins using] [diff]
2009-02-14
17:26
Always use #include for libc headers due to glibc being broken.
Do the same for win32 headers, just in case. They should work with
#import, but you never know ;).
file: [5c64021065] check-in: [029511474c] user: js, branch: trunk, size: 1574 [annotate] [blame] [check-ins using] [diff]
2009-01-05
00:59
Update copyright. file: [ef5bbcf454] check-in: [f1b749d113] user: js, branch: trunk, size: 1572 [annotate] [blame] [check-ins using] [diff]
2009-01-04
02:46
Work around a bug in gcc 4.0.1 (or is it Apple gcc only?). file: [49fd5f9573] check-in: [95992fdc0e] user: js, branch: trunk, size: 1565 [annotate] [blame] [check-ins using] [diff]
2008-12-20
14:19
Remove wchar_t stuff, as that's not portable anyway. file: [3e158df444] check-in: [4360177618] user: js, branch: trunk, size: 1527 [annotate] [blame] [check-ins using] [diff]
2008-11-30
15:17
Clean up imports. file: [74179aac78] check-in: [4b8666fe15] user: js, branch: trunk, size: 2761 [annotate] [blame] [check-ins using] [diff]
2008-11-26
14:40
Support for wide C strings for OFXMLFactory. file: [56a8d83d1c] check-in: [cd99b982ac] user: js, branch: trunk, size: 2761 [annotate] [blame] [check-ins using] [diff]
2008-11-07
14:29
Everything should be documented now. file: [f58903a5cd] check-in: [e8e45975df] user: js, branch: trunk, size: 1496 [annotate] [blame] [check-ins using] [diff]
2008-11-01
18:10
Rename CData -> Data in createStanza:withCloseTag:andData:,...
Actually, it can be any data, not only cdata.
file: [49fd914643] check-in: [344f03e297] user: js, branch: trunk, size: 544 [annotate] [blame] [check-ins using] [diff]
2008-10-25
23:41
Added: Add OFXMLFactory. file: [eed267924f] check-in: [8e7f91646d] user: js, branch: trunk, size: 545 [annotate] [blame] [check-ins using]