Add support for a new environment variable ROS_GENERATE_RSYM to disable RSYM during...
[reactos.git] / reactos / tools / rbuild /
2008-06-22 Colin FinckAdd support for a new environment variable ROS_GENERATE...
2008-06-01 Hervé PoussineauRemove dead code (GetActualSourceFilename, GetSourceFil...
2008-05-24 Marc Piulachs- Add "base" and "root" support to ImportLibrary. ...
2008-05-23 Colin FinckApply the fix from r32705 to C and C++ files as well.
2008-05-21 Hervé PoussineauFix precompiled header name.
2008-05-20 Marc Piulachs- Added 'MessageHeader' module type for handling .mc...
2008-05-19 Marc Piulachs- Removed hard coded bootsector from *Iso module types...
2008-05-15 Marc Piulachs- Add specific properties to the keyboardlayout module...
2008-05-15 Marc Piulachs- Add specific module type for keyboard layouts
2008-05-15 Marc Piulachs- Added a new attribute 'internal' to 'Property' elemen...
2008-05-11 Colin FinckRobin Geuze (r DOT geuze AT chello DOT nl):
2008-05-07 Marc Piulachs-autogenerate dxsdk headers as part of the build as...
2008-05-06 Marc Piulachs-fix build
2008-05-06 Marc Piulachs-fix build
2008-05-06 Marc Piulachs-Fix unnecessary msi builds, this time for real! msi...
2008-05-06 Marc Piulachs-Add a new module type 'cabinet' to handle .cab files...
2008-04-21 Ziliang GuoFix memory leaks, patch by Samuel Serapión
2008-03-21 Hervé PoussineauRevert part of r32735 ; we can't use C preprocessor...
2008-03-21 Hervé PoussineauAdd preprocessor support for .spec files (exports can...
2008-03-17 Hervé PoussineauRemove $(INIT) variable, which was containing all host...
2008-03-17 Hervé PoussineauRemove some more circular dependencies.
2008-03-16 Colin FinckWinebuild files don't need to depend on $(module_precon...
2008-03-09 Colin FinckAdd an arHostRule2 to build host .a files
2008-03-07 Hervé PoussineauPrecompiled headers can depend of generated files
2008-03-07 Hervé Poussineau.mc files shouldn't depend of the whole module precondi...
2008-03-07 Hervé PoussineauMove precondition to rules
2008-03-07 Hervé PoussineauDon't mix host and targets include files
2008-03-07 Hervé PoussineauPrevent some FileLocation copies (in LinkerScript and...
2008-03-07 Hervé PoussineauUse a .rbuild file instead of a .make file to describe...
2008-02-29 Hervé PoussineauClean up generated makefile.auto
2008-02-29 Hervé PoussineauUse Rule class to describe .c/.cpp file compilation
2008-02-29 Hervé PoussineauDon't test if the variable is not NULL if it is always...
2008-02-29 Hervé PoussineauPlease at least test your changes before committing
2008-02-29 Christoph von Wittichfix some more memory leaks
2008-02-29 Christoph von Wittichfix some memory leaks
2008-02-29 Hervé PoussineauRemove parameters from GenerateLinkerCommand() ; they...
2008-02-29 Christoph von Wittichfix msvc build
2008-02-29 Hervé PoussineauGetObjectFilename() shouldn't be able to modify the...
2008-02-29 Hervé PoussineauPrevent passing of useless parameters
2008-02-28 Aleksey Bragin- If BASEDIR env var is set to point to your WDK instal...
2008-02-27 Christoph von Wittichfix path to msvc def file
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-16 Colin Finck- Only add a command for deleting the proxy makefile...
2008-02-12 Aleksey Bragin- Kernel's entrypoint is called NtProcessStartup right...
2008-02-12 Johannes Anderwald- pass the correct path to _strip_gcc_deffile
2008-02-12 ReactOS Portable... The kernel entrypoint is called KiSystemStartup, not...
2008-02-11 Hervé PoussineauFix case when $(TEMPORARY) is not the current directory...
2008-02-11 Hervé PoussineauFix build
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-11 Hervé PoussineauUse Rule class to generate instructions for .idl files
2008-02-08 Hervé PoussineauAdd WINEBUILD_FLAGS, and set it to --kill-at for ARM
2008-02-08 Hervé PoussineauAdd Rule class, which writes to Makefile how to handle...
2008-02-05 Colin Finck- Move each VGA font file to a new "media/vgafonts...
2008-02-05 ReactOS Portable... On ARM, it seems first = "true" parsing doesn't actuall...
2008-02-04 Aleksey Bragin- Build FreeLdr the same way other modules are built...
2008-01-26 Christoph von Wittichset the correct flags for PCH too
2008-01-26 Christoph von Wittichcompilerflags can be set for compiler {ALL|CC|CPP}...
2008-01-18 Hervé PoussineauFix separators for .rbuild files in the generated makefile
2008-01-17 Colin FinckGet rid of bin2res and all rbuild stuff associated...
2008-01-15 Hervé PoussineauAdd RPC proxy support
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-11 Hervé PoussineauPrevent creation 1500000 temporary objects by caching...
2008-01-02 Hervé PoussineauDivide by 10 memory requirements for rbuild,
2008-01-02 Hervé PoussineauRelease memory when not needed anymore
2007-12-22 Marc PiulachsAdd support for mc files and remove hardcoded WMC instr...
2007-12-15 Hervé PoussineauFix {module}_clean target
2007-12-15 Hervé PoussineauFix deletion of generated proxy makefile
2007-12-05 Hervé PoussineauDo not add twice a link to crt library
2007-12-05 Hervé PoussineauDon't add implicit dependencies for ntdll
2007-12-04 Gregor BrunmarFixed msvc project generation making duplicate project...
2007-12-03 Colin FinckAlways add _CRT_SECURE_NO_WARNINGS to the preprocessor...
2007-12-03 Aleksey Bragin- Build with "char" being "unsigned" by default, fixes...
2007-12-03 Aleksey Bragin- Don't try to perform "mkdir Z:" (where Z: is your...
2007-12-02 Aleksey Bragin- Fix a typo (lead to memory overwrite).
2007-11-28 Hervé PoussineauFix indentation
2007-11-27 Marc Piulachs- Do not use module (name + extension) as default targe...
2007-11-25 Peter Ward- Fix a display bug when displaying binutils version.
2007-11-24 Aleksey Bragin- Don't escape defines with a " -> " conversion...
2007-11-21 Christoph von Wittichdon't include crt
2007-11-20 Christoph von Wittichset TARGETTYPE=LIBRARY when fileext is dll
2007-11-20 Christoph von Wittichdefine DDDKAPI - it isn't defined in WDK
2007-11-20 Christoph von Wittichautogenerate module definition files for msvc
2007-11-18 Aleksey Bragin- Include "obj-i386"\include path in the 'additional...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-07 Hervé PoussineauOn *nix systems, support absolute paths in ROS_INTERMED...
2007-11-06 Hervé PoussineauDon't hardcode bootsector output name in livecd target
2007-11-06 Hervé PoussineauDon't hardcode multiple times the mechanisms to get...
2007-11-05 Colin FinckFix bootcd build, hope this fix is not too hackish...
2007-11-05 Colin FinckAttempt to fix the build by correcting the hardcoded...
2007-11-05 Hervé PoussineauAlso use the module name in wine stubs object files
2007-11-05 Hervé PoussineauAlso use the module name in idl object files
2007-11-05 Hervé PoussineauSupport to build more than one object file with one...
2007-11-05 Hervé PoussineauAdd a Module argument to GetObjectFilename()
2007-11-05 Colin FinckAttempt to fix build
2007-11-05 Hervé PoussineauFix build
2007-11-05 Hervé PoussineauBetter error reporting in case of define override
2007-10-31 Hervé PoussineauFix indentation
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Hervé PoussineauActivate define override check in rbuild
2007-10-19 Hervé PoussineauAdd an 'overridable' attribute on defines.
next