VirtualBox

source: kBuild/trunk/ChangeLog@ 576

Last change on this file since 576 was 576, checked in by bird, 18 years ago

versioning. fixes #5

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 11.3 KB
Line 
1/* $Id: ChangeLog 576 2006-11-23 09:58:23Z bird $ */
2
32006-11-23:
4 - kBuild/header.kmk, kmk:
5 o Proper versioning.
6 - kmk:
7 o Support SDK.$(BUILD_TARGET_ARCH) too (only bug).
8 o Fixed a bug when gather SDKs.
9
102006-09-28:
11 - kBuild/header.kmk, kBuild/env.sh, kBuild/tools/GCC4MACH.kmk, kBuild/bin/x86.darwin/, src/gmake, Config.kmk:
12 o Initial Mac OS X / Darwin bootstrapping.
13
142006-09-23:
15 - kBuild/footer.kmk:
16 o Recursive template inheritance.
17 - kBuild/header.kmk, kBuild/footer.kmk:
18 o Removed some checks for features which are present in both gmake 3.81 and kmk.
19 Anyone trying to bootstrap kBuild will have to build gmake 3.81 first.
20 - Config.kmk, src/gmake, src/lib, src/kDepPre, src/kDepIDB:
21 o Allow all kinds of ways of saying Windows in BUILD_TARGET.
22 - kBuild/bin/x86.win32/:
23 o Rebuilt kmk.exe.
24 - kBuild/bin/x86.os2/:
25 o Added kDepPre.exe and kDepIDB.exe.
26 o Rebuilt kmk.exe and kmk_gmake.exe.
27 - src/gmake:
28 o Update KMK_FEATURES to include the optimizations from earlier this week.
29 o Regenerated config.h.os2 and make adjustments to make it all
30 build quietly on OS/2.
31 - kBuild/envos2.cmd:
32 o Environment script (REXX) for OS/2.
33
342006-09-19:
35 - kBuild/bin/x86.win32/:
36 o Rebuilt kmk.exe and kmk_gmake.exe.
37 - src/gmake:
38 o Fixed some optimization bugs in kbuild.c.
39
402006-09-18:
41 - kBuild/gmake:
42 o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
43 o Fixed some variable name typos in kbuild.c.
44 o Fixed missing expansion in kbuild_lookup_variable.
45 o A real attempt at fixing the double quoting problem on windows. ash seems to want a
46 space between a double quote enclosing the last argument on the commandline and the
47 double quote enclosing the commandline (the -c argument).
48 o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
49
502006-09-17:
51 - kBuild/gmake:
52 o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
53 o Optimized appending new stuff to variables. (major win)
54 o Optimized variable memory value allocation avoiding a bunch of
55 unnecessary copying and allocating.
56 o Added kBuild specific functions for speeding up source processing.
57 o Fixed assertion in w32_fixcase when shell doesn't have a full path
58 and some other case.
59
602006-09-16:
61 - kBuild/header.kmk:
62 o Turn off command dependencies when using vanilla GNU Make.
63 - kBuild/footer.kmk:
64 o Made up my mind about the command depency blocker variables;
65 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
66 - src/gmake:
67 o Added kmk_gmake which is (almost) vanilla GNU Make.
68 o kmk_ash wants batch files on windows or the double quotes will get screwed up.
69 o Make sure kmk_builtin commands don't get batch files and odd weird stuff.
70 o Cleaning up the modifications. Changes are now either configurable
71 or marked, and dead stuff has been removed (dll shell).
72
732006-09-15:
74 - kBuild/bin/x86.win32/kmk.exe:
75 o Built new code.
76 - kBuild/header.kmk:
77 o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
78 - kBuild/bin/x86.linux/kmk:
79 o Built new code on system360.
80 - src/gmake:
81 o Some parallel job fixes.
82 o Regenerated config.h.linux on system360.
83 o Fixed stat("dir/", &st) on windows and some warnings.
84 o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
85
862006-03-26:
87 - kBuild/bin/x86.os2/:
88 o Rebuilt the OS/2 tools.
89 - src/gmake/variable.c, src/gmake/variable.h, src/gmake/make.h:
90 o Attempt at speeding up performance on OS/2.
91 - src/gmake/kmkbuiltin/rm.c:
92 o OS/2 wants -R.
93 - src/gmake/read.c:
94 o Don't call glob() unless there is a wildcard pattern in the name.
95 This speed things up a bit, at least on FreeBSD and especially on OS/2.
96 - Config.kmk:
97 o Added -pg for profile builds on OS/2.
98
992006-02-22: bird
100 - kBuild/tools/MINGW32.kmk:
101 o Corrected dependencies to match those generated by GCC3.
102
1032006-02-09: bird
104 - kBuild/tools/YASM.kmk:
105 o Initial config.
106
1072006-01-20: bird
108 - kBuild/footer.kmk, kBuild/header.kmk:
109 o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
110 of PACKING[.*] in the footer.
111
1122006-01-18: bird
113 - kBuild/footer.kmk, kBuild/header.kmk:
114 o Packing pass change - uses PACKING var instead of packing::.
115 - kBuild/footer.kmk:
116 o Added mode,uid and gid to file INSTALLS.
117 o Implemented template inheritance (_EXTENDS).
118
1192006-01-14: bird
120 - kBuild/env.sh:
121 o Corrected the tool list.
122 - kBuild/bin/x86.linux/:
123 o Rebuild with current tree and static linage. (rhel3)
124 - kBuild/tools/VCC70.kmk:
125 o Enabled new dependcies.
126 o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
127 - src/lib/kDep.c:
128 o Fixed missing slash fixing
129 o Changed kDepPre error prefix to kDep.
130
1312006-01-12: bird
132 - kBuild/tools/VCC70.kmk:
133 o Use DEP_IDB on win32.
134 - kBuild/header.kmk:
135 o Added DEP_IDB and DEP_IDB_EXT.
136 - kBuild/bin/x86.win32/:
137 o Rebuild with current source, adding kDepIDB.
138 - src/kDepIDB/kDepIDB.c:
139 o Initial coding. (This is a VC++ dependency extractor.)
140 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
141 o Created a library for the dep*() functions.
142 o Removed the IDB hacks from kDepPre.
143
1442006-01-11: bird
145 - kBuild/tools/vcc70.kmk:
146 o Prepared for new IDB based dependencies.s
147 - kBuild/footer.kmk:
148 o Parallel build fixing.
149 - src/gmake/job.c:
150 o Fixed bad parallel bug.
151 - src/gmake/main.c:
152 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
153 - src/kDepPre/kDepPre.c:
154 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
155
1562005-12-18: bird
157 - kBuild/*.kmk, kBuild/tools/*.kmk:
158 o Finally I've got around to implement command dependencies.
159 o Use $(INSTALL) instead of $(RM) + $(CP).
160 o More install features.
161 - kBuild/bin/x86.[linux|win32|os2]/:
162 o Rebuilt all the utils.
163 o Renamed all unix utilites so they start with a kmk_ prefix and don't
164 override any local unix utils.
165 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
166 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
167 src/gmake/Makefile.kmk:
168 o Ported all the builtins to windows - now rebuild works again!
169 o Fixed a few error case bugs in the builtins.
170 o Disabled the -R and -r options for rm and cp.
171 o Added kmk_install / kmk_builtin_install from BSD.
172
1732005-12-13: bird
174 - kBuild/bin/x86.linux/kmk,
175 kBuild/bin/x86.linux/kmk_append,
176 kBuild/bin/x86.linux/kmk_cp,
177 kBuild/bin/x86.linux/kmk_echo,
178 kBuild/bin/x86.linux/kmk_mkdir,
179 kBuild/bin/x86.linux/kmk_rm:
180 o Rebuild with current sources.
181 - src/gmake/Makefile:
182 o Prefixed external tools with kmk_.
183
1842005-12-12: bird
185 - kBuild/footer.kmk, kBuild/header.kmk:
186 o Generic pass stuff.
187 o Enabled and weeded out the new target install method.
188 o Added separate install target type.
189 o Added separate installs pass.
190 o Fixed those $$$$(PATH_<target>) problems.
191 o General clean up removing lot's of duplicate stuff.
192 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
193 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
194 kBuild/tools/VCC70.kmk:
195 o Adjusted to new parameters for the link rules.
196 o List all output files as targets for the rules.
197 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
198 o Removed early attempts which isn't used anylonger.
199 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
200 o Fixed not parallel assertion on targets with no commands.
201
2022005-12-11: bird
203 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
204 src/gmake/Makefile.kmk, src/gmake/variables.c:
205 o New command 'append' which appends text to a file, creating the file if necessary.
206 o KMK_BUILTIN is listing the supported commands (used to be "1").
207 - src/gmake/kmkbuiltin/cp_utils.c:
208 o Add O_BINARY to all open calls.
209 - src/gmake/function.c:
210 o Fixed abspath on OS/2.
211 - src/kDepPre/kDepPre.c:
212 o Killed some warnings and made it build on OS/2 and FreeBSD.
213
2142005-11-07: bird
215 - kBuild/tools/VCC70.kmk:
216 o Use the new -s option for dependencies.
217 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
218 o Added new option -s for generating stub dependencies just like -Wp,-MP.
219 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
220 o Added -Wp,-MP to compile jobs for better dependencies.
221
2222005-10-31: bird
223 - kBuild/tools/VCC70.kmk:
224 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
225 screw up the path casing anywhere.
226 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
227 o Rebuild with latest code.
2282005-10-30: bird
229 - kBuild/env.sh:
230 o amd64.
231 o kDepCCxx -> kDepPre. Ash.
232 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
233 o Fix case option - need it on unix for cl.exe with wine.
234
2352005-10-29: bird
236 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
237 o Strip drive letters on non-PC OSes.
238
2392005-10-28: bird
240 - kBuild/footer.h:
241 o Fixed a couple of defaults so it all works right on amd64.
242 - kBuild/bin/amd64.linux/:
243 o Added binaries. ash is 32-bit!
244
2452005-10-14: bird
246 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
247 o Corrected bug in line skipping where two lines would be skipped.
248 o Corrected slashes on win32.
249
2502005-10-03: bird
251 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
252 o Fixed stupid stupid bug in the win32 case correcting code.
253 Rebuilt the win32 binary.
254
2552005-08-11: bird
256 - kBuild/footer.kmk:
257 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
258
259 - kBuild/tools/VCC70.kmk:
260 o Use $(tolower ) to construct the right .pdb names for cleanup.
261
262 - src/gmake/read.c:
263 o print target name 'target pattern' errors.
264
265 - kBuild/header.kmk:
266 o Use $(abspath ).
267
268 - src/gmake/variable.c:
269 o Added KMK_FEATURES which indicates what's present+working and what's not.
270
271 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
272 o Fixed casing paths on win32.
273
274 - src/gmake/function.c, src/gmake/Makefile.kmk:
275 o Fixed $(abspath ) on Win32 and OS/2.
276 o Added $(tolower ) and $(toupper ).
277
2782005-06-16: bird
279 - ALL:
280 o Bootstrap and ported to FreeBSD 5.x on AMD64.
281
2822005-05-06: bird
283 - ALL:
284 o Working on the build system of the build system. :-)
285 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
286
287[missing a lot!]
288
2892002-10-15: bird
290 - ALL:
291 o Created a somewhat rought directory structure.
292
293 - src/fastdep:
294 o Imported current sources from ODIN32.
295
296 - src/kmk:
297 o Imported current sources from the freebsd tree.
298
2992002-10-15: ktk
300 - ALL: Create repository.
301
302
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette