Add an arHostRule2 to build host .a files
[reactos.git] / reactos / tools / rbuild / backend / mingw / modulehandler.cpp
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
2007-08-26 Hervé PoussineauFix {module}_depends targets
2007-08-26 Hervé PoussineauTransform psdk into a real dependency, instead of a...
2007-08-11 Christoph von Wittichput typelibs which are embedded in win32dlls into ...
2007-08-07 Hervé PoussineauSupport absolute paths for intermediate/output directories
2007-07-30 Hervé PoussineauRemove ExportDriver concept.
2007-07-28 Christoph von Wittich-fix linking when entrypoint is set to "0"
2007-07-03 Christoph von Wittichrenamed TypeLib target to EmbeddedTypeLib
2007-07-03 Christoph von Wittich-added support for TypeLibs
2007-06-25 Thomas BluemelFix the build system, accidently broke it with r27269
2007-06-24 Thomas BluemelPlace .h files generated from .idl definitions in the...
2007-04-27 Ged Murphy- add support for .ocx files to rbuild
2007-04-20 Christoph von Wittichupdate riched20,ole32,oleaut32 to latest wine versions
2007-04-01 KJK::Hyperion!!! ATTENTION EVERYONE - do a make clean after getting...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-18 Hervé PoussineauAdd a variable to change the name of the ReactOS direct...
2007-03-10 KJK::Hyperionadded lib/debugsup
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-22 Hervé PoussineauFix indentation
2006-12-23 Magnus Olsenfix a typo
2006-12-23 Magnus Olsenadding joliet flags to bootcd
next