VirtualBox

source: kBuild/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(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) @3385   5 years bird Rebuilt kWorker.exe for win.amd64 and win.x86 against r3384.
(edit) @3384   5 years bird kWorker: Hack for older windows versions where api-ms-win-crt-*.dll …
(edit) @3383   5 years bird units/vccprecomp.kmk: Pick up the PCHTOOL rather than LDTOOL.
(edit) @3382   5 years bird Rebuilt kWorker for win.amd64 and win.x86 against r3381.
(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) @3377   5 years bird Rebuilt kWorker for win.amd64 and win.x86 against r3376.
(edit) @3376   5 years bird kWorker: The missing SetDllDirectoryW hack (for the tool/exe). Better …
(edit) @3375   5 years bird Rebuilt win.amd64 and win.x86 against r3374
(edit) @3374   5 years bird kWorker: Generalized the hash caching to support SHA-1, SHA-256 and …
(edit) @3373   5 years bird footer-pass2-installs.kmk: Drop .NOTPARALLEL in …
(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) @3370   5 years bird VCC142*: Must disable the scalable include cache when using kSubmit as …
(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) @3360   5 years bird Rebuilt win.amd64 and win.x86 against r3359.
(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) @3349   5 years bird units/qt5.kmk: Fixed inverted quoting check in the qrc/rcc handling. …
(edit) @3348   5 years bird Rebuilt win.* against r3347.
(edit) @3347   5 years bird kWorker: Don't complain about not finding mscoree.dll. The CRT exit …
(edit) @3346   5 years bird VCC14*kmk: Fix.
(edit) @3345   5 years bird tools/7ZIP.kmk: Adding 7-Zip unpacker tool.
(edit) @3344   5 years bird header.kmk,footer-pass2-compiling-targets.kmk: Introducing …
(edit) @3343   5 years bird VCC140*: Adding support for VC++ 14.0 (2015) too.
(edit) @3342   5 years bird VCC141*,VCC142*: Some corrections.
(edit) @3341   5 years bird kDevObj: Ignore no-dependencies problems with object that doesn't …
(edit) @3340   5 years bird tools/VCC141*: Redid the _DLLS variables as it turns out there might …
(edit) @3339   5 years bird tools/VCC142*: Added Visual Sudio 2019 / MSC v19.2x tools based on the …
(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) @3334   5 years bird tools/VCC141.kmk: Changed my mind about the tools/win.x86/vcc/*/ …
(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) @3331   5 years bird tools/VCC141AMD64.kmk: Add host DLL bin dir to the PATH if the host …
(edit) @3330   5 years bird kmk/function.c: qabspathex fixes
(edit) @3329   5 years bird tools/VCC141*: Redist DLLs and stuff.
(edit) @3328   5 years bird units/qt5.kmk: Deal with quote paths when kmk supports it.
(edit) @3327   5 years bird kmk: Fixed bug in $(qabspath[ex] ).
(edit) @3326   5 years bird tools/VCC141*.kmk: More work on the Visual C++ 14.1 tools.
(edit) @3325   5 years bird tools/VCC141*.kmk: More work on the Visual C++ 14.1 tools.
(edit) @3324   5 years bird kDepObj: Added code for parsing /ZH:SHA_256 as produced by 14.16.27023.
(edit) @3323   5 years bird tools/VCC141*.kmk: Early commit of Visual C++ 14.1 tools.
(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) @3320   5 years bird Adding WINSDK10*.kmk and win-common.kmk.
(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) @3314   5 years bird SlickEdit: darker background.
(edit) @3313   5 years bird kmk,kWorker: Assign processor groups to kWorker processes. Added …
(edit) @3312   5 years bird kmk: indent fix
(edit) @3311   5 years bird Slickedit: Updated to 24.0.x, automating more - no need to copy files …
(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) @3308   5 years bird header.kmk: Pick up DESTDIR if PATH_INS isn't defined. Keep weird …
(edit) @3307   5 years bird footer-misc.kmk: Remove staged debug files and associated dirs too.
(edit) @3306   5 years bird tools/OPENWATCOM-WL: fix regression from previous commit
(edit) @3305   5 years bird header.kmk,footer.kmk: Moved _DEPFILES_INCLUDED definition to the …
(edit) @3304   5 years bird footer-pass2-compiling-targets.kmk: Clean up …
(edit) @3303   5 years bird VCC*.kmk,OPENWATCOM*.kmk: Try preserve .map and .rsp files so they can …
(edit) @3302   5 years bird kmk/variable.c: Fix heap error in undefine_variable_in_set() when …
Note: See TracRevisionLog for help on using the revision log.

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