VirtualBox

source: kBuild/trunk/ChangeLog@ 533

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

o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
o Optimized appending new stuff to variables. (major win)
o Optimized variable memory value allocation avoiding a bunch of

unnecessary copying and allocating.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.4 KB
Line 
1/* $Id: ChangeLog 533 2006-09-18 03:02:39Z bird $ */
2
32006-09-17:
4 - kBuild/gmake:
5 o Optimization summary: libc from ~21 seconds -> 7-8 seconds (os2/nt).
6 o Optimized appending new stuff to variables. (major win)
7 o Optimized variable memory value allocation avoiding a bunch of
8 unnecessary copying and allocating.
9 o Added kBuild specific functions for speeding up source processing.
10 o Fixed assertion in w32_fixcase when shell doesn't have a full path
11 and some other case.
12
132006-09-16:
14 - kBuild/header.kmk:
15 o Turn off command dependencies when using vanilla GNU Make.
16 - kBuild/footer.kmk:
17 o Made up my mind about the command depency blocker variables;
18 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
19 - src/gmake:
20 o Added kmk_gmake which is (almost) vanilla GNU Make.
21 o kmk_ash wants batch files on windows or the double quotes will get screwed up.
22 o Make sure kmk_builtin commands don't get batch files and odd weird stuff.
23 o Cleaning up the modifications. Changes are now either configurable
24 or marked, and dead stuff has been removed (dll shell).
25
262006-09-15:
27 - kBuild/bin/x86.win32/kmk.exe:
28 o Built new code.
29 - kBuild/header.kmk:
30 o DIRDEP is now the same on all platforms (fixed with 3.81 merge).
31 - kBuild/bin/x86.linux/kmk:
32 o Built new code on system360.
33 - src/gmake:
34 o Some parallel job fixes.
35 o Regenerated config.h.linux on system360.
36 o Fixed stat("dir/", &st) on windows and some warnings.
37 o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
38
392006-03-26:
40 - kBuild/bin/x86.os2/:
41 o Rebuilt the OS/2 tools.
42 - src/gmake/variable.c, src/gmake/variable.h, src/gmake/make.h:
43 o Attempt at speeding up performance on OS/2.
44 - src/gmake/kmkbuiltin/rm.c:
45 o OS/2 wants -R.
46 - src/gmake/read.c:
47 o Don't call glob() unless there is a wildcard pattern in the name.
48 This speed things up a bit, at least on FreeBSD and especially on OS/2.
49 - Config.kmk:
50 o Added -pg for profile builds on OS/2.
51
522006-02-22: bird
53 - kBuild/tools/MINGW32.kmk:
54 o Corrected dependencies to match those generated by GCC3.
55
562006-02-09: bird
57 - kBuild/tools/YASM.kmk:
58 o Initial config.
59
602006-01-20: bird
61 - kBuild/footer.kmk, kBuild/header.kmk:
62 o Check for PACKING.$(BUILD_TARGET) as well. Added a quick evaluation
63 of PACKING[.*] in the footer.
64
652006-01-18: bird
66 - kBuild/footer.kmk, kBuild/header.kmk:
67 o Packing pass change - uses PACKING var instead of packing::.
68 - kBuild/footer.kmk:
69 o Added mode,uid and gid to file INSTALLS.
70 o Implemented template inheritance (_EXTENDS).
71
722006-01-14: bird
73 - kBuild/env.sh:
74 o Corrected the tool list.
75 - kBuild/bin/x86.linux/:
76 o Rebuild with current tree and static linage. (rhel3)
77 - kBuild/tools/VCC70.kmk:
78 o Enabled new dependcies.
79 o Must use PDB macro to get the case correct on the idb file passed to kDepIDB.
80 - src/lib/kDep.c:
81 o Fixed missing slash fixing
82 o Changed kDepPre error prefix to kDep.
83
842006-01-12: bird
85 - kBuild/tools/VCC70.kmk:
86 o Use DEP_IDB on win32.
87 - kBuild/header.kmk:
88 o Added DEP_IDB and DEP_IDB_EXT.
89 - kBuild/bin/x86.win32/:
90 o Rebuild with current source, adding kDepIDB.
91 - src/kDepIDB/kDepIDB.c:
92 o Initial coding. (This is a VC++ dependency extractor.)
93 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
94 o Created a library for the dep*() functions.
95 o Removed the IDB hacks from kDepPre.
96
972006-01-11: bird
98 - kBuild/tools/vcc70.kmk:
99 o Prepared for new IDB based dependencies.s
100 - kBuild/footer.kmk:
101 o Parallel build fixing.
102 - src/gmake/job.c:
103 o Fixed bad parallel bug.
104 - src/gmake/main.c:
105 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
106 - src/kDepPre/kDepPre.c:
107 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
108
1092005-12-18: bird
110 - kBuild/*.kmk, kBuild/tools/*.kmk:
111 o Finally I've got around to implement command dependencies.
112 o Use $(INSTALL) instead of $(RM) + $(CP).
113 o More install features.
114 - kBuild/bin/x86.[linux|win32|os2]/:
115 o Rebuilt all the utils.
116 o Renamed all unix utilites so they start with a kmk_ prefix and don't
117 override any local unix utils.
118 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
119 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
120 src/gmake/Makefile.kmk:
121 o Ported all the builtins to windows - now rebuild works again!
122 o Fixed a few error case bugs in the builtins.
123 o Disabled the -R and -r options for rm and cp.
124 o Added kmk_install / kmk_builtin_install from BSD.
125
1262005-12-13: bird
127 - kBuild/bin/x86.linux/kmk,
128 kBuild/bin/x86.linux/kmk_append,
129 kBuild/bin/x86.linux/kmk_cp,
130 kBuild/bin/x86.linux/kmk_echo,
131 kBuild/bin/x86.linux/kmk_mkdir,
132 kBuild/bin/x86.linux/kmk_rm:
133 o Rebuild with current sources.
134 - src/gmake/Makefile:
135 o Prefixed external tools with kmk_.
136
1372005-12-12: bird
138 - kBuild/footer.kmk, kBuild/header.kmk:
139 o Generic pass stuff.
140 o Enabled and weeded out the new target install method.
141 o Added separate install target type.
142 o Added separate installs pass.
143 o Fixed those $$$$(PATH_<target>) problems.
144 o General clean up removing lot's of duplicate stuff.
145 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
146 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
147 kBuild/tools/VCC70.kmk:
148 o Adjusted to new parameters for the link rules.
149 o List all output files as targets for the rules.
150 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
151 o Removed early attempts which isn't used anylonger.
152 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
153 o Fixed not parallel assertion on targets with no commands.
154
1552005-12-11: bird
156 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
157 src/gmake/Makefile.kmk, src/gmake/variables.c:
158 o New command 'append' which appends text to a file, creating the file if necessary.
159 o KMK_BUILTIN is listing the supported commands (used to be "1").
160 - src/gmake/kmkbuiltin/cp_utils.c:
161 o Add O_BINARY to all open calls.
162 - src/gmake/function.c:
163 o Fixed abspath on OS/2.
164 - src/kDepPre/kDepPre.c:
165 o Killed some warnings and made it build on OS/2 and FreeBSD.
166
1672005-11-07: bird
168 - kBuild/tools/VCC70.kmk:
169 o Use the new -s option for dependencies.
170 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
171 o Added new option -s for generating stub dependencies just like -Wp,-MP.
172 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
173 o Added -Wp,-MP to compile jobs for better dependencies.
174
1752005-10-31: bird
176 - kBuild/tools/VCC70.kmk:
177 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
178 screw up the path casing anywhere.
179 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
180 o Rebuild with latest code.
1812005-10-30: bird
182 - kBuild/env.sh:
183 o amd64.
184 o kDepCCxx -> kDepPre. Ash.
185 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
186 o Fix case option - need it on unix for cl.exe with wine.
187
1882005-10-29: bird
189 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
190 o Strip drive letters on non-PC OSes.
191
1922005-10-28: bird
193 - kBuild/footer.h:
194 o Fixed a couple of defaults so it all works right on amd64.
195 - kBuild/bin/amd64.linux/:
196 o Added binaries. ash is 32-bit!
197
1982005-10-14: bird
199 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
200 o Corrected bug in line skipping where two lines would be skipped.
201 o Corrected slashes on win32.
202
2032005-10-03: bird
204 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
205 o Fixed stupid stupid bug in the win32 case correcting code.
206 Rebuilt the win32 binary.
207
2082005-08-11: bird
209 - kBuild/footer.kmk:
210 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
211
212 - kBuild/tools/VCC70.kmk:
213 o Use $(tolower ) to construct the right .pdb names for cleanup.
214
215 - src/gmake/read.c:
216 o print target name 'target pattern' errors.
217
218 - kBuild/header.kmk:
219 o Use $(abspath ).
220
221 - src/gmake/variable.c:
222 o Added KMK_FEATURES which indicates what's present+working and what's not.
223
224 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
225 o Fixed casing paths on win32.
226
227 - src/gmake/function.c, src/gmake/Makefile.kmk:
228 o Fixed $(abspath ) on Win32 and OS/2.
229 o Added $(tolower ) and $(toupper ).
230
2312005-06-16: bird
232 - ALL:
233 o Bootstrap and ported to FreeBSD 5.x on AMD64.
234
2352005-05-06: bird
236 - ALL:
237 o Working on the build system of the build system. :-)
238 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
239
240[missing a lot!]
241
2422002-10-15: bird
243 - ALL:
244 o Created a somewhat rought directory structure.
245
246 - src/fastdep:
247 o Imported current sources from ODIN32.
248
249 - src/kmk:
250 o Imported current sources from the freebsd tree.
251
2522002-10-15: ktk
253 - ALL: Create repository.
254
255
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