- Do not use module (name + extension) as default target if installname attribute...
[reactos.git] / reactos / tools / rbuild / module.cpp
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-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...
2005-08-24 Royce Mitchell IIIbugfix - Replace() was truncating the string
2005-08-24 Royce Mitchell IIInew helper function Replace()
2005-08-24 Royce Mitchell IIIimport wine's "msvcmaker" perl script and begin convert...
2005-07-27 Casper HornstrupPut halmp.dll on CD
2005-07-12 Casper HornstrupAdd copyright notices and GPL headers to rbuild
2005-07-08 Casper HornstrupCheck automatic dependencies of referenced object libra...
2005-06-24 Casper HornstrupSearch current directory first for #include "".
2005-06-16 Hervé PoussineauImplement <ifnot>
2005-06-05 Casper HornstrupGenerate proxy makefiles in output tree.
2005-06-05 Casper Hornstrup* Support enabling/disabling modules depending on confi...
2005-05-29 Alex IonescuBuild at 2GB like before
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-16 Casper HornstrupDo automatic dependency checking for pre-compiled heade...
2005-05-15 Casper HornstrupBuild and run tests
2005-05-15 Casper HornstrupSupport modules with no base install directory
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-13 Casper HornstrupSupport compilerflag within IFs
2005-05-12 Casper HornstrupMerge 12736:14980 from trunk
2005-05-11 Casper HornstrupUse mingw convention for import libraries (libmodule.a)
2005-05-06 Casper HornstrupMore sane default image base addresses
2005-05-06 Casper HornstrupDon't strip relocation information from DLLs
2005-05-06 Casper HornstrupSet svn:eol-style=native
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-04-19 Casper HornstrupSupport 'make livecd'
next