source: trunk/ChangeLog@ 593

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