source: trunk/ChangeLog@ 393

Last change on this file since 393 was 393, checked in by bird, 19 years ago
  • src/kDepIDB/kDepIDB.c:

o Initial coding. (This is a VC++ dependency extractor.)

  • src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:

o Created a library for the dep*() functions.
o Removed the IDB hacks from kDepPre.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.1 KB
Line 
1/* $Id: ChangeLog 393 2006-01-13 00:42:10Z bird $ */
2
32006-01-12: bird
4 - src/kDepIDB/kDepIDB.c:
5 o Initial coding. (This is a VC++ dependency extractor.)
6 - src/kDepPre/kDepPre.c, src/lib/kDep.h, src/lib/kDep.c, Config.kmk:
7 o Created a library for the dep*() functions.
8 o Removed the IDB hacks from kDepPre.
9
102006-01-11: bird
11 - kBuild/tools/vcc70.kmk:
12 o Prepared for new IDB based dependencies.s
13 - kBuild/footer.kmk:
14 o Parallel build fixing.
15 - src/gmake/job.c:
16 o Fixed bad parallel bug.
17 - src/gmake/main.c:
18 o Enabled multiple jobs for recursive kmk processes on win32 despite the problems.
19 - src/kDepPre/kDepPre.c:
20 o Added extremely rough support for VC++ IDB files (/FD + /Fd).
21
222005-12-18: bird
23 - kBuild/*.kmk, kBuild/tools/*.kmk:
24 o Finally I've got around to implement command dependencies.
25 o Use $(INSTALL) instead of $(RM) + $(CP).
26 o More install features.
27 - kBuild/bin/x86.[linux|win32|os2]/:
28 o Rebuilt all the utils.
29 o Renamed all unix utilites so they start with a kmk_ prefix and don't
30 override any local unix utils.
31 - src/gmake/kmkbuiltin/*, src/gmake/kmkbuiltin.c,
32 src/gmake/kmkbuiltin.h, src/gmake/variables.c,
33 src/gmake/Makefile.kmk:
34 o Ported all the builtins to windows - now rebuild works again!
35 o Fixed a few error case bugs in the builtins.
36 o Disabled the -R and -r options for rm and cp.
37 o Added kmk_install / kmk_builtin_install from BSD.
38
392005-12-13: bird
40 - kBuild/bin/x86.linux/kmk,
41 kBuild/bin/x86.linux/kmk_append,
42 kBuild/bin/x86.linux/kmk_cp,
43 kBuild/bin/x86.linux/kmk_echo,
44 kBuild/bin/x86.linux/kmk_mkdir,
45 kBuild/bin/x86.linux/kmk_rm:
46 o Rebuild with current sources.
47 - src/gmake/Makefile:
48 o Prefixed external tools with kmk_.
49
502005-12-12: bird
51 - kBuild/footer.kmk, kBuild/header.kmk:
52 o Generic pass stuff.
53 o Enabled and weeded out the new target install method.
54 o Added separate install target type.
55 o Added separate installs pass.
56 o Fixed those $$$$(PATH_<target>) problems.
57 o General clean up removing lot's of duplicate stuff.
58 - kBuild/tools/ALP.kmk, kBuild/tools/GCC.kmk, kBuild/tools/GCC3.kmk,
59 kBuild/tools/GCC3OMF.kmk, kBuild/tools/MINGW32.kmk, kBuild/tools/NASM.kmk,
60 kBuild/tools/VCC70.kmk:
61 o Adjusted to new parameters for the link rules.
62 o List all output files as targets for the rules.
63 - kBuild/config.kmk, kBuild/cfg/x86.win32.va2003.kmk:
64 o Removed early attempts which isn't used anylonger.
65 - src/gmake/remake.c, src/gmake/commands.c, src/gmake/commands.h:
66 o Fixed not parallel assertion on targets with no commands.
67
682005-12-11: bird
69 - src/gmake/kmkbuiltin/append.c, src/gmake/kmkbuiltin.h, src/gmake/kmkbuiltin.c,
70 src/gmake/Makefile.kmk, src/gmake/variables.c:
71 o New command 'append' which appends text to a file, creating the file if necessary.
72 o KMK_BUILTIN is listing the supported commands (used to be "1").
73 - src/gmake/kmkbuiltin/cp_utils.c:
74 o Add O_BINARY to all open calls.
75 - src/gmake/function.c:
76 o Fixed abspath on OS/2.
77 - src/kDepPre/kDepPre.c:
78 o Killed some warnings and made it build on OS/2 and FreeBSD.
79
802005-11-07: bird
81 - kBuild/tools/VCC70.kmk:
82 o Use the new -s option for dependencies.
83 - src/kDepPre/kDepPre.c, kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
84 o Added new option -s for generating stub dependencies just like -Wp,-MP.
85 - kBuild/tools/GCC3.kmk, kBuild/tools/GCC3OMF.kmk:
86 o Added -Wp,-MP to compile jobs for better dependencies.
87
882005-10-31: bird
89 - kBuild/tools/VCC70.kmk:
90 o Use the -f option with kDepPre to make sure nt/wine/cl doesn't
91 screw up the path casing anywhere.
92 - kBuild/bin/x86.linux/kDepPre, kBuild/bin/x86.win32/kDepPre.exe:
93 o Rebuild with latest code.
942005-10-30: bird
95 - kBuild/env.sh:
96 o amd64.
97 o kDepCCxx -> kDepPre. Ash.
98 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
99 o Fix case option - need it on unix for cl.exe with wine.
100
1012005-10-29: bird
102 - kBuild/bin/amd64.linux/kDepPre, src/kDepPre/kDepPre.c:
103 o Strip drive letters on non-PC OSes.
104
1052005-10-28: bird
106 - kBuild/footer.h:
107 o Fixed a couple of defaults so it all works right on amd64.
108 - kBuild/bin/amd64.linux/:
109 o Added binaries. ash is 32-bit!
110
1112005-10-14: bird
112 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
113 o Corrected bug in line skipping where two lines would be skipped.
114 o Corrected slashes on win32.
115
1162005-10-03: bird
117 - src/kDepPre/kDepPre.c, kBuild/bin/x86.win32/kDepPre.exe:
118 o Fixed stupid stupid bug in the win32 case correcting code.
119 Rebuilt the win32 binary.
120
1212005-08-11: bird
122 - kBuild/footer.kmk:
123 o Enh. the _OBJECT_BASE hack for stripping of source paths within the project.
124
125 - kBuild/tools/VCC70.kmk:
126 o Use $(tolower ) to construct the right .pdb names for cleanup.
127
128 - src/gmake/read.c:
129 o print target name 'target pattern' errors.
130
131 - kBuild/header.kmk:
132 o Use $(abspath ).
133
134 - src/gmake/variable.c:
135 o Added KMK_FEATURES which indicates what's present+working and what's not.
136
137 - src/gmake/w32/pathstuff.c, src/kDepPre/kDepPre.c, src/kDepPre/Makefile.kmk:
138 o Fixed casing paths on win32.
139
140 - src/gmake/function.c, src/gmake/Makefile.kmk:
141 o Fixed $(abspath ) on Win32 and OS/2.
142 o Added $(tolower ) and $(toupper ).
143
1442005-06-16: bird
145 - ALL:
146 o Bootstrap and ported to FreeBSD 5.x on AMD64.
147
1482005-05-06: bird
149 - ALL:
150 o Working on the build system of the build system. :-)
151 o Ported the kmkbuiltin stuff to OS/2 as a prep to the win32 effort.
152
153[missing a lot!]
154
1552002-10-15: bird
156 - ALL:
157 o Created a somewhat rought directory structure.
158
159 - src/fastdep:
160 o Imported current sources from ODIN32.
161
162 - src/kmk:
163 o Imported current sources from the freebsd tree.
164
1652002-10-15: ktk
166 - ALL: Create repository.
167
168
Note: See TracBrowser for help on using the repository browser.