1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
|
2008-03-04 Marcus Mueller <znek@mulle-kybernetik.com>
* README-OSX.txt: Updated
2005-09-15 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile: added WEPrototype to makefile
2005-08-26 Helge Hess <helge.hess@opengroupware.org>
* all makefiles: add common.h as the precompiled header file
2005-08-11 Helge Hess <helge.hess@opengroupware.org>
* more work on OSX framework support
2005-08-10 Helge Hess <helge.hess@opengroupware.org>
* prepared for OSX frameworks
2005-01-04 Marcus Mueller <znek@mulle-kybernetik.com>
* sope-appserver.xcode: added SoOFS product
2004-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
* NGXmlRpc/NGXmlRpc.xcode: minor changes and updated
2004-11-07 Marcus Mueller <znek@mulle-kybernetik.com>
* sope-appserver.xcode: added NGXmlRpc product
* README-OSX.txt: updated prebinding information
2004-11-02 Marcus Mueller <znek@mulle-kybernetik.com>
* sope-appserver.xcode: adjusted the build process to new NGObjWeb
targets.
2004-09-22 Marcus Mueller <znek@mulle-kybernetik.com>
* README-OSX.txt: minor changes to the prebinding documentation. The
whole document needs an overhaul, still.
2004-09-21 Marcus Mueller <znek@mulle-kybernetik.com>
* NGExtensions.xcode: Fixed dependencies to resemble the make process
more closely. Our aim should be to stick to the make process
as closely as possible, so we shouldn't introduce dependencies in
non-toplevel projects.
2004-08-30 Marcus Mueller <znek@mulle-kybernetik.com>
* sope-appserver.xcode: new Xcode aggregate project
* removed old SOPE.xcode
2004-08-25 Helge Hess <helge.hess@opengroupware.org>
* move NGScripting to Recycler, not used anymore
2004-08-22 Helge Hess <helge.hess@opengroupware.org>
* added SoOFS as a separate project
2004-08-20 Helge Hess <helge.hess@opengroupware.org>
* moved SxComponents to Recycler
2004-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: fixed an incorrect framework search path.
2004-07-21 Marcus Mueller <znek@mulle-kybernetik.com>
* README-OSX.txt: Major overhaul for build description, especially the
Xcode section.
* SOPE.xcode: added WOKeyPathAssociationSystemKVC.m and
NSUserDefaults+KVC.m in NGObjWeb/Associations to the Xcode build
which were previously missing.
2004-07-16 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added 'Wrapper' build style and 'Wrapper Contents' target.
Use these to build the frameworks in an appropriate form to have them
embedded in an applications app wrapper's 'Frameworks' folder.
2004-06-24 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: removed WOPopUpButton.h.
2004-05-16 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added new bundle products, SoCore.sxp and SoOFS.sxp -
both seemed to get lost in the transition from Project Builder to
Xcode. Please note that the names of the two products bear the (SXP)
specifier which is unfortunately necessary since there already is an
SoOFS target and Xcode seriously gets confused by this, despite the
fact that the product types are different.
2004-05-07 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added new WOMessage+Validation.m
2004-04-28 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added new WOXML framework for legacy applications.
* README-OSX.txt: updated prebinding info list for new WOXML target.
2004-04-19 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added WEPageLink in WEExtensions,
WOHyperlink cluster in NGObjWeb.
2004-04-02 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: Added WETableView group and accompanied files in
WEExtensions.
2004-03-31 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added WERedirect.m to WEExtensions, added WORedirect.[hm]
and WOExtensions.h to WOExtensions.
2004-03-24 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: added WEQualifierConditional in WEExtensions.
Also, added -headerpad_max_install_names link option where
appropriate.
2004-03-08 Helge Hess <helge@mac.in.skyrix.com>
* SOPE.xcode: added new source files in WebDAV
* README-OSX.txt: added some build notes
2004-02-26 Helge Hess <helge.hess@opengroupware.org>
* added WOResourceURLAssociation to Xcode project
2004-02-10 Marcus Mueller <znek@mulle-kybernetik.com>
* SOPE.xcode: Updated prebinding information according to
README-OSX.txt. Also, added Foundation.framework explicitly
to all subprojects.
* README-OSX.txt: New README currently describing prebinding
information for Mac OS X.
* ChangeLog: created.
|