* Implement <autoregister>
[reactos.git] / reactos / tools / rbuild / backend / mingw / modulehandler.cpp
2005-11-23 Casper HornstrupDisable pre-compiled headers when using compilation...
2005-11-22 Casper Hornstrup* Name compilation unit
2005-11-22 Casper HornstrupReplace File by CompilationUnit
2005-11-19 Casper HornstrupCreate parent directory before creating the definition...
2005-11-02 Hartmut Birr- The separator (slash or back slash), exepostfix and...
2005-10-24 Casper HornstrupFix linker script parameter location. Spotted by Hartmu...
2005-10-24 Casper HornstrupImplement linkerscript element
2005-10-23 Casper HornstrupHave pre-compiled header rule depend on widl generated...
2005-09-08 Royce Mitchell IIIwin32 api compatibility fix
2005-08-02 Filip NavaraFix the -sections option of PEFIXUP tool and adapt...
2005-08-01 Filip NavaraAdd new PEFIXUP tool and use it in the build system.
2005-07-28 Casper HornstrupDon't clean alias modules
2005-07-27 Casper HornstrupPut halmp.dll on CD
2005-07-19 Casper HornstrupGenerate RPC interface headers in intermediate directory
2005-07-17 Casper HornstrupClean referenced object libraries when cleaning a module
2005-07-12 Casper HornstrupAdd copyright notices and GPL headers to rbuild
2005-07-09 Casper HornstrupDon't rebuild the module if a library is changed. Relin...
2005-07-08 Casper HornstrupCheck automatic dependencies of referenced object libra...
2005-07-07 Filip NavaraFix the problems introduced in r16449 by changing ...
2005-07-06 Casper HornstrupGenerate pre-compiled headers in intermediate directory...
2005-07-06 Filip NavaraGenerating relocations twice for DLLs? Oh, what a cleve...
2005-06-16 Hervé PoussineauImplement <ifnot>
2005-06-12 Casper HornstrupSupport module_depends target
2005-06-05 Casper HornstrupClean proxy makefiles on 'make clean'
2005-06-05 Casper HornstrupCorrect dependencies for 'make <module>_install'
2005-06-05 Casper Hornstrup* Support enabling/disabling modules depending on confi...
2005-05-31 Casper HornstrupGenerate SMP friendly temporary filenames
2005-05-29 Casper HornstrupAutodetect nasm
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-20 Casper HornstrupDon't echo executable name of test
2005-05-19 Casper HornstrupOption to disable automatic dependencies
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 HornstrupDepend on generated RPC headers
2005-05-15 Casper HornstrupBuild and run tests
2005-05-15 Casper HornstrupRe-insert makefile code for non-DLLs which was removed...
2005-05-15 Casper HornstrupSupport modules with no base install directory
2005-05-14 Casper HornstrupExtract WINE resources at compile-time
2005-05-14 Casper HornstrupOnly pass GCC specific options to GCC
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-12 Casper HornstrupGenerate make rules for creating directories if they...
2005-05-11 Casper HornstrupGenerate static libraries in intermediate directory
2005-05-11 Casper HornstrupRebuild import library if definition file is modified
2005-05-08 Casper HornstrupRelink executable if definition file changes.
2005-05-08 Casper HornstrupBe consistent when passing --dll argument to gcc
2005-05-08 Casper HornstrupBuild non-stripped version of ntoskrnl.exe if requested
2005-05-06 Casper HornstrupAdd <module>_install target
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-23 Casper HornstrupROS_BUILDNOSTRIP environment variable to control buildi...
2005-04-22 Casper Hornstrup* Use freeldr.sys for livecd
2005-04-22 Casper Hornstrup* Remove empty line
2005-04-22 Casper HornstrupClean object files for static libraries
2005-04-21 Casper HornstrupGenerate temporary files at the root of the directory
2005-04-21 Casper HornstrupClean-as-you-go mode to remove generated files as soon...
2005-04-20 Casper HornstrupDon't put \ at end of path
2005-04-20 Casper HornstrupDon't link kernel-mode modules to kernel32.dll
2005-04-19 Casper HornstrupSupport 'make livecd'
2005-04-11 Casper HornstrupHave the object files of a module depend on the build...
2005-04-10 Casper HornstrupSupport -Werror
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-07 Casper Hornstrup* Clean object files
2005-04-07 Casper HornstrupUse order-only prerequisites for directories to prevent...
2005-04-06 Casper HornstrupAdd the files where they are located
2005-04-06 Casper HornstrupCorrect some wrong dependencies for 'make bootcd'
2005-04-05 Casper HornstrupAccept ROS_INSTALL environment variable
2005-04-05 Casper HornstrupSimplify directory handling
2005-04-05 Casper HornstrupGenerate registry hives on 'make install'
2005-04-04 Casper HornstrupSupport installation of generated files
2005-04-03 Casper HornstrupPartial 'make install' implementation
2005-04-03 Casper HornstrupDetect compiler -pipe support
2005-04-02 Casper HornstrupGenerate map files
2005-04-02 Casper HornstrupHave rbuild create the output directories
2005-04-01 Casper HornstrupPut winebuild output in intermediate directory
2005-04-01 Casper HornstrupBuild stubs generated by winebuild
2005-03-25 Royce Mitchell IIIreorder GenerateRules() to get rid of unnecessary if()
2005-03-25 Casper HornstrupOutput rules for objectlibrary files
2005-03-25 Casper HornstrupGenerate object macros before target macros
2005-03-22 Royce Mitchell IIIeliminate rmkdir and generate directory dependencies...
2005-03-20 Casper HornstrupTest module type support
2005-03-15 Royce Mitchell IIII give up, make's "directory target" support has a...
2005-03-14 Royce Mitchell IIIfix dlltool target directory dependencies
2005-03-14 Royce Mitchell IIIlist directory dependencies last, so that $(ECHO_FOO...
2005-03-14 Casper HornstrupDepend on the object file directory, not the object...
2005-03-14 Royce Mitchell IIIecho [WMC] commands
2005-03-14 Casper Hornstrup* Build bin2res and cabman in bootstrap makefiles
2005-03-13 Casper Hornstrup* Correct dependencies for ROS_INTERMEDIATE <> . in...
2005-03-13 Royce Mitchell IIIfix some dependencies
2005-03-13 Royce Mitchell IIIhack fix 'hostzlib' circular dependency, added a couple...
2005-03-12 Royce Mitchell IIImore *nix compatibility fixes
2005-03-11 Royce Mitchell IIIhost vs target refactoring, <module> has two new attrib...
next