VirtualBox

source: kBuild/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3488   5 years bird darwin-common.kmk: Corrections to DARWINCMN_MACOSX_SDKS_DIRS.
(edit) @3487   5 years bird header.kmk: Introducing KBUILD_DEVTOOLS_TRG_NOARCH and …
(edit) @3486   5 years bird Rebuilt kmk.exe for win.amd64 against r3485.
(edit) @3485   5 years bird lib/nt/ntstat.h|c: Forgot to commit birdStatModeOnly the other day.
(edit) @3484   5 years bird Rebuilt kmk on darwin x86 and amd64 against r3483.
(edit) @3483   5 years bird kash: Don't use cmdlist to dump nfile lists in cmdtxt, need a …
(edit) @3482   5 years bird kash: machdep: More sensible SHELL_SIZE for SHELL_ALIGN (32-bit targets).
(edit) @3481   5 years bird kmk: remove debug fprintf from previous commit.
(edit) @3480   5 years bird kash: build fixes (darwin).
(edit) @3479   5 years bird kmk: Added some refinements to the recent …
(edit) @3478   5 years bird kmk/makeint.h: gcc 4.2.1 (apple) build fix.
(edit) @3477   5 years bird kash: Use kHlpAssert instead of assert.h (debugger stops on the …
(edit) @3476   5 years bird kash: sh_destroy should be mostly finished now.
(edit) @3475   5 years bird kash: exec.c/h+eval.c: Fixed no-rehashing-needed optimizations so they …
(edit) @3474   5 years bird main: Use shfile_stat_isreg in find_dot_file.
(edit) @3473   5 years bird kash: Added two specialized shfile_stat variants: shfile_stat_isreg, …
(edit) @3472   5 years bird kash: sh_destroy: Don't free text for variables with VSTACK set.
(edit) @3471   5 years bird kash: Added comment about async close and stat. Some more logging in …
(edit) @3470   5 years bird kash: Enable non-forked mode (threaded) on windows.
(edit) @3469   5 years bird kash: Use ntstat.c/h on windows, the crt version isn't reliable.
(edit) @3468   5 years bird kash: Need to initialize mutexes on windows after forking now that …
(edit) @3467   5 years bird kash: subshellstatus build fixes for forked mode.
(edit) @3466   5 years bird kash: Introduced asynchronous closing of files we're written to on …
(edit) @3465   5 years bird kash: Keep the filename around in debug builds. Added profiling of …
(edit) @3464   5 years bird kash: Try signal subshell completion as early as possible in all cases.
(edit) @3463   5 years bird kash: indent
(edit) @3462   5 years bird kash: indent
(edit) @3461   5 years bird kash: Cache one pstack_block since parsecmd seems to be called for …
(edit) @3460   5 years bird kash: Use event semaphores to signal parent shell early before the …
(edit) @3459   5 years bird kash: more sh_destroy work.
(edit) @3458   5 years bird kash: Use reference counting of parser output in threaded-mode.
(edit) @3457   5 years bird kash: New parser allocator for non-forked-mode.
(edit) @3456   5 years bird kash: parser.c,memalloc.c/.h,expand.c: Prepared the parser for using a …
(edit) @3455   5 years bird kash: eval.c/expredir: corrected assertion in default case.
(edit) @3454   5 years bird kash: shfile_movefd: bounds check fix.
(edit) @3453   5 years bird kash: eval: Call expredircleanup before we pop the allocator stack.
(edit) @3452   5 years bird kash: tests/pipe-2 can't be using the same file in both ends of the pipe.
(edit) @3451   5 years bird kash: forked-mode build fixes.
(edit) @3450   5 years bird kash: Missing nt_child_inject_standard_handles.c file.
(edit) @3449   5 years bird kash: Eliminate the 'temp' node field in nfile so we can share node …
(edit) @3448   5 years bird kash: shtread.h: a couple of atomic inc/dec operations for reference …
(edit) @3447   5 years bird kash: Avoid handle inheritance on windows when possible, allowing …
(edit) @3446   5 years bird kash: mutex fix.
(edit) @3445   5 years bird kash: fixed a couple of alloctions when setting up subshells. Must …
(edit) @3444   5 years bird kash: when duplicateing a fdtab, don't heed close-on-exec on windows …
(edit) @3443   5 years bird kash: Need to initialize expfname in the generated function copy code too.
(edit) @3442   5 years bird kash: Turns out the redirlist needs to be copied too.
(edit) @3441   5 years bird kash: sh_getenv loop-for-ever fix. sh_exec threaded-mode fix.
(edit) @3440   5 years bird kash: Must make sure nfile::expfname is initialized and set to NULL …
(edit) @3439   5 years bird kash: Hammering on threaded mode. Got shexit half working. …
(edit) @3438   5 years bird kash: Hammering on threaded mode.
(edit) @3437   5 years bird kash: refactoring evalcommand - complicated, part II.
(edit) @3436   5 years bird kash: Remove vfork code, we've never used it and we wont need it if we …
(edit) @3435   5 years bird kash: Remove vfork code, we've never used it and we wont need it if we …
(edit) @3434   5 years bird kash: refactoring evalcommand - complicated, part I.
(edit) @3433   5 years bird kash: refactoring forkshell(); simple stuff.
(edit) @3432   5 years bird kmk: Quick output hack to repeat the failure output at the end of …
(edit) @3431   5 years bird kmk/Makefile.kmk: windows build fix.
(edit) @3430   5 years bird /Config.kmk: Quick tweak for building on newer macs.
(edit) @3429   5 years bird kash/mystring.h: Build fix for MacOSX ask 10.15.
(edit) @3428   5 years bird Rebuilt kmk.exe and kmk_redirect for win.x86 against r3427.
(edit) @3427   5 years bird Config.kmk: LIBS adjustments for windows to make cross building x86 on …
(edit) @3426   5 years bird Rebuilt kmk.exe and kmk_redirect.exe for win.amd64 against r3425.
(edit) @3425   5 years bird kmk: Optimized func_kbuild_source_one by caching the target level part …
(edit) @3424   5 years bird header.kmk: Must unexport PATH_DEVTOOLS or the warning will trigger …
(edit) @3423   5 years bird header.kmk: Complain if legacy variables like BUILD_TYPE and …
(edit) @3422   5 years bird kbuild/*.kmk: PATH_KBUILD->KBUILD_PATH
(edit) @3421   5 years bird kmk/variable.c: Ditto for BUILD_PLATFORM*.
(edit) @3420   5 years bird kmk/variable.c: The PATH_KBUILD* variables should be recursive …
(edit) @3419   5 years bird header.kmk: Added warnings to PATH_DEVTOOLS*.
(edit) @3418   5 years bird sdks/*,units/qt3.kmk: s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g
(edit) @3417   5 years bird footer-pass1.kmk: comment fix
(edit) @3416   5 years bird sub*.kmk: One lone BUILD_PLATFORM_ARCH -> KBUILD_HOST_ARCH.
(edit) @3415   5 years bird kmk: Fixed mixup from r2433 where _TARGET_TOOL was extended but the …
(edit) @3414   5 years bird Rebuilt kmk and kmk_redirect for win.amd64 against r3413.
(edit) @3413   5 years bird kmk/kSubmit: Only dump history when asked to.
(edit) @3412   5 years bird kmk_redirect: Wrong index into paOrders causing sudden death in the …
(edit) @3411   5 years bird kash: windows build it
(edit) @3410   5 years bird kash: Name the real time signals on linux.
(edit) @3409   5 years bird kash: Generate the signal names at compile time rather than lazily at …
(edit) @3408   5 years bird kash: Don't use sys_siglist, use strsignal instead. Should be present …
(edit) @3407   5 years bird sdks: Added MACOSX1015 and MACOSX1014 sdks.
(edit) @3406   5 years bird sdks/MACOSX10*.kmk: Must set OBJCXXFLAGS too.
(edit) @3405   5 years bird sdks: Added MACOSX1010.
(edit) @3404   5 years bird CLANG??MACHO.kmk: Must truncate the response file now that it is precious.
(edit) @3403   5 years bird More CLANGXXMACHO.kmk tweaking. Added script for generating a …
(edit) @3402   5 years bird header.kmk: Added KMK_WITH_VERSION_COMPARE indicator mirroring …
(edit) @3401   5 years bird kBuild: Adding CLANGXXMACHO tool and MACOSX1013 sdk.
(edit) @3400   5 years bird kmk/expreval.c: Build fix. strlen() operator/function
(edit) @3399   5 years bird kmk/expreval.c: Don't pick up version compare operators in the middle …
(edit) @3398   5 years bird kmk/expreval.c: Extended the expressions with version string …
(edit) @3397   5 years bird kmk/function.c: Forgot to adjust the qsort callback when version=1 in …
(edit) @3396   5 years bird kmk/main.c: Corrected KMK_OPTS_JOBS to try avoid zero value for the …
(edit) @3395   5 years bird kmk/variable.c: Build fix. Added KBUILD_HOST_VERSION_BUILD for windows …
(edit) @3394   5 years bird kmk: Added version sort function: versort, rversort, versortfiles, …
(edit) @3393   5 years bird tools/*GCC|GXX*: More prefix/suffix stuff. Separate for gcc/g++, …
(edit) @3392   5 years bird LLVM*: Cleanups.
(edit) @3391   5 years bird tools/GXX*: Added _PREFIX/_SUFFIX properties to all g++ tools. Some …
(edit) @3390   5 years bird Rebuilt most of win.amd64 and win.x86 against r3389.
(edit) @3389   5 years bird kmk: Avoid setting umask just to get it, store the current value in a …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette