VirtualBox

source: kBuild/trunk/ChangeLog@ 812

Last change on this file since 812 was 812, checked in by bird, 17 years ago

ChangeLog: http://svn.netlabs.org/kbuild/timeline

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 13.2 KB
RevLine 
[13]1/* $Id: ChangeLog 812 2007-01-30 19:45:46Z bird $ */
2
[812]3The change log has been discontinued. check the trac timeline instead:
4
5 http://svn.netlabs.org/kbuild/timeline
6
7
[651]82006-12-03:
9 - kBuild/bin/x86.win32:
10 o Rebuild and cleaned out dlls that mv and sed required.
11 - sed:
12 o Fixed parsing of single quoted arguments on windows.
13
[644]142006-12-02:
15 - kmk:
16 o Fixed bugs dealing with the order SDK properties was applied to sources.
17
182006-12-01:
19 - kBuild:
20 o Added support for compiling resource files.
21 o Fixed bug causing object files take from the SOURCES to be cleaned up.
22
[601]232006-11-25:
24 - kmk, kBuild:
[613]25 o Added mv as builtin command.
[611]26 o Added cat as builtin command.
27 o Added GNU sed version 4.1.5 and ported it to MSC.
[601]28 o Added rmdir as builtin and external command.
29 o Made mkdir not modify the argument strings.
30 o Made mkdir deal properly with DOS slashes on OS/2 and Windows.
31
[591]322006-11-24:
[596]33 - kBuild/bin/x86.win32/kmk.exe, kBuild/bin/x86.linux/kmk:
34 o Rebuilt with current code.
[593]35 - kBuild/footer.kmk:
36 o Fixed some issues with SDKS and linking.
[591]37 - kmk:
[595]38 o Fixed bug in the sdk walking in kbuild_collect_source_prop.
[591]39 o Added --pretty-command-printing for simplifying makefile debugging.
40
[576]412006-11-23:
[588]42 - dist/portage:
43 o Hacked together two ebuilds for the Gentoo Portage.
[587]44 - Config.kmk, Makefile.kmk:
45 o #6: Hacking *nix install build for Gentoo.
46 - src/gmake/Makefile.kmk, src/lib/Makefile:
47 o Always include header.kmk when testing BUILD_TARGET*.
[585]48 - kBuild/header.kmk:
49 o BUILD_TYPE defaults to 'release'.
[584]50 - kBuild/tools/GCC*.kmk:
51 o Cleaned up the -s and -g usage.
[583]52 - kBuild/bin/x86.win32, kBuild/bin/x86.linux:
[580]53 o Rebuilt with current code.
[579]54 - kBuild/footer.kmk:
55 o #3: Clean link output files.
[576]56 - kBuild/header.kmk, kmk:
[578]57 o #6: Did code changes for unix installation. Will do install goals when creating the gentoo ebuild.
58 o #5: Proper versioning. (#5)
[576]59 - kmk:
60 o Support SDK.$(BUILD_TARGET_ARCH) too (only bug).
61 o Fixed a bug when gather SDKs.
62
[557]632006-09-28:
64 - kBuild/header.kmk, kBuild/env.sh, kBuild/tools/GCC4MACH.kmk, kBuild/bin/x86.darwin/, src/gmake, Config.kmk:
65 o Initial Mac OS X / Darwin bootstrapping.
66
[548]672006-09-23:
[552]68 - kBuild/footer.kmk:
69 o Recursive template inheritance.
70 - kBuild/header.kmk, kBuild/footer.kmk:
71 o Removed some checks for features which are present in both gmake 3.81 and kmk.
72 Anyone trying to bootstrap kBuild will have to build gmake 3.81 first.
[553]73 - Config.kmk, src/gmake, src/lib, src/kDepPre, src/kDepIDB:
[552]74 o Allow all kinds of ways of saying Windows in BUILD_TARGET.
75 - kBuild/bin/x86.win32/:
76 o Rebuilt kmk.exe.
[550]77 - kBuild/bin/x86.os2/:
[552]78 o Added kDepPre.exe and kDepIDB.exe.
[550]79 o Rebuilt kmk.exe and kmk_gmake.exe.
[549]80 - src/gmake:
[552]81 o Update KMK_FEATURES to include the optimizations from earlier this week.
[549]82 o Regenerated config.h.os2 and make adjustments to make it all
83 build quietly on OS/2.
[548]84 - kBuild/envos2.cmd:
85 o Environment script (REXX) for OS/2.
86
[546]872006-09-19:
88 - kBuild/bin/x86.win32/:
89 o Rebuilt kmk.exe and kmk_gmake.exe.
90 - src/gmake:
91 o Fixed some optimization bugs in kbuild.c.
92
[535]932006-09-18:
94 - kBuild/gmake:
[539]95 o Don't send put j1 in MAKEFLAGS on windows, somehow that doesn't work.
96 o Fixed some variable name typos in kbuild.c.
[537]97 o Fixed missing expansion in kbuild_lookup_variable.
[548]98 o A real attempt at fixing the double quoting problem on windows. ash seems to want a
99 space between a double quote enclosing the last argument on the commandline and the
[539]100 double quote enclosing the commandline (the -c argument).
[535]101 o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
102
[529]1032006-09-17:
104 - kBuild/gmake:
[533]105 o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
106 o Optimized appending new stuff to variables. (major win)
107 o Optimized variable memory value allocation avoiding a bunch of
108 unnecessary copying and allocating.
[530]109 o Added kBuild specific functions for speeding up source processing.
[548]110 o Fixed assertion in w32_fixcase when shell doesn't have a full path
[529]111 and some other case.
112
[520]1132006-09-16:
[525]114 - kBuild/header.kmk:
115 o Turn off command dependencies when using vanilla GNU Make.
116 - kBuild/footer.kmk:
[548]117 o Made up my mind about the command depency blocker variables;
[525]118 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
[520]119 - src/gmake:
[523]120 o Added kmk_gmake which is (almost) vanilla GNU Make.
[522]121 o kmk_ash wants batch files on windows or the double quotes will get screwed up.
122 o Make sure kmk_builtin commands don't get batch files and odd weird stuff.
[548]123 o Cleaning up the modifications. Changes are now either configurable
[520]124 or marked, and dead stuff has been removed (dll shell).
125
[503]1262006-09-15:
[513]127 - kBuild/bin/x86.win32/kmk.exe:
128 o Built new code.
129 - kBuild/header.kmk:
130 o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
131 - kBuild/bin/x86.linux/kmk:
132 o Built new code on system360.
[503]133 - src/gmake:
[516]134 o Some parallel job fixes.
[513]135 o Regenerated config.h.linux on system360.
136 o Fixed stat("dir/", &st) on windows and some warnings.
[503]137 o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
138
[428]1392006-03-26:
[433]140 - kBuild/bin/x86.os2/:
141 o Rebuilt the OS/2 tools.
142 - src/gmake/variable.c, src/gmake/variable.h, src/gmake/make.h:
143 o Attempt at speeding up performance on OS/2.
[428]144 - src/gmake/kmkbuiltin/rm.c:
145 o OS/2 wants -R.
146 - src/gmake/read.c:
147 o Don't call glob() unless there is a wildcard pattern in the name.
148 This speed things up a bit, at least on FreeBSD and especially on OS/2.
149 - Config.kmk:
150 o Added -pg for profile builds on OS/2.
151
[423]1522006-02-22: bird
153 - kBuild/tools/MINGW32.kmk:
154 o Corrected dependencies to match those generated by GCC3.
155
[420]1562006-02-09: bird
157 - kBuild/tools/YASM.kmk:
158 o Initial config.
159
[421]1602006-01-20: bird
161 - kBuild/footer.kmk, kBuild/header.kmk:
162 o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
163 of PACKING[.*] in the footer.
164
[413]1652006-01-18: bird
[415]166 - kBuild/footer.kmk, kBuild/header.kmk:
167 o Packing pass change - uses PACKING var instead of packing::.
[413]168 - kBuild/footer.kmk:
[415]169 o Added mode,uid and gid to file INSTALLS.
[413]170 o Implemented template inheritance (_EXTENDS).
171
[409]1722006-01-14: bird
[411]173 - kBuild/env.sh:
174 o Corrected the tool list.
[409]175 - kBuild/bin/x86.linux/:
176 o Rebuild with current tree and static linage. (rhel3)
177 - kBuild/tools/VCC70.kmk:
178 o Enabled new dependcies.
179 o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
180 - src/lib/kDep.c:
181 o Fixed missing slash fixing
182 o Changed kDepPre error prefix to kDep.
183
[383]1842006-01-12: bird
[397]185 - kBuild/tools/VCC70.kmk:
186 o Use DEP_IDB on win32.
187 - kBuild/header.kmk:
188 o Added DEP_IDB and DEP_IDB_EXT.
[396]189 - kBuild/bin/x86.win32/:
190 o Rebuild with current source, adding kDepIDB.
[393]191 - src/kDepIDB/kDepIDB.c:
192 o Initial coding. (This is a VC++ dependency extractor.)
193 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
194 o Created a library for the dep*() functions.
195 o Removed the IDB hacks from kDepPre.
196
1972006-01-11: bird
[392]198 - kBuild/tools/vcc70.kmk:
199 o Prepared for new IDB based dependencies.s
[389]200 - kBuild/footer.kmk:
201 o Parallel build fixing.
[383]202 - src/gmake/job.c:
203 o Fixed bad parallel bug.
[387]204 - src/gmake/main.c:
205 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
[385]206 - src/kDepPre/kDepPre.c:
207 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
[383]208
[372]2092005-12-18: bird
[381]210 - kBuild/*.kmk, kBuild/tools/*.kmk:
211 o Finally I've got around to implement command dependencies.
212 o Use $(INSTALL) instead of $(RM) + $(CP).
213 o More install features.
214 - kBuild/bin/x86.[linux|win32|os2]/:
215 o Rebuilt all the utils.
[413]216 o Renamed all unix utilites so they start with a kmk_ prefix and don't
[381]217 override any local unix utils.
[372]218 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
219 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
220 src/gmake/Makefile.kmk:
221 o Ported all the builtins to windows - now rebuild works again!
222 o Fixed a few error case bugs in the builtins.
[373]223 o Disabled the -R and -r options for rm and cp.
[372]224 o Added kmk_install / kmk_builtin_install from BSD.
225
[358]2262005-12-13: bird
227 - kBuild/bin/x86.linux/kmk,
228 kBuild/bin/x86.linux/kmk_append,
229 kBuild/bin/x86.linux/kmk_cp,
230 kBuild/bin/x86.linux/kmk_echo,
231 kBuild/bin/x86.linux/kmk_mkdir,
232 kBuild/bin/x86.linux/kmk_rm:
233 o Rebuild with current sources.
234 - src/gmake/Makefile:
235 o Prefixed external tools with kmk_.
236
[354]2372005-12-12: bird
238 - kBuild/footer.kmk, kBuild/header.kmk:
239 o Generic pass stuff.
240 o Enabled and weeded out the new target install method.
241 o Added separate install target type.
242 o Added separate installs pass.
243 o Fixed those $$$$(PATH_<target>) problems.
244 o General clean up removing lot's of duplicate stuff.
245 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
246 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
247 kBuild/tools/VCC70.kmk:
248 o Adjusted to new parameters for the link rules.
249 o List all output files as targets for the rules.
250 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
251 o Removed early attempts which isn't used anylonger.
252 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
253 o Fixed not parallel assertion on targets with no commands.
254
[345]2552005-12-11: bird
[351]256 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
257 src/gmake/Makefile.kmk, src/gmake/variables.c:
258 o New command 'append' which appends text to a file, creating the file if necessary.
259 o KMK_BUILTIN is listing the supported commands (used to be "1").
260 - src/gmake/kmkbuiltin/cp_utils.c:
261 o Add O_BINARY to all open calls.
262 - src/gmake/function.c:
263 o Fixed abspath on OS/2.
264 - src/kDepPre/kDepPre.c:
265 o Killed some warnings and made it build on OS/2 and FreeBSD.
[345]266
[338]2672005-11-07: bird
[339]268 - kBuild/tools/VCC70.kmk:
269 o Use the new -s option for dependencies.
[338]270 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
271 o Added new option -s for generating stub dependencies just like -Wp,-MP.
272 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
273 o Added -Wp,-MP to compile jobs for better dependencies.
274
[336]2752005-10-31: bird
276 - kBuild/tools/VCC70.kmk:
277 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
278 screw up the path casing anywhere.
[338]279 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
[336]280 o Rebuild with latest code.
[332]2812005-10-30: bird
[333]282 - kBuild/env.sh:
283 o amd64.
284 o kDepCCxx -> kDepPre. Ash.
[332]285 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
286 o Fix case option - need it on unix for cl.exe with wine.
287
[331]2882005-10-29: bird
289 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
290 o Strip drive letters on non-PC OSes.
291
[328]2922005-10-28: bird
293 - kBuild/footer.h:
294 o Fixed a couple of defaults so it all works right on amd64.
295 - kBuild/bin/amd64.linux/:
296 o Added binaries. ash is 32-bit!
297
[327]2982005-10-14: bird
299 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
300 o Corrected bug in line skipping where two lines would be skipped.
301 o Corrected slashes on win32.
302
[325]3032005-10-03: bird
304 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
305 o Fixed stupid stupid bug in the win32 case correcting code.
306 Rebuilt the win32 binary.
307
[305]3082005-08-11: bird
[317]309 - kBuild/footer.kmk:
310 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
311
[314]312 - kBuild/tools/VCC70.kmk:
313 o Use $(tolower ) to construct the right .pdb names for cleanup.
[317]314
[309]315 - src/gmake/read.c:
316 o print target name 'target pattern' errors.
[317]317
[307]318 - kBuild/header.kmk:
319 o Use $(abspath ).
[317]320
[307]321 - src/gmake/variable.c:
322 o Added KMK_FEATURES which indicates what's present+working and what's not.
323
[305]324 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
325 o Fixed casing paths on win32.
[307]326
[312]327 - src/gmake/function.c, src/gmake/Makefile.kmk:
[305]328 o Fixed $(abspath ) on Win32 and OS/2.
[312]329 o Added $(tolower ) and $(toupper ).
[305]330
[299]3312005-06-16: bird
332 - ALL:
333 o Bootstrap and ported to FreeBSD 5.x on AMD64.
334
[273]3352005-05-06: bird
336 - ALL:
337 o Working on the build system of the build system. :-)
338 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
[13]339
[273]340[missing a lot!]
341
[13]3422002-10-15: bird
343 - ALL:
344 o Created a somewhat rought directory structure.
345
346 - src/fastdep:
347 o Imported current sources from ODIN32.
348
349 - src/kmk:
350 o Imported current sources from the freebsd tree.
351
3522002-10-15: ktk
353 - ALL: Create repository.
354
355
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use