Fix a typo
[reactos.git] / reactos / tools / rbuild / backend / mingw / modulehandler.cpp
2008-06-30 Colin FinckFix a typo
2008-06-30 Colin Finck- Don't create a temporary batch file through "echo...
2008-06-29 Hervé PoussineauFix typo
2008-06-29 Hervé PoussineauMove some more linker args to temp file, so command...
2008-06-29 Hervé PoussineauLink C++ programs against target libraries, not host...
2008-06-22 Colin FinckAdd support for a new environment variable ROS_GENERATE...
2008-06-01 Hervé PoussineauRemove dead code (GetActualSourceFilename, GetSourceFil...
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 module type for keyboard layouts
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-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-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é PoussineauRemove parameters from GenerateLinkerCommand() ; they...
2008-02-29 Hervé PoussineauGetObjectFilename() shouldn't be able to modify the...
2008-02-29 Hervé PoussineauPrevent passing of useless parameters
2008-02-16 Colin Finck- Only add a command for deleting the proxy makefile...
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-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-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
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 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 Hervé PoussineauFix build
2007-11-05 Hervé PoussineauBetter error reporting in case of define override
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.
2007-10-19 Hervé PoussineauIgnore compiler flags when generating resource macro
2007-10-19 Hervé PoussineauSupport define overriding in child .rbuild files
2007-10-11 Hervé PoussineauAdd list of source files in generated makefile
2007-10-10 Hervé PoussineauCleanup the LinkerScript class and use it
2007-10-07 Hervé PoussineauOops, forgot to save the file before committing ;)
2007-10-07 Hervé PoussineauAdd mingw and msvcrt implicit libraries only if it...
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-03 Hervé PoussineauRemove usewrc attribute in rbuild files ; wrc should...
2007-10-01 Hervé PoussineauDisplay error location when possible
2007-09-24 Hervé PoussineauWhen depending of a module, also depends of its generat...
2007-09-24 Hervé PoussineauAdd headers dependencies for modules which declare...
2007-09-24 Hervé PoussineauKeep standard includes when building C++ modules
2007-09-24 Hervé PoussineauFix typo
2007-09-24 Hervé PoussineauDepend again of autogenerated psdk headers (was broken...
2007-09-24 Hervé PoussineauDo not use host headers anymore when building target...
2007-09-24 Hervé PoussineauDo not put .h files in object files, it causes problems...
2007-09-19 Hervé PoussineauFix an old rbuild bug: .gch file now depends of interme...
2007-09-12 Hervé PoussineauCleanup GetDirectory(), GetFilename() and GetExtension...
2007-09-11 Hervé PoussineauRename strFile/strDirectory to a more meaningful name...
2007-09-10 Hervé PoussineauContinue rbuild cleanup (File class)
2007-09-10 Hervé PoussineauContinue rbuild cleanup (Include class)
2007-09-09 Hervé PoussineauContinue rbuild cleanup (Module class)
2007-09-08 Hervé PoussineauLet ImportLibrary class use the FileLocation concept.
2007-09-07 Hervé PoussineauFix bootcd / livecd
2007-09-07 Hervé PoussineauSome rbuild cleanup:
2007-09-05 Hervé PoussineauFix ReactOS temporary directory name
2007-09-03 Art YerkesFix building of libcntpr on ppc.
2007-09-03 Hervé PoussineauFew indentation fixes
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-09-02 Hervé PoussineauSearch a property by its name
2007-08-28 Johannes Anderwald- include unattend.inf from boot/bootdata/bootcdregtest
next