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
RevLine 
[13]1/* $Id: ChangeLog 644 2006-12-03 05:06:18Z bird $ */
2
[644]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
[601]122006-11-25:
13 - kmk, kBuild:
[613]14 o Added mv as builtin command.
[611]15 o Added cat as builtin command.
16 o Added GNU sed version 4.1.5 and ported it to MSC.
[601]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
[591]212006-11-24:
[596]22 - kBuild/bin/x86.win32/kmk.exe, kBuild/bin/x86.linux/kmk:
23 o Rebuilt with current code.
[593]24 - kBuild/footer.kmk:
25 o Fixed some issues with SDKS and linking.
[591]26 - kmk:
[595]27 o Fixed bug in the sdk walking in kbuild_collect_source_prop.
[591]28 o Added --pretty-command-printing for simplifying makefile debugging.
29
[576]302006-11-23:
[588]31 - dist/portage:
32 o Hacked together two ebuilds for the Gentoo Portage.
[587]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*.
[585]37 - kBuild/header.kmk:
38 o BUILD_TYPE defaults to 'release'.
[584]39 - kBuild/tools/GCC*.kmk:
40 o Cleaned up the -s and -g usage.
[583]41 - kBuild/bin/x86.win32, kBuild/bin/x86.linux:
[580]42 o Rebuilt with current code.
[579]43 - kBuild/footer.kmk:
44 o #3: Clean link output files.
[576]45 - kBuild/header.kmk, kmk:
[578]46 o #6: Did code changes for unix installation. Will do install goals when creating the gentoo ebuild.
47 o #5: Proper versioning. (#5)
[576]48 - kmk:
49 o Support SDK.$(BUILD_TARGET_ARCH) too (only bug).
50 o Fixed a bug when gather SDKs.
51
[557]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
[548]562006-09-23:
[552]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.
[553]62 - Config.kmk, src/gmake, src/lib, src/kDepPre, src/kDepIDB:
[552]63 o Allow all kinds of ways of saying Windows in BUILD_TARGET.
64 - kBuild/bin/x86.win32/:
65 o Rebuilt kmk.exe.
[550]66 - kBuild/bin/x86.os2/:
[552]67 o Added kDepPre.exe and kDepIDB.exe.
[550]68 o Rebuilt kmk.exe and kmk_gmake.exe.
[549]69 - src/gmake:
[552]70 o Update KMK_FEATURES to include the optimizations from earlier this week.
[549]71 o Regenerated config.h.os2 and make adjustments to make it all
72 build quietly on OS/2.
[548]73 - kBuild/envos2.cmd:
74 o Environment script (REXX) for OS/2.
75
[546]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
[535]822006-09-18:
83 - kBuild/gmake:
[539]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.
[537]86 o Fixed missing expansion in kbuild_lookup_variable.
[548]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
[539]89 double quote enclosing the commandline (the -c argument).
[535]90 o Fixed a newline escape problem when using batch_mode_shell on windows with kmk_ash.
91
[529]922006-09-17:
93 - kBuild/gmake:
[533]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.
[530]98 o Added kBuild specific functions for speeding up source processing.
[548]99 o Fixed assertion in w32_fixcase when shell doesn't have a full path
[529]100 and some other case.
101
[520]1022006-09-16:
[525]103 - kBuild/header.kmk:
104 o Turn off command dependencies when using vanilla GNU Make.
105 - kBuild/footer.kmk:
[548]106 o Made up my mind about the command depency blocker variables;
[525]107 NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.
[520]108 - src/gmake:
[523]109 o Added kmk_gmake which is (almost) vanilla GNU Make.
[522]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.
[548]112 o Cleaning up the modifications. Changes are now either configurable
[520]113 or marked, and dead stuff has been removed (dll shell).
114
[503]1152006-09-15:
[513]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.
[503]122 - src/gmake:
[516]123 o Some parallel job fixes.
[513]124 o Regenerated config.h.linux on system360.
125 o Fixed stat("dir/", &st) on windows and some warnings.
[503]126 o Merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).
127
[428]1282006-03-26:
[433]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.
[428]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
[423]1412006-02-22: bird
142 - kBuild/tools/MINGW32.kmk:
143 o Corrected dependencies to match those generated by GCC3.
144
[420]1452006-02-09: bird
146 - kBuild/tools/YASM.kmk:
147 o Initial config.
148
[421]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
[413]1542006-01-18: bird
[415]155 - kBuild/footer.kmk, kBuild/header.kmk:
156 o Packing pass change - uses PACKING var instead of packing::.
[413]157 - kBuild/footer.kmk:
[415]158 o Added mode,uid and gid to file INSTALLS.
[413]159 o Implemented template inheritance (_EXTENDS).
160
[409]1612006-01-14: bird
[411]162 - kBuild/env.sh:
163 o Corrected the tool list.
[409]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
[383]1732006-01-12: bird
[397]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.
[396]178 - kBuild/bin/x86.win32/:
179 o Rebuild with current source, adding kDepIDB.
[393]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
[392]187 - kBuild/tools/vcc70.kmk:
188 o Prepared for new IDB based dependencies.s
[389]189 - kBuild/footer.kmk:
190 o Parallel build fixing.
[383]191 - src/gmake/job.c:
192 o Fixed bad parallel bug.
[387]193 - src/gmake/main.c:
194 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
[385]195 - src/kDepPre/kDepPre.c:
196 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
[383]197
[372]1982005-12-18: bird
[381]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.
[413]205 o Renamed all unix utilites so they start with a kmk_ prefix and don't
[381]206 override any local unix utils.
[372]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.
[373]212 o Disabled the -R and -r options for rm and cp.
[372]213 o Added kmk_install / kmk_builtin_install from BSD.
214
[358]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
[354]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
[345]2442005-12-11: bird
[351]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.
[345]255
[338]2562005-11-07: bird
[339]257 - kBuild/tools/VCC70.kmk:
258 o Use the new -s option for dependencies.
[338]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
[336]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.
[338]268 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
[336]269 o Rebuild with latest code.
[332]2702005-10-30: bird
[333]271 - kBuild/env.sh:
272 o amd64.
273 o kDepCCxx -> kDepPre. Ash.
[332]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
[331]2772005-10-29: bird
278 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
279 o Strip drive letters on non-PC OSes.
280
[328]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
[327]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
[325]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
[305]2972005-08-11: bird
[317]298 - kBuild/footer.kmk:
299 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
300
[314]301 - kBuild/tools/VCC70.kmk:
302 o Use $(tolower ) to construct the right .pdb names for cleanup.
[317]303
[309]304 - src/gmake/read.c:
305 o print target name 'target pattern' errors.
[317]306
[307]307 - kBuild/header.kmk:
308 o Use $(abspath ).
[317]309
[307]310 - src/gmake/variable.c:
311 o Added KMK_FEATURES which indicates what's present+working and what's not.
312
[305]313 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
314 o Fixed casing paths on win32.
[307]315
[312]316 - src/gmake/function.c, src/gmake/Makefile.kmk:
[305]317 o Fixed $(abspath ) on Win32 and OS/2.
[312]318 o Added $(tolower ) and $(toupper ).
[305]319
[299]3202005-06-16: bird
321 - ALL:
322 o Bootstrap and ported to FreeBSD 5.x on AMD64.
323
[273]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.
[13]328
[273]329[missing a lot!]
330
[13]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.