]> err.no Git - sope/blob - sope-core/ChangeLog
added PCH support
[sope] / sope-core / ChangeLog
1 2005-08-26  Helge Hess  <helge.hess@opengroupware.org>
2
3         * all makefiles: add common.h as the precompiled header file
4
5 2005-08-17  Helge Hess  <helge.hess@opengroupware.org>
6
7         * added sope-core umbrella framework
8
9 2005-08-10  Helge Hess  <helge.hess@opengroupware.org>
10
11         * all makefiles: added flags to build only frameworks on MacOSX
12
13 2005-08-08  Marcus Mueller  <znek@mulle-kybernetik.com>
14
15         * README-OSX.txt: updated prebinding info
16
17 2004-10-17  Helge Hess  <helge.hess@opengroupware.org>
18
19         * all makefiles: include config.make if available
20
21 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
22
23         * sope-core.xcode: Fixed wrong build order
24
25 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
26
27         * sope-core.xcode: Fixed dependencies to resemble the make process
28           more closely. Our aim should be to stick to the make process
29           as closely as possible, so we shouldn't introduce dependencies in
30           non-toplevel projects.
31
32 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
33
34         * sope-core.xcode: fixed file encodings
35
36         * SxCore*: removed old Xcode and related files
37
38 2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>
39
40         * added new sope-core.xcode
41
42 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
43
44         * common.make: updated for new SOPE 4.3 hierarchy
45
46         * updated Version to 4.3
47
48 2004-08-16  Marcus Mueller  <znek@mulle-kybernetik.com>
49
50         * SxCore.xcode: added NGCalendarDateRange.[hm]
51
52 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
53
54         * SxCore.xcode: fixed incorrect framework search paths.
55
56 2004-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
57
58         * README-OSX.txt: Major overhaul for build description, especially the
59           Xcode section.
60
61 2004-07-16  Marcus Mueller  <znek@mulle-kybernetik.com>
62
63         * SxCore.xcode: added 'Wrapper' build style and 'Wrapper Contents'
64           target. Use these to build the frameworks in an appropriate form to
65           have them embedded in an applications app wrapper's 'Frameworks'
66           folder.
67
68         * SxCore.xcode: LDAP related targets link against new LDAP system
69           framework now.
70
71 2004-06-11  Marcus Mueller  <znek@mulle-kybernetik.com>
72
73         * SxCore.xcode: removed NGCString from NGExtensions (deprecated)
74
75 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
76
77         * common.make: removed local ADDITIONAL_LIB_DIRS since those might not
78           yet be available during compilation, which in turn prints warnings
79           with Apple gcc
80
81 2004-05-09  Helge Hess  <helge.hess@opengroupware.org>
82
83         * SxCore.xcode: added subclassing test tool
84
85 2004-03-24  Marcus Mueller  <znek@mulle-kybernetik.com>
86
87         * SxCore.xcode: added NSString+German.[hm] in NGExtensions.
88           Also, added -headerpad_max_install_names link option where
89           appropriate.
90
91 2004-03-15  Helge Hess  <helge.hess@opengroupware.org>
92
93         * SxCore.xcode: added new plist categories in NGExtensions to Xcode
94           project
95
96 2004-03-08  Helge Hess  <helge.hess@opengroupware.org>
97
98         * SxCore.xcode: added new source files in EOControl to Xcode project
99
100         * README-OSX.txt: added some build notes
101
102 2004-02-10  Marcus Mueller  <znek@mulle-kybernetik.com>
103
104         * SxCore.xcode: Updated prebinding information according to
105           README-OSX.txt. Also, added Foundation.framework explicitly
106           to all subprojects.
107
108         * README-OSX.txt: New README currently describing prebinding
109           information for Mac OS X.
110
111         * ChangeLog: created.