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