ObjFW  History of src/objfw.h of f8b652cc278b9fec

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

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
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. file: [115ac2d43e] check-in: [612bc150e5] user: js, branch: trunk, size: 774 [annotate] [blame] [check-ins using] [diff]

2009-06-09
13:01
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. file: [2ebcb93089] check-in: [b7cd1e3dc6] user: js, branch: trunk, size: 774 [annotate] [blame] [check-ins using] [diff]

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