VirtualBox

source: kBuild/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2773   10 years bird linux build fixes.
(edit) @2772   10 years bird Elimiated a few 'return 0' and unnecessary if (rc != 0) following them.
(edit) @2771   10 years bird Optimizations, tuning and bug fixes for the 'compiled' string …
(edit) @2770   10 years bird string expansion debugged and enabled. fixed access-after-alloc bug in …
(edit) @2769   10 years bird String expansion 'compilation' and 'execution' code is mostly done.
(edit) @2768   10 years bird Initial code for the string expansion 'compiler'.
(edit) @2767   10 years bird Some more make 'compiler' work.
(edit) @2766   10 years bird MSC seems to have stdint.h in more recent editions. kewl.
(edit) @2765   10 years bird Started on a make expression and string expansion 'compiler'.
(edit) @2760   10 years bird main.c: Fixed stack alignment in the AMD64 specific signal emulation code.
(edit) @2759   10 years bird More generic ENOSPC workaround for windows.
(edit) @2758   10 years bird Some more variable stats I added the other day (not in release builds).
(edit) @2757   10 years bird Reverted accidental commit.
(edit) @2756   10 years bird 2nd attempt at the ENOSPC problem on windows.
(edit) @2754   10 years bird kmk: Save 20+ MB of memory for chopped receipt command lines by …
(edit) @2753   10 years bird kmk: Save 20+ MB of memory for chopped receipt command lines by …
(edit) @2752   10 years bird Added another variable statistic under #ifdef CONFIG_WITH_MAKE_STATS …
(edit) @2747   10 years bird redirect.c: Work around non-standard quoting rules for a bunch of …
(edit) @2745   10 years bird Some heap stats stuff.
(edit) @2744   10 years bird kmk/incdep.c: Implemented support for multiple files on the left side …
(edit) @2743   10 years bird remake.c: Fixed white space stripping bug in call_must_make_target_var.
(edit) @2742   10 years bird remake.c: Some check_rename and rename related fixes to update_file_1.
(edit) @2741   10 years bird file.c: Forgot to update to_file->multi_head when the file being …
(edit) @2740   10 years bird rehash_file: fixed problem with multi target files, forgot to update …
(edit) @2736   10 years bird llvm build fixes.
(edit) @2734   10 years bird quick build fix - should make all use our glob instead…
(edit) @2733   10 years bird mscfakes.c: Make sure STDOUT and STDERR are blocking before we use …
(edit) @2728   11 years bird kmk_redirect.c: More stuff needs quoting on windows.
(edit) @2727   11 years bird sed/lib/regex_internal.c: Applied fix from …
(edit) @2723   11 years bird kmk/Makefile.am: Forgot to rename kbuild-read.c to kbuild-object.c. …
(edit) @2720   11 years bird kBuild objects: Implemented the special variable accessor [@super] and …
(edit) @2719   11 years bird kbuild-read.c -> kbuild-object.c
(edit) @2718   11 years bird kmk: Variable aliases.
(edit) @2717   11 years bird kmk: Hacking kBuild-define-*.
(edit) @2716   11 years bird Remove old unused src/ash directory (been using kash for a good while now).
(edit) @2715   11 years bird nthlpcore.c: STATUS_CANNOT_DELETE and EPERM.
(edit) @2714   11 years bird dir.c: Always read the whole directory to prevent trouble on Windows …
(edit) @2713   11 years bird Some unlink(), rmdir() and kmk_rm optimizations.
(edit) @2710   11 years bird nt*.c: sprinkled a few more birdResolveImports() around the place, …
(edit) @2708   11 years bird Optimized ftsfake.c for windows (similar things can be done for OS/2, …
(edit) @2707   11 years bird ntstat.c: Fixed fstat()'ing console handles and pipes.
(edit) @2705   11 years bird updated (c).
(edit) @2704   11 years bird Drop the w32 createfile option, implemented sharing-violation fallback …
(edit) @2703   11 years bird NDEBUG and other adjustments.
(edit) @2702   11 years bird kmk/WindowsNT: Avoiding unnecessary stat() calls. Reimplemented …
(edit) @2700   11 years bird Hacks for building against newer mac os x SDKs.
(edit) @2699   11 years bird kmk_redirect: Cross platform environment variable unsetting.
(edit) @2698   11 years bird kmk: Extended the substr function to allow refering length from the …
(edit) @2697   11 years bird kmk: Extended the substr function to allow refering length from the …
(edit) @2684   12 years bird redirect.c: MSC fix.
(edit) @2682   12 years bird var.h/pathval(): Don't try use the 'Path' if it wasn't found and …
(edit) @2681   12 years bird shfile.c: Fixed windows problem with stat() failing if the directory …
(edit) @2679   12 years bird build fix
(edit) @2678   12 years bird kmk_install: Fixed directory installation on windows (probably broken …
(edit) @2673   12 years bird OS/2 kmk build fixes.
(edit) @2672   12 years bird options.h: Fixed 'set -o' crash on solaris and (null) = off on the others.
(edit) @2671   12 years bird build fixes
(edit) @2667   12 years bird kmk_redirect: Quote arguments on windows and support single quotation …
(edit) @2666   12 years bird remake.c: Remake if we tried to update a non-existing multi_maybe …
(edit) @2665   12 years bird file.c: Fixed renaming/rehashing of multi-target files. This could …
(edit) @2664   12 years bird commands.c: Fixed bad merge, causing crashes in memcpy (bp, c, len); …
(edit) @2662   12 years bird kmk: Update config.h.haiku.
(edit) @2661   12 years bird sed: haiku.x86 config.
(edit) @2660   12 years bird sed: three haiku hacks, two for gcc2 and one for broken mbrtowc.
(edit) @2658   12 years bird no 'by <inheritance type>', do it using assignment operators, =/:=, += …
(edit) @2657   12 years bird haiku fix
(edit) @2656   12 years bird Haiku build fixes.
(edit) @2655   12 years bird work in progress.
(edit) @2654   12 years bird eval.c/evalcommand: tiny optimization wrt name=value handling.
(edit) @2653   12 years bird kash: fixed shfile_opendir on windows, and thereby argument expansion.
(edit) @2652   12 years bird kash: Fixes for hash-bang-scripts on windows. Related debug tracing …
(edit) @2651   12 years bird hash/error.c: no va_copy on windows yet, sigh.
(edit) @2650   12 years bird kash/shfile.c: Fixed console inherit proble on windows. Fixed CWD …
(edit) @2649   12 years bird kash: detect shell invokations via /usr/bin/env in hash bang.
(edit) @2648   12 years bird Made TRACE2 and TRACE2V safe. Fixed DEBUG bug where va_copy was …
(edit) @2647   12 years bird shfile.c: Fixed bug in shfile_movefd that caused sever file descriptor …
(edit) @2646   12 years bird kmk_printf: Don't use 'j' as a size specifier to sprintf on windows.
(edit) @2645   12 years bird kmk/mscfakes.c: Fixed strtoimax/umax.
(edit) @2642   12 years bird kash: Correct hash bang self to match kmk_ash, kmk_sh, kash and sh. …
(edit) @2641   12 years bird Forgot to remove debug fprintfs.
(edit) @2640   12 years bird imagecache.c: Don't cause popup on retry.cmd.
(edit) @2639   12 years bird EWOULDBLOCK is defined as 140 in VS2010.
(edit) @2638   12 years bird indent fix.
(edit) @2637   12 years bird kash: Simplified that 'Path' hack on Windows.
(edit) @2636   12 years bird kmk: experimental executable image cache for windows.
(edit) @2635   12 years bird kmk: experimental executable image cache for windows.
(edit) @2634   12 years bird kmk/file.c: Fixed double free when CONFIG_WITH_STRCACHE2 is defined. …
(edit) @2633   12 years bird kmk: CONFIG_WITH_ALLOCCACHE_DEBUG - for optionally turning the …
(edit) @2631   12 years bird oops.
(edit) @2630   12 years bird drop some tracing.
(edit) @2629   12 years bird kash/parser.c: Fixed incorrect handling of \r\n -> \n conversion when …
(edit) @2628   12 years bird kash/parser.c: Fixed incorrect handling of \r\n -> \n conversion when …
(edit) @2627   12 years bird kObjCache: Fixed buffer allocation bug (forgot terminator).
(edit) @2626   12 years bird electric.c: the xstrdup() in kObjCache accepts NULL.
(edit) @2620   12 years bird Try hardlink object files.
(edit) @2619   12 years bird kObjCache: Added an -O2 level for dropping double line statements when …
(edit) @2618   12 years bird kObjCache: Redid the buffering in the optimizer.
(edit) @2617   12 years bird use _O_TEXT when possible.
(edit) @2616   12 years bird kObjCache: Early commit of the C preprocessor output optimizer.
(edit) @2615   12 years bird kObjCache: Forgot to clean out the debug code…
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