sync with trunk head (34904)
[reactos.git] / reactos / tools / rbuild / module.cpp
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-27 Hervé PoussineauResolve <if> and <ifnot> elements during parsing time.
2008-07-27 ReactOS Portable... - Stop adding those damn @ decorations to ARM builds.
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-24 Timo Kreuzerstrip off stdcall decoration from amd64 entry points
2008-05-24 Marc Piulachs- Add "base" and "root" support to ImportLibrary. ...
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-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-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é PoussineauDon't test if the variable is not NULL if it is always...
2008-02-29 Christoph von Wittichfix some more memory leaks
2008-02-29 Christoph von Wittichfix some memory leaks
2008-02-22 Aleksey Bragin- Kernel's entry point is called KiSystemStartup, not...
2008-02-12 Aleksey Bragin- Kernel's entrypoint is called NtProcessStartup right...
2008-02-12 ReactOS Portable... The kernel entrypoint is called KiSystemStartup, not...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-18 Hervé PoussineauFix separators for .rbuild files in the generated makefile
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...
2007-11-28 Hervé PoussineauFix indentation
2007-11-27 Marc Piulachs- Do not use module (name + extension) as default targe...
2007-11-06 Hervé PoussineauDon't hardcode bootsector output name in livecd target
2007-11-05 Colin FinckFix bootcd build, hope this fix is not too hackish...
2007-10-11 Hervé PoussineauDo not change dependancy root directory if not needed
2007-10-10 Hervé PoussineauCleanup the LinkerScript class and use it
2007-10-09 Hervé PoussineauPut .asm files at the end of the module
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é PoussineauDisplay a message when a module has been disabled
2007-09-19 Hervé PoussineauRemove rbuild stdlib="host" attribute. That was a worka...
2007-09-12 Hervé PoussineauCleanup GetDirectory(), GetFilename() and GetExtension...
2007-09-10 Hervé PoussineauFix File::GetFullPath()
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é PoussineauSome rbuild cleanup:
2007-09-03 Hervé PoussineauFew indentation fixes
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-08-25 Colin FinckRevert r28526 for now until a problem for the livecd...
2007-08-24 Colin Finckrbuild enhancements by Marc Piulachs (marc DOT piulachs...
2007-08-23 Aleksey Bragin- Make freeldr do identity memory mapping. This simplif...
2007-08-12 Colin FinckMetadata enhancement for rbuild and version report...
2007-08-07 Hervé PoussineauSupport absolute paths for intermediate/output directories
2007-08-06 Hervé PoussineauAdd -D option to add variables in generated file
2007-08-02 Hervé PoussineauSupport "root" attribute in <directory> elements
2007-07-30 Hervé PoussineauRemove ExportDriver concept.
2007-07-04 Thomas BluemelDon't silently accept entrypoint=""
2007-07-03 Christoph von Wittichrenamed TypeLib target to EmbeddedTypeLib
2007-07-03 Christoph von Wittich-added support for TypeLibs
2007-04-27 Ged Murphy- add support for .ocx files to rbuild
2007-04-20 Hervé PoussineauProcess .idl files before source files
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-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-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-09 Hervé PoussineauPut a NULL entry point if explicitly asked for. Thanks...
2006-09-06 Thomas Bluemel- Force using the import libraries built by ReactOS...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-27 Christoph von Wittichadded LiveCDRegTest and BootCDRegTest targets
2006-07-09 Magnus Olsenreverting : revison 22930 to 22932, 22938 to 22940...
2006-07-08 Christoph von Wittich-fix msvc dll entrypoint
2006-06-18 Aleksey BraginChange entrypoint to be a get-style method of class...
2006-06-18 Aleksey BraginRevert r22396: I will provide a better fix
2006-06-18 Aleksey BraginThomas Weidenmueller: RBUILD: Support generating header...
2006-06-18 Aleksey BraginRemove "_" decoration from module entries, since MSVC...
2006-06-13 Alex Ionescu- Enable ROS_LEAN_AND_MEAN if you want 50% smaller...
2006-04-17 Peter Ward- Fix indentation (spaces -> TABs).
2006-04-17 Magnus Olsenprepare for screensaver : Adding win32scr as target...
2006-01-07 Alex Ionescu- Temporarily revert 20639 until a better fix is found...
2006-01-07 Alex Ionescu- Don't name-decorate the entrypoint. This lets msvc...
2005-12-04 Ged Murphy- Put output from MSVC into the relevant output-i386...
2005-12-04 Art YerkesAdded support for ROS_AUTOMAKE variable.
2005-11-27 Royce Mitchell IIIremove xml.h/cpp's dependancy on exception.h/cpp -...
2005-11-26 Casper Hornstrup* Implement <autoregister>
2005-11-25 Casper HornstrupDon't include files from outside a compilation unit
2005-11-23 Casper HornstrupOption to disable compilation units
2005-11-22 Casper HornstrupReplace File by CompilationUnit
2005-11-22 Casper HornstrupParse <compilationunit>
2005-11-21 Casper HornstrupRevert 19411
2005-11-21 Casper HornstrupParse <compilationunit>
2005-11-02 Hartmut Birr- The separator (slash or back slash), exepostfix and...
2005-10-24 Casper HornstrupImplement linkerscript element
2005-10-20 Thomas Bluemeluse the ansi entry point by default
2005-10-20 Thomas Bluemeladd a 'unicode' property to modules (not yet supported...
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-08-24 Royce Mitchell III_generate_dsp() compiles now, haven't tested yet
2005-08-24 Royce Mitchell IIIReplace() bugfix #2 - forgot to insert replacement...
next