Timeline



Sep 10, 2020:

10:48 PM Changeset [3446] by bird
kash: mutex fix.
10:47 PM Changeset [3445] by bird
kash: fixed a couple of alloctions when setting up subshells. Must …
4:08 PM Changeset [3444] by bird
kash: when duplicateing a fdtab, don't heed close-on-exec on windows …
4:06 PM Changeset [3443] by bird
kash: Need to initialize expfname in the generated function copy code too.
2:06 PM Changeset [3442] by bird
kash: Turns out the redirlist needs to be copied too.
1:54 PM Changeset [3441] by bird
kash: sh_getenv loop-for-ever fix. sh_exec threaded-mode fix.
1:38 PM Changeset [3440] by bird
kash: Must make sure nfile::expfname is initialized and set to NULL …
2:47 AM Changeset [3439] by bird
kash: Hammering on threaded mode. Got shexit half working. …

Sep 9, 2020:

10:01 PM Changeset [3438] by bird
kash: Hammering on threaded mode.

Sep 3, 2020:

3:52 PM Changeset [3437] by bird
kash: refactoring evalcommand - complicated, part II.

Sep 2, 2020:

10:31 PM Changeset [3436] by bird
kash: Remove vfork code, we've never used it and we wont need it if we …
10:30 PM Changeset [3435] by bird
kash: Remove vfork code, we've never used it and we wont need it if we …
10:19 PM Changeset [3434] by bird
kash: refactoring evalcommand - complicated, part I.
7:25 PM Changeset [3433] by bird
kash: refactoring forkshell(); simple stuff.

Sep 1, 2020:

3:17 PM Changeset [3432] by bird
kmk: Quick output hack to repeat the failure output at the end of …
3:10 PM Changeset [3431] by bird
kmk/Makefile.kmk: windows build fix.

Aug 30, 2020:

7:14 PM Changeset [3430] by bird
/Config.kmk: Quick tweak for building on newer macs.
7:13 PM Changeset [3429] by bird
kash/mystring.h: Build fix for MacOSX ask 10.15.

Aug 21, 2020:

3:14 PM Changeset [3428] by bird
Rebuilt kmk.exe and kmk_redirect for win.x86 against r3427.
3:12 PM Changeset [3427] by bird
Config.kmk: LIBS adjustments for windows to make cross building x86 on …
2:49 PM Changeset [3426] by bird
Rebuilt kmk.exe and kmk_redirect.exe for win.amd64 against r3425.
2:45 PM Changeset [3425] by bird
kmk: Optimized func_kbuild_source_one by caching the target level part …
1:59 PM Changeset [3424] by bird
header.kmk: Must unexport PATH_DEVTOOLS or the warning will trigger …
1:49 PM Changeset [3423] by bird
header.kmk: Complain if legacy variables like BUILD_TYPE and …
1:48 PM Changeset [3422] by bird
kbuild/*.kmk: PATH_KBUILD->KBUILD_PATH
1:47 PM Changeset [3421] by bird
kmk/variable.c: Ditto for BUILD_PLATFORM*.
1:20 PM Changeset [3420] by bird
kmk/variable.c: The PATH_KBUILD* variables should be recursive …
1:11 PM Changeset [3419] by bird
header.kmk: Added warnings to PATH_DEVTOOLS*.
1:02 PM Changeset [3418] by bird
sdks/*,units/qt3.kmk: s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g
12:59 PM Changeset [3417] by bird
footer-pass1.kmk: comment fix
12:59 PM Changeset [3416] by bird
sub*.kmk: One lone BUILD_PLATFORM_ARCH -> KBUILD_HOST_ARCH.
1:43 AM Changeset [3415] by bird
kmk: Fixed mixup from r2433 where _TARGET_TOOL was extended but the …

Aug 20, 2020:

10:26 AM Changeset [3414] by bird
Rebuilt kmk and kmk_redirect for win.amd64 against r3413.
10:20 AM Changeset [3413] by bird
kmk/kSubmit: Only dump history when asked to.

Aug 19, 2020:

11:41 PM Changeset [3412] by bird
kmk_redirect: Wrong index into paOrders causing sudden death in the …

Aug 14, 2020:

1:57 PM Changeset [3411] by bird
kash: windows build it

Aug 13, 2020:

11:59 AM Changeset [3410] by bird
kash: Name the real time signals on linux.
11:49 AM Changeset [3409] by bird
kash: Generate the signal names at compile time rather than lazily at …
11:01 AM Changeset [3408] by bird
kash: Don't use sys_siglist, use strsignal instead. Should be present …

Jul 17, 2020:

10:03 PM Changeset [3407] by bird
sdks: Added MACOSX1015 and MACOSX1014 sdks.
10:02 PM Changeset [3406] by bird
sdks/MACOSX10*.kmk: Must set OBJCXXFLAGS too.

Jul 10, 2020:

4:42 PM Changeset [3405] by bird
sdks: Added MACOSX1010.

Jul 6, 2020:

2:56 PM Changeset [3404] by bird
CLANG??MACHO.kmk: Must truncate the response file now that it is precious.
11:29 AM Changeset [3403] by bird
More CLANGXXMACHO.kmk tweaking. Added script for generating a …
11:29 AM Changeset [3402] by bird
header.kmk: Added KMK_WITH_VERSION_COMPARE indicator mirroring …

Jul 5, 2020:

5:58 PM Changeset [3401] by bird
kBuild: Adding CLANGXXMACHO tool and MACOSX1013 sdk.

Jul 2, 2020:

1:53 PM Changeset [3400] by bird
kmk/expreval.c: Build fix. strlen() operator/function
1:35 PM Changeset [3399] by bird
kmk/expreval.c: Don't pick up version compare operators in the middle …
11:16 AM Changeset [3398] by bird
kmk/expreval.c: Extended the expressions with version string …
10:37 AM Changeset [3397] by bird
kmk/function.c: Forgot to adjust the qsort callback when version=1 in …
10:31 AM Changeset [3396] by bird
kmk/main.c: Corrected KMK_OPTS_JOBS to try avoid zero value for the …
10:30 AM Changeset [3395] by bird
kmk/variable.c: Build fix. Added KBUILD_HOST_VERSION_BUILD for windows …

Jul 1, 2020:

10:24 PM Changeset [3394] by bird
kmk: Added version sort function: versort, rversort, versortfiles, …

Jun 30, 2020:

7:11 PM Changeset [3393] by bird
tools/*GCC|GXX*: More prefix/suffix stuff. Separate for gcc/g++, …
1:32 PM Changeset [3392] by bird
LLVM*: Cleanups.
10:08 AM Changeset [3391] by bird
tools/GXX*: Added _PREFIX/_SUFFIX properties to all g++ tools. Some …

Jun 26, 2020:

7:40 PM Changeset [3390] by bird
Rebuilt most of win.amd64 and win.x86 against r3389.
7:16 PM Changeset [3389] by bird
kmk: Avoid setting umask just to get it, store the current value in a …
6:52 PM Changeset [3388] by bird
ntunlink.c: Make sure BasicInfo.FileAttributes isn't zero, or the …
6:51 PM Changeset [3387] by bird
mscfakes.c: Don't pass zero to SetFileAttributes.

Jun 25, 2020:

8:49 PM Changeset [3386] by bird
ntunlink.c: Make birdMakeWritable work with non-NULL hRoot.

Jun 17, 2020:

10:24 PM Changeset [3385] by bird
Rebuilt kWorker.exe for win.amd64 and win.x86 against r3384.
10:22 PM Changeset [3384] by bird
kWorker: Hack for older windows versions where api-ms-win-crt-*.dll …

Jun 16, 2020:

5:56 PM Changeset [3383] by bird
units/vccprecomp.kmk: Pick up the PCHTOOL rather than LDTOOL.

Jun 12, 2020:

1:38 PM Changeset [3382] by bird
Rebuilt kWorker for win.amd64 and win.x86 against r3381.
1:36 PM Changeset [3381] by bird
kFsCache: Account of race between us reading a directory and someone …
2:55 AM Changeset [3380] by bird
Cache testcase.
2:54 AM Changeset [3379] by bird
kFsCache: Fixed bug in name updating of missing entires. Fixed …
Note: See TracTimeline for information about the timeline view.