ObjFW  History of src/objfw.h of a5aed6da301f09f8

History of the file that is called src/objfw.h at check-in a5aed6da301f09f8

2009-11-09
22:16
Deleted: Rename objfw to ObjFW for better framework compatibility. (check-in: [9a5af11af8] user: js, branch: trunk, size: 0)
2009-06-18
19:08
[115ac2d43e] part of check-in [612bc150e5] 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: 774) [annotate] [blame] [check-ins using] [diff]

2009-06-09
13:01
[2ebcb93089] part of check-in [b7cd1e3dc6] Use #import "*.h" instead of #import <*.h> in objfw.h.

We need this because we don't add the objfw include path to the
CPPFLAGS anymore in objfw-config. (check-in: [b7cd1e3dc6] user: js, branch: trunk, size: 774) [annotate] [blame] [check-ins using] [diff]

2009-06-01
20:36
Added: [e03bc7167f] part of check-in [f8b652cc27] Add objfw.h which includes everything.
Only importing what you really need is preferred, though.
(check-in: [f8b652cc27] user: js, branch: trunk, size: 774) [annotate] [blame] [check-ins using]