Timeline



Jan 19, 2007:

5:57 AM Changeset [775] by bird
ported printf to MSC.
5:25 AM Changeset [774] by bird
NetBSD printf r1.31
5:12 AM Ticket #9 (Feed the VCC* and GCC3OMF librarians scripts instead of extremely long ...) closed by bird
fixed: (In [773]) Use response files (untested). Fixes #9
5:12 AM Changeset [773] by bird
Use response files (untested). Fixes #9
5:04 AM Ticket #15 (GCC*: mri scripts (ar) must deal correctly with '+' in paths of ...) closed by bird
wontfix: This isn't possible. Binutils doesn't provide any way of escaping it. …
5:00 AM Changeset [772] by bird
use append -n for creating the ar-script if available.
4:47 AM Changeset [771] by bird
use append -n for creating the ar-script if available.
4:45 AM Changeset [770] by bird
Use the new append -v feature for generating command deps.
4:41 AM Changeset [769] by bird
Added variable lookup printing to delay expansion and such.
2:52 AM Changeset [768] by bird
Use response files (aka command files) with the Visual C++ librarian. …
2:27 AM Changeset [767] by bird
$(APPEND) -n file line1 line2 line3
2:09 AM Ticket #13 (kmk_mv -f some-file existing-file doesn't work on windows) closed by bird
invalid: Not a bug, the problem was that the target file was opened by another …
2:05 AM Ticket #14 (debian fakeroot doesn't work with kmk because of static linking.) closed by bird
fixed: (In [766]) Link dynamically on linux too. Fixes #14.
2:05 AM Changeset [766] by bird
Link dynamically on linux too. Fixes #14.
1:52 AM Changeset [765] by bird
New predefined variable 'KMK', similar to 'MAKE' only less likely to …
1:41 AM Changeset [764] by bird
math-int feature
1:29 AM Changeset [763] by bird
integer math functions.

Jan 18, 2007:

11:31 PM Changeset [762] by bird
nuke some more environment variables. (fixes the problem with PROGRAMS …

Jan 17, 2007:

10:30 AM Changeset [761] by bird
SUFF_SYS isn't anything on darwin.
10:01 AM Changeset [760] by bird
fixed silly messup when applying defpath to libpath of a link target.

Jan 16, 2007:

2:18 PM Ticket #15 (GCC*: mri scripts (ar) must deal correctly with '+' in paths of ...) created by bird
The paths must be quoted. This requires a better hack for the …
1:55 PM Changeset [759] by bird
Check for /sw/lib/libSDL.* too (Mac OS X / fink).

Jan 15, 2007:

11:55 AM Bootstrapping edited by bird
linux needs real yacc, bison won't do. (diff)

Jan 13, 2007:

1:42 AM Ticket #14 (debian fakeroot doesn't work with kmk because of static linking.) created by bird
Don't use static linking on linux either and pray that the glibc guys …
1:36 AM Changeset [758] by bird
use waitpid(pid) since wait() interfers with any parallel jobs gnu …

Jan 9, 2007:

10:51 PM Changeset [757] by bird
LIBPATHS -> LIBPATH (stupid typos)

Jan 7, 2007:

10:26 AM Changeset [756] by bird
Work around kLIBC setlocale bug.
10:24 AM Changeset [755] by bird
Work around kLIBC setlocal bug.
4:05 AM Changeset [754] by bird
misplaced comment.
4:00 AM Changeset [753] by bird
Fixed broken _TARGET_TOOL macro.

Jan 6, 2007:

1:37 AM Changeset [752] by bird
Fixed library linking: It was still using $(lib) - this was changed to …

Jan 4, 2007:

7:43 PM Ticket #13 (kmk_mv -f some-file existing-file doesn't work on windows) created by bird
[…]

Jan 3, 2007:

9:44 PM Changeset [751] by bird
print the failing command if it was a silent one.
9:44 PM Changeset [750] by bird
CONFIG_WITH_ABSPATHEX

Dec 28, 2006:

3:13 AM Changeset [749] by bird
Don't use recursion for the .o/.obj aliases.

Dec 25, 2006:

1:21 AM Changeset [748] by bird
TARGET_BASE fix (not completed).
1:19 AM Changeset [747] by bird
compile message should show the target.

Dec 22, 2006:

2:47 PM Changeset [746] by bird
FSLib.dll

Dec 17, 2006:

8:42 AM Changeset [745] by bird
better place for it.
8:36 AM Changeset [744] by bird
More sanity checks.
8:12 AM Changeset [743] by bird
set PATH_target early (i.e. in subheader/subfooter).
7:41 AM Changeset [742] by bird
Fixed the sub-makefile bustage and added two sanitychecks.
7:41 AM Changeset [741] by bird
some cleanup.
7:37 AM Changeset [740] by bird
a bit early…
6:03 AM Changeset [739] by bird
Rebuilt os2.x86 with current sources.
6:01 AM Changeset [738] by bird
Rebuilt freebsd.amd64 with current sources.
5:53 AM Bootstrapping edited by bird
sed (diff)
5:44 AM Bootstrapping edited by bird
(diff)
5:43 AM Bootstrapping edited by bird
(diff)
5:32 AM Bootstrapping edited by bird
(diff)
5:23 AM Changeset [737] by bird
Rebuilt darwin.x86 with current sources.
5:22 AM Ticket #12 (8.3 paths are expanded into spacy fullname paths.) closed by bird
fixed
5:19 AM Changeset [736] by bird
Rebuilt linux.amd64 with current sources.
4:56 AM Changeset [735] by bird
VCC*_OLD_DEPS
4:50 AM Changeset [734] by bird
Rebuilt linux.x86 with current sources.
4:42 AM Changeset [733] by bird
check for buffer overflow.
4:22 AM Changeset [732] by bird
Rebuilt win.x86 with current code.
4:19 AM Changeset [731] by bird
kBuild/bin/BUILD_PLATFORM_ARCH.BUILD_PLATFORM -> …
3:59 AM Changeset [730] by bird
Added a variation on the $(comp-vars) function called $(comp-cmds) …
2:12 AM Changeset [729] by bird
The target _PATH property should be working now.
1:44 AM Changeset [728] by bird
don't stop fixing the path case if one component happens to be a short …
1:43 AM Changeset [727] by bird
Extended the windows fixcase function to also take care of path …
12:07 AM Ticket #12 (8.3 paths are expanded into spacy fullname paths.) created by bird
Somewhere kmk / kmk_gmake is expanding 8.3 paths into fullname paths. …

Dec 16, 2006:

8:35 PM Changeset [726] by bird
corrected message when fetching nothing.

Dec 15, 2006:

5:18 AM Changeset [725] by bird
Partial implementation of a _PATH target property for resolving …
3:03 AM Changeset [724] by bird
simpler implementation.
2:54 AM Changeset [723] by bird
Kicked the gnumake compatibility crap into separate files to speed …
2:54 AM Changeset [722] by bird
WINPSDK now.
2:53 AM Changeset [721] by bird
added 'stack' to the KMK_FEATURES variable.
2:41 AM Changeset [720] by bird
stack functions and enabled the 'eq' and 'not' functions.

Dec 14, 2006:

4:48 AM Changeset [719] by bird
Fixed bug in the library processing causing the output dir not to be …
2:22 AM Changeset [718] by bird
default mode is debug.
2:21 AM Changeset [717] by bird
rmdir is new. cleaned out the old crap.
2:20 AM Changeset [716] by bird
everyone *but* windows.
2:12 AM Changeset [715] by bird
rebuilt OS/2.
1:38 AM Changeset [714] by bird
made it build on OS/2.
1:34 AM Changeset [713] by bird
fixed warning.
1:32 AM Changeset [712] by bird
stdcall can't be redefined on OS/2. dunno if it's a bug or not.
1:30 AM Changeset [711] by bird
Ran configure on OS/2.

Dec 13, 2006:

3:08 AM kBuild edited by bird
(diff)
3:08 AM kBuild edited by bird
(diff)
3:06 AM WikiStart edited by bird
(diff)
3:05 AM kBuild edited by bird
(diff)
2:53 AM kBuild edited by bird
(diff)

Dec 12, 2006:

11:30 PM Changeset [710] by bird
PACKING is an official pass now.
1:34 AM KnownProblems edited by bird
(diff)
1:33 AM KnownProblems edited by bird
(diff)

Dec 11, 2006:

1:31 PM Changeset [709] by bird
updating the revision number.
1:29 PM Changeset [708] by bird
corrected the names.
9:59 AM Changeset [707] by bird
linux fixes.
8:05 AM KnownProblems created by bird
8:01 AM WikiStart edited by bird
(diff)

Dec 10, 2006:

9:57 PM Changeset [706] by bird
Fixed some x86.win* & amd64.win* leftovers.
11:47 AM Changeset [705] by bird
KMK_REVISION
9:28 AM Changeset [704] by bird
ddk/wdm/ not ddk/wdw/!
9:23 AM Changeset [703] by bird
PATH_SDK_W2K3DDK_LIB was defined incorrectly.
8:27 AM Changeset [702] by bird
Deal with shifting case standard in the PSDK.
8:24 AM Changeset [701] by bird
Quiet clean. Remove directory if nothing is to be unpacked.
7:35 AM Changeset [700] by bird
auto verbose if the --pretty-command-printing option is in use.
7:28 AM Changeset [699] by bird
all not full.
7:27 AM Changeset [698] by bird
typo.
7:20 AM Changeset [697] by bird
ABSPATH -> abspath.
7:16 AM Changeset [696] by bird
Implemented KBUILD_QUIET and KBUILD_VERBOSE={1|full} (was BUILD_QUIET, …

Dec 9, 2006:

3:38 PM Changeset [695] by bird
Ignore EINVAL too so rmdir . doesn't fail when we're trying to ignore …
3:03 PM Changeset [694] by bird
made rmdir build on linux and rebuilt kmk, kmk_rmdir and kmk_sed.
2:50 PM Changeset [693] by bird
completely remove if no sources.

Dec 8, 2006:

10:31 PM Changeset [692] by bird
tools location is being cleaned up.
8:37 AM Changeset [691] by bird
Fixed FindFirstFile? handle leak in pathstuff.c.
8:35 AM Changeset [690] by bird
fixed target aliases and removed debug sleep 30.
8:12 AM Changeset [689] by bird
use a dep like target to avoid really really long filenames.
5:44 AM Changeset [688] by bird
more or less completed the fetch feature.
5:42 AM Changeset [687] by bird
Ignore EPERM and EACCES too (rmdir . on win).
4:17 AM Changeset [686] by bird
Rebuilt with new rmdir code.
4:14 AM Changeset [685] by bird
ignore-fail-on-not-exist
3:45 AM Changeset [684] by bird
Added --ignore-fail-on-non-empty similar as described in the GNU …
2:05 AM Changeset [683] by bird
configured sed and ash for darwin and rebuilt the darwin binaries.
12:03 AM Changeset [682] by bird
my .PRECIOUS!
12:01 AM Changeset [681] by bird
bad sed.

Dec 7, 2006:

6:19 AM Changeset [680] by bird
rebuilt with argv termination bugfix.
6:18 AM Changeset [679] by bird
more details.
5:21 AM Changeset [678] by bird
forgot to terminate the argv array properly.
4:51 AM Changeset [677] by bird
pathless VCC
2:56 AM Changeset [676] by bird
Some adjustments to the SDL stuff, only one default library for instance.
1:03 AM Changeset [675] by bird
Forgot I hadn't moved this crap yet.
12:53 AM Changeset [674] by bird
variation of WINPSDK for use with the DDK.

Dec 6, 2006:

5:25 AM Changeset [673] by bird
it seems to work.
5:22 AM Changeset [672] by bird
KMK_REVISION experiment
4:23 AM Changeset [671] by bird
fixed typo.
4:14 AM Changeset [670] by bird
Lib/x86 not Lib.
4:08 AM Changeset [669] by bird
bugfix.
4:08 AM Changeset [668] by bird
VCC80 for $(BUILD_TARGET).
4:00 AM Changeset [667] by bird
cleanup. PATH_DEV* -> PATH_DEVTOOLS*.
3:58 AM Changeset [666] by bird
added an untested zip/unzip tool.
2:15 AM Changeset [665] by bird
svn:keyword=Id
2:14 AM Changeset [664] by bird
Two types of SDKs, BUILD_TARGET and target specific. The latter is for …
1:10 AM Changeset [663] by bird
obsolete, incorrect.

Dec 5, 2006:

4:23 PM Changeset [662] by bird
Global properties should not be taken from the environment (LIBPATH …
4:00 PM Changeset [661] by bird
didn't quite work. quick hack. References #11.
2:36 PM Ticket #11 (all properties except *INCS are inherited in the wrong order from ...) closed by bird
fixed: (In [660]) Target properties has precedence over template properties. …
2:36 PM Changeset [660] by bird
Target properties has precedence over template properties. Grouped …
1:01 PM Changeset [659] by bird
fixed problem with template stuff being expanded during the inherance …

Dec 4, 2006:

4:34 PM Changeset [658] by bird
dropped debug statement.
4:32 PM Changeset [657] by bird
win32/win confusion. ?= -> :=
4:11 PM Changeset [656] by bird
We have our own crt, thank you very much.
3:34 PM Changeset [655] by bird
use ?= everywhere.
3:30 PM Ticket #11 (all properties except *INCS are inherited in the wrong order from ...) created by bird
Title says it all. The testcase is setting -Wall in the template and …
5:27 AM Ticket #10 (Make it possible to install kBuild on Windows) created by bird
It should be possible to install kBuild on windows in a manner similar …
12:41 AM Changeset [654] by bird
Rebuilt with current code.
12:30 AM Changeset [653] by bird
x86.win32 -> x86.win32. forgot to add kmk_rmdir it seems.
12:28 AM Changeset [652] by bird
protection for windows hosts.
12:15 AM Changeset [651] by bird
Rebuild and cleaned out dlls that mv and sed required.

Dec 3, 2006:

11:41 PM Changeset [650] by bird
PATH_DEV -> PATH_DEV_BLD w/ compatability hack.
11:40 PM Changeset [649] by bird
RCINCS.
11:30 PM Changeset [648] by bird
nicked commandline -> argv parser from kLIBC so kmk_sed can grok …
10:32 PM Changeset [647] by bird
long since dead. (this was part of the BSD make attempt 3-4 years back)
7:27 AM Changeset [646] by bird
Fixed bugs dealing with the order SDK properties was applied to sources.
7:00 AM Changeset [645] by bird
Fixed bugs dealing with the order SDK properties was applied to sources.
5:06 AM Changeset [644] by bird
Fixed bugs dealing with the order SDK properties was applied to sources.

Dec 2, 2006:

8:51 PM Ticket #9 (Feed the VCC* and GCC3OMF librarians scripts instead of extremely long ...) created by bird
When linking very big libraries (many objects) we're running into …

Dec 1, 2006:

8:25 PM Ticket #7 (objects listed in SOURCES is incorrectly deleted) closed by bird
fixed: (In [643]) Don't delete object files we find in _SOURCES.*. Fixes #7.
8:25 PM Changeset [643] by bird
Don't delete object files we find in _SOURCES.*. Fixes #7.
8:24 PM Ticket #8 (Add support for resource file compilation) closed by bird
fixed
8:04 PM Changeset [642] by bird
link emits correctly cased .pdbs.
6:32 PM Changeset [641] by bird
Resource file compilation.
7:42 AM Changeset [640] by bird
prototype of tools/source fetching.

Nov 30, 2006:

6:49 PM Ticket #8 (Add support for resource file compilation) created by bird
Mainly a windows feature.
4:42 PM Ticket #7 (objects listed in SOURCES is incorrectly deleted) created by bird
title says it all.

Nov 26, 2006:

5:47 PM Changeset [639] by bird
make it link.
5:47 PM Changeset [638] by bird
syntax tables for MSC.
5:45 PM Changeset [637] by bird
Path != PATH. stupid stupid windows idiots.
5:45 PM Changeset [636] by bird
stubbed everything.
2:05 PM Changeset [635] by bird
More hacking. Found SDK/TOOL bug.
2:05 PM Changeset [634] by bird
More hacking. Found SDK/TOOL bug.
2:05 PM Changeset [633] by bird
More hacking.
1:46 PM Changeset [632] by bird
MSC hacking.
12:44 PM Changeset [631] by bird
Checked in the generated source code.
12:24 PM Changeset [630] by bird
Made it build on linux.
11:47 AM Changeset [629] by bird
porting in progress.
11:40 AM Changeset [628] by bird
eol style (left over)
10:59 AM Changeset [627] by bird
rename isn't destructive in MSC.
10:49 AM Changeset [626] by bird
Current libc code (based on NetBSD sh 2005-07-03).
10:45 AM Changeset [625] by bird
fucked up eols
10:38 AM Changeset [624] by bird
in progress.
10:37 AM Changeset [623] by bird
svn:eol-type=lf
9:48 AM Changeset [622] by bird
Current libc code (based on NetBSD sh 2005-07-03).
8:14 AM Changeset [621] by bird
Ported the new fst code to MSC.
6:54 AM Changeset [620] by bird
NetBSD: /fts.h/1.12/Thu Feb 3 04:39:32 2005
6:53 AM Changeset [619] by bird
NetBSD: /fts13.c/1.44/Wed Jan 19 00:59:48 2005
6:48 AM Changeset [618] by bird
Ported the new strmode to MSC.
6:44 AM Changeset [617] by bird
NetBSD: /strmode.c/1.16/Sun Jun 20 22:20:15 2004
6:40 AM Changeset [616] by bird
Ported the new setmode to MSC.
6:33 AM Changeset [615] by bird
NetBSD: /setmode.c/1.30/Thu Aug 7 16:42:56 2003
6:28 AM Changeset [614] by bird
user_from_uid/group_from_gid is BSD stuff.
6:19 AM Changeset [613] by bird
Added mv as builtin command.
5:37 AM Changeset [612] by bird
/mv.c/1.46/Sat Nov 12 22:16:47 2005
5:35 AM Changeset [611] by bird
Added cat as builtin command.
5:34 AM Changeset [610] by bird
Added GNU sed version 4.1.5 and ported it to MSC.
5:03 AM Changeset [609] by bird
/cat.c/1.32/Mon Jan 10 08:39:20 2005
4:57 AM Changeset [608] by bird
blasted redmon guys!
2:41 AM Changeset [607] by bird
add kBuild version.
1:58 AM Changeset [606] by bird
Made sed build using MSC.
12:50 AM Changeset [605] by bird
Build on linux.
12:49 AM Changeset [604] by bird
string.h conflict, use the string.h code.
12:26 AM Changeset [603] by bird
typo.
12:22 AM Changeset [602] by bird
GNU sed 4.1.5
12:19 AM Changeset [601] by bird
o Added rmdir as builtin and external command. o …

Nov 25, 2006:

11:46 PM Changeset [600] by bird
GNU sed 4.1.5
11:34 PM Changeset [599] by bird
GNU sed 4.1.5.
11:32 PM Changeset [598] by bird
/rmdir.1/1.14/Mon Jul 4 14:55:25 2005
2:29 AM Changeset [597] by bird
rebuilt
2:25 AM Changeset [596] by bird
rebuild
2:16 AM Changeset [595] by bird
Fixed bug in the sdk walking in kbuild_collect_source_prop.
1:35 AM Changeset [594] by bird
Fixed a template inheritance bug.

Nov 24, 2006:

8:55 PM Changeset [593] by bird
8:54 PM Changeset [592] by bird
Fixed some issues with SDKSs and linking.
8:22 PM Changeset [591] by bird
Added --pretty-command-printing for simplifying makefile debugging.
5:58 AM Changeset [590] by bird
shared -> share (typo)
5:32 AM Changeset [589] by bird
strip fix.
5:22 AM Changeset [588] by bird
Hacked together two ebuilds for the Gentoo Portage.
5:17 AM Changeset [587] by bird
Hacking *nix install build for Gentoo.
5:15 AM Changeset [586] by bird
header + footer - rules only won't do if BUILD_TARGET* is tested for.
5:14 AM Changeset [585] by bird
BUILD_TYPE defaults to 'release'. BUILD_MODE is the only variant …
5:10 AM Changeset [584] by bird
Cleaned up the -s and -g usage.
2:04 AM kmk edited by bird
(diff)
2:03 AM kmk edited by bird
.NOTPARALLEL (diff)

Nov 23, 2006:

10:17 PM Building created by bird
9:43 PM Versioning edited by bird
(diff)
9:42 PM Versioning edited by bird
(diff)
9:42 PM Versioning created by bird
9:26 PM Documentation edited by bird
(diff)
9:21 PM kmk edited by bird
(diff)
9:19 PM kmk edited by bird
(diff)
9:18 PM Documentation edited by bird
(diff)
9:18 PM Documentation edited by bird
(diff)
9:14 PM GNU make created by bird
9:13 PM goals created by bird
9:05 PM Documentation edited by bird
(diff)
8:53 PM WikiStart edited by bird
(diff)
8:51 PM kBuild created by bird
8:50 PM kmk created by bird
8:16 PM WikiStart edited by bird
(diff)
8:15 PM WikiStart edited by bird
(diff)
5:31 PM Documentation edited by bird
(diff)
5:02 PM Documentation edited by bird
(diff)
4:33 PM Documentation created by bird
3:59 PM WikiStart edited by bird
(diff)
3:58 PM WikiStart edited by bird
docs (diff)
2:59 PM Changeset [583] by bird
Rebuilt with current code.
1:45 PM Changeset [582] by bird
fixed an incorrect double $ that caused me to embark on a bughunt for …
1:44 PM Changeset [581] by bird
use comp-vars
10:53 AM Changeset [580] by bird
rebuild win32 tools with current code.
10:49 AM Ticket #3 (ar scripts aren't cleaned up) closed by bird
fixed: (In [579]) Clean link output files. fixes #3.
10:49 AM Changeset [579] by bird
Clean link output files. fixes #3.
10:36 AM Changeset [578] by bird
Did code changes for unix installation. Will do install goals when …
10:18 AM Ticket #4 (kmk should include BUILD_PLATFORM*/BUILD_TARGET* defaults) closed by bird
fixed: BUILD_TARGET* will default to BUILD_PLATFORM*, so it's sufficient to …
10:17 AM Ticket #5 (Find versioning strategy) closed by bird
fixed: Implemented in [576].
10:09 AM Changeset [577] by bird
report the kmk platform
9:58 AM Changeset [576] by bird
versioning. fixes #5
9:17 AM Ticket #2 (Update to GNU Make 3.81) closed by bird
fixed
8:57 AM Changeset [575] by bird
Fixed an bug in the code getting SDKs. And fetch …

Nov 15, 2006:

8:07 PM Ticket #6 (Make it possible to install kBuild in the traditional unix fashion) created by bird
Install the binaries to /usr/bin or /usr/local/bin. Find kBuild make …
7:42 PM Ticket #5 (Find versioning strategy) created by bird
Title says it all. discuss.
7:27 PM Ticket #4 (kmk should include BUILD_PLATFORM*/BUILD_TARGET* defaults) created by bird
title says it all.
7:24 PM Ticket #3 (ar scripts aren't cleaned up) created by bird
Note: See TracTimeline for information about the timeline view.