source: trunk/kBuild/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3580   3 years bird tools/CLANG*,tools/LLVM*: Missed a few PCH related places …
(edit) @3579   3 years bird tools/CLANG*,tools/LLVM*,tools/XGCCAMD64LINUX.kmk: Use qaddprefix in …
(edit) @3578   3 years bird tools/*WATCOM*: Converted to new DEFS quoting style.
(edit) @3575   3 years bird tools/ALP.kmk: Fix the slashes in the dependency file generated by the …
(edit) @3567   3 years bird tools/*GCC*,tools/*GXX*: Removed the SLKRUNS/-fmessage-length=0 stuff …
(edit) @3566   3 years bird tools/G*.kmk,header.kmk: Use qaddprefix in sh-mode for -D and -I …
(edit) @3553   3 years bird VCC142.kmk: Use versortfile instead of sortfiles to find the right …
(edit) @3520   4 years bird NASM.kmk,YASM.kmk: Properly quote includes and defines.
(edit) @3497   4 years bird StandardDTrace.kmk: Don't include precompiled headers from gcc/clang …
(edit) @3496   4 years bird StandardDTrace.kmk: Don't include precompiled headers from gcc/clang …
(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) @3401   5 years bird kBuild: Adding CLANGXXMACHO tool and MACOSX1013 sdk.
(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) @3370   5 years bird VCC142*: Must disable the scalable include cache when using kSubmit as …
(edit) @3346   5 years bird VCC14*kmk: Fix.
(edit) @3345   5 years bird tools/7ZIP.kmk: Adding 7-Zip unpacker tool.
(edit) @3343   5 years bird VCC140*: Adding support for VC++ 14.0 (2015) too.
(edit) @3342   5 years bird VCC141*,VCC142*: Some corrections.
(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) @3334   5 years bird tools/VCC141.kmk: Changed my mind about the tools/win.x86/vcc/*/ …
(edit) @3331   5 years bird tools/VCC141AMD64.kmk: Add host DLL bin dir to the PATH if the host …
(edit) @3329   5 years bird tools/VCC141*: Redist DLLs and stuff.
(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) @3323   5 years bird tools/VCC141*.kmk: Early commit of Visual C++ 14.1 tools.
(edit) @3313   5 years bird kmk,kWorker: Assign processor groups to kWorker processes. Added …
(edit) @3306   6 years bird tools/OPENWATCOM-WL: fix regression from previous commit
(edit) @3303   6 years bird VCC*.kmk,OPENWATCOM*.kmk: Try preserve .map and .rsp files so they can …
(edit) @3258   7 years bird tools/*GXX*: Precompiled header and some kObjCache updates.
(edit) @3257   7 years bird GXX,GXX3: PCH updates
(edit) @3256   7 years bird GXX3.kmk,footer*.kmk: Turns out pch + kObjCache actually does help …
(edit) @3255   7 years bird GXX3: Make precompiled headers work with the compiler cache. Though, …
(edit) @3254   7 years bird GXX3.kmk: More precompiled header work.
(edit) @3250   7 years bird Working on precompiled headers for GCC.
(edit) @3121   8 years bird (C) year)
(edit) @3062   8 years bird netbsd patches from Uwe. Messing around on arm (arm -> arm32, adding …
(edit) @3055   8 years bird VAC308.kmk: Fixes for internal kmk_redirect.
(edit) @3048   8 years bird VCC120X86.kmk: Fixed copy and paste issue when determining the BIN and …
(edit) @3044   8 years bird VCC120*.kmk: Fixed kSubmit --prepend usage and added -machine:x86 to …
(edit) @3037   8 years bird tools/VCC120*.kmk: Express edition adjustments.
(edit) @3036   8 years bird VCC120AMD64.kmk,VCC120X86.kmk: When using the cross compiling …
(edit) @3033   8 years bird tools: Created VCC120 from VCC100, only difference is the -FS flag for …
(edit) @3023   9 years bird VAC308.kmk: Forgot to pass 'libpath' along to the linker. oops.
(edit) @2964   9 years bird VCC100*: Workaround for tool inheritance problem.
(edit) @2960   9 years bird Rebuilt kmk and kWorker for windows against r2959 and changed …
(edit) @2956   9 years bird vccprecomp fixes
(edit) @2954   9 years bird Target level precompiled header support for VCC100*.
(edit) @2953   9 years bird VCC100*.kmk: Must always use -Zi for kObjDep to work.
(edit) @2951   9 years bird VCC100*.kmk: Use kDepObj, drop /FD and related idb-file, drop …
(edit) @2929   9 years bird NASM.kmk: oops, a little regression snuck in.
(edit) @2919   9 years bird VCC100AMD64.kmk: kSubmit causes trouble when cross compiling 64-bit on …
(edit) @2902   9 years bird Made link work inside kWorker too.
(edit) @2897   9 years bird fixes
(edit) @2895   9 years bird Use kObjDep more.
(edit) @2891   9 years bird New yasm options (patches pending).
(edit) @2890   9 years bird NASM.kmk: use the -MF option for dependencies.
(edit) @2882   9 years bird updateS
(edit) @2873   9 years bird updates
(edit) @2870   9 years bird updates
(edit) @2847   9 years bird VCC100AMD64.kmk: Added experimental kSubmit/kWorker support, enabled …
(edit) @2808   9 years bird tools/NASM.kmk: Look for nasm in the alternative host tools directory …
(edit) @2803   10 years bird NASM.kmk: Applied r2686 to NASM too. (YASM.kmk: define …
(edit) @2795   10 years bird footer-pass2-compiling-targets.kmk,VCC100*: Introducing linker output …
(edit) @2794   10 years bird VCC100*.kmk: Clear import library timestamps so we don't have to do …
(edit) @2776   10 years bird GCC3OMF,GXX3OMF: Added RC compiler (most OS/2 systems have rc.exe …
(edit) @2775   10 years bird tools/G*.kmk: The OS/2 librarian can convert .dll into import …
(edit) @2774   10 years bird kBuild/tools/*: Added $(QUIET) where it was missing before commands.
(edit) @2750   10 years bird kBuild/tools: s/KBUILD_DEVTOOLS_BLD/KBUILD_DEVTOOLS_HST/g
(edit) @2749   10 years bird tools/*WATCOM*: Pass --wcc-brain-damange to REDIRECT where appropriate.
(edit) @2735   11 years bird cross build adjustments.
(edit) @2732   11 years bird OPENWATCOM.kmk: Added support for basic emximp .imp-files.
(edit) @2731   11 years bird wcl and wcl386 doodoos in the current directory which causes trouble …
(edit) @2730   11 years bird eol-style
(edit) @2726   11 years bird s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g, (c) & e-mail updates.
(edit) @2695   12 years bird MINGWW64.kmk: Run dllwrap from the output directory when linking to …
(edit) @2694   12 years bird (C) year.
(edit) @2693   12 years bird One more --mapfile tweak.
(edit) @2692   12 years bird Not quite as simple. Only bin and dosexe formats supports map files. …
(edit) @2691   12 years bird YASM: Dependency fix for ignoring deleted header files. Produce map …
(edit) @2690   12 years bird YASM.kmk/DOS: Must fix the slashes in the dependency file that YASM …
(edit) @2686   12 years bird YASM.kmk: define KBUILD_GENERATING_MAKEFILE_DEPENDENCIES when doing …
(edit) @2677   12 years bird VCC100.kmk: program linking setup listed the .map file twice.
(edit) @2663   13 years bird OPENWATCOM-WL.kmk: Fixed double slashes in wlink response file on …
(edit) @2625   13 years bird VCC100*: Dropped the explicit setting of -Od in debug C and CXX flags …
(edit) @2623   13 years bird MINGWW64.kmk: MinGW-W64 experiments.
(edit) @2622   13 years bird VCC100*.kmk: Added DUMPBIN and EDITBIN pointers.
(edit) @2621   13 years bird VCC100*.kmk: kObjCache changes. No PDB files when the cache is used, …
(edit) @2611   13 years bird VCC100*: Fixed kObjCache support.
(edit) @2609   13 years bird remove debug message from VCC100AMD64.
(edit) @2606   13 years bird VCC100*.kmk: Deal with different rc.exe casing.
(edit) @2605   13 years bird VCC110*: More fixes and adjustments.
(edit) @2604   13 years bird VCC110*: fixes and adjustments.
(edit) @2578   13 years bird Added JWasm tool (masm clone).
(edit) @2576   13 years bird OPENWATCOM.kmk: wlink.lnk is searching in the path, we prefer the …
(edit) @2575   13 years bird OPENWATCOM.kmk: binosx, binfbsd and binsol.
(edit) @2572   13 years bird tools/OPENWATCOM*: Assembler fix. Only windows and os/2 needs the …
Note: See TracRevisionLog for help on using the revision log.