source: trunk/ChangeLog@ 644

Last change on this file since 644 was 644, checked in by bird, 19 years ago

Fixed bugs dealing with the order SDK properties was applied to sources.

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