VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @3429   5 years bird kash/mystring.h: Build fix for MacOSX ask 10.15.
(edit) @3425   5 years bird kmk: Optimized func_kbuild_source_one by caching the target level part …
(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) @3415   5 years bird kmk: Fixed mixup from r2433 where _TARGET_TOOL was extended but the …
(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) @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) @3389   5 years bird kmk: Avoid setting umask just to get it, store the current value in a …
(edit) @3388   5 years bird ntunlink.c: Make sure BasicInfo.FileAttributes isn't zero, or the …
(edit) @3387   5 years bird mscfakes.c: Don't pass zero to SetFileAttributes.
(edit) @3386   5 years bird ntunlink.c: Make birdMakeWritable work with non-NULL hRoot.
(edit) @3384   5 years bird kWorker: Hack for older windows versions where api-ms-win-crt-*.dll …
(edit) @3381   5 years bird kFsCache: Account of race between us reading a directory and someone …
(edit) @3380   5 years bird Cache testcase.
(edit) @3379   5 years bird kFsCache: Fixed bug in name updating of missing entires. Fixed …
(edit) @3378   5 years bird kWorker: Set g_Sandbox.pTool to NULL when creating (looking up) the …
(edit) @3376   5 years bird kWorker: The missing SetDllDirectoryW hack (for the tool/exe). Better …
(edit) @3374   5 years bird kWorker: Generalized the hash caching to support SHA-1, SHA-256 and …
(edit) @3372   5 years bird kFsCache: KFSLOOKUPERROR_PATH_TOO_SHORT.
(edit) @3371   5 years bird kWorker: Need more small TLS DLLs when moc uses kSubmit too.
(edit) @3369   5 years bird kWorker: Hacked the LoadLibrary code to only have one mspdb140.dll …
(edit) @3368   5 years bird kWorker: nits.
(edit) @3367   5 years bird kWorker: Remove accidental line.
(edit) @3366   5 years bird kWorker: More complete TLS handling. More TLS DLLs. Make handle …
(edit) @3365   5 years bird kWorker: CreateFileW/A should must not trust negative caching for …
(edit) @3364   5 years bird kDepObj: -W4 warning fixes.
(edit) @3363   5 years bird kSubmit: Quoting fixes for the history dump.
(edit) @3362   5 years bird kFsCache: Don't need to lock the whole cache when using …
(edit) @3361   5 years bird kWorker: Adjustments for VC++ 14.2. Fixed bug in …
(edit) @3359   5 years bird kmk,kFsCache: Added variant of kFsCacheInvalidateAll that also closes …
(edit) @3358   5 years bird kmk/winchildren: Flush the directory cache before re-executing make …
(edit) @3357   5 years bird kmk,winchildren.c: Some adjustments to the job object thing, adding a …
(edit) @3356   5 years bird win_get_processor_group_active_mask.c: drop debugbreak.
(edit) @3355   5 years bird kWorker,kmk: Correcting a few SetThreadGroupAffinity calls.
(edit) @3354   5 years bird Adding a way to get the exact active processor mask for a processor …
(edit) @3353   5 years bird kmk/winchildren: Use windows job objects to terminate all orphaned …
(edit) @3352   5 years bird Adding kmk_kill for windows.
(edit) @3351   5 years bird kmk/functions.c: linux build fix.
(edit) @3350   5 years bird kmk_rm: Fast-delete doesn't work for symlinked directories on windows. …
(edit) @3347   5 years bird kWorker: Don't complain about not finding mscoree.dll. The CRT exit …
(edit) @3341   5 years bird kDevObj: Ignore no-dependencies problems with object that doesn't …
(edit) @3338   5 years bird kWorker: Fixed bad paMemMappings realloc call. (Caused trouble with …
(edit) @3337   5 years bird kWorker: Intercept GetFileAttributesExA/W for speeding up moc.exe (qt).
(edit) @3336   5 years bird kmk_time: Windows quoting bug for multiple iterations.
(edit) @3335   5 years bird kWorker: Some GetModuleHandleW/A improvments to handle …
(edit) @3333   5 years bird kmk/kmkbuiltin.c: Handle escaped end-of-line better in kmk_builtin_command.
(edit) @3332   5 years bird kmk_redirect: Updated usage.
(edit) @3330   5 years bird kmk/function.c: qabspathex fixes
(edit) @3327   5 years bird kmk: Fixed bug in $(qabspath[ex] ).
(edit) @3324   5 years bird kDepObj: Added code for parsing /ZH:SHA_256 as produced by 14.16.27023.
(edit) @3322   5 years bird kmk/kbuild: kbuild_apply_defpath must walk quoted file tokens rather …
(edit) @3321   5 years bird kmk: Revised the *files* function to not take a quoting style argument …
(edit) @3319   5 years bird kmk: Added quote* functions for GNU make and bourne shell style …
(edit) @3318   5 years bird kmk/incdep.c: Unescaping.
(edit) @3317   5 years bird kmk/function.c: Some deps* function fixes.
(edit) @3316   5 years bird kmk/incdep.c: Working on parsing filenames with spaces and what-not in …
(edit) @3315   5 years bird lib/kDep+users: Escape spaces and such in dependency files (experimental).
(edit) @3313   5 years bird kmk,kWorker: Assign processor groups to kWorker processes. Added …
(edit) @3312   5 years bird kmk: indent fix
(edit) @3310   5 years bird kmk_time: update the usage
(edit) @3309   5 years bird kmk/file.c: Disabled pointless hack for making the double_colon test …
(edit) @3302   5 years bird kmk/variable.c: Fix heap error in undefine_variable_in_set() when …
(edit) @3299   6 years bird kmkbuiltin/cmp_util.c: FreeBSD build fix
(edit) @3297   6 years bird kmk/win: Two CONFIG_NEW_WIN_CHILDREN fixes (inverted #ifdef's), can …
(edit) @3296   6 years bird kDeDup: Made it work on linux (a bit ugly).
(edit) @3293   6 years bird kmkbuiltin.c: Don't switch on the shifted command length in the …
(edit) @3292   6 years bird fts.c: Solaris 11 build fix.
(edit) @3291   6 years bird kmk_builtin_command_parsed: big endian fix.
(edit) @3289   6 years bird kmk/output.c: Attempts at dealing with infinite recursion occuring on …
(edit) @3283   6 years bird kmk/config.h.darwin: nit
(edit) @3282   6 years bird kmk_touch: Drop nsec stat timestamp kludge.
(edit) @3281   6 years bird kmk/configure.ac: Detect st_atim.nsec too as we need this for our …
(edit) @3278   6 years bird kmk,footer-pass2-compiling-targets.kmk: Optimize …
(edit) @3276   6 years bird kmk/config.h.solaris: pselect is there.
(edit) @3273   6 years bird kmk: OS/2 build fixes
(edit) @3271   6 years bird kmk/output.c: Shut up annoying fcntl error on darwin when stdout/err …
(edit) @3269   6 years bird kmk/config.h.darwin: Fix for snow leopard/whatever.
(edit) @3267   6 years bird kmk/config.h.solaris: stat update
(edit) @3265   6 years bird config.h.linux: rhel3u5 build fixes.
(edit) @3264   6 years bird config.h.linux tiny update
(edit) @3262   6 years bird kmk: rhel4 bootstrap hacking.
(edit) @3261   6 years bird kmk: windows build fixes
(edit) @3260   6 years bird kmk/output.c: Don't log working directory for each and every recipe …
(edit) @3259   6 years bird kmk: bootstrap fixes
(edit) @3252   6 years bird kmk: Make --output-sync=target default for kmk.
(edit) @3251   6 years bird kbuild.c: comment
(edit) @3249   6 years bird kmk/config.h.darwin: update
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