- Get rid of the KDB_MODULE_INFO and operate with LDR_DATA_TABLE_ENTRYs directly.
[reactos.git] / reactos / tools /
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-09-13 Dmitry GorbachevFix r43040 mistake.
2009-09-13 Dmitry GorbachevFix GCC detection in RBuild (first check TARGET_CC).
2009-09-10 Stefan Ginsberg- Fix various warnings in inflib (thanks to Ged for...
2009-08-27 KJK::HyperionAdd a missing include
2009-08-22 Christoph von Wittichsync widl with wine 1.1.28
2009-08-22 Christoph von Wittichsync wrc to wine 1.1.28
2009-08-19 Johannes Anderwald- Add bda driver
2009-08-09 Hervé Poussineau[rbuild] Remove distinction between Iso/IsoRegTest...
2009-08-08 Christoph von Wittichsync widl to wine 1.1.27
2009-08-08 Christoph von Wittich-sync wrc to wine 1.1.27
2009-08-07 Aleksey Bragin- Sync WIDL and ole32 with Wine-1.1.23, w/o syncing...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Timo KreuzerLeftover from r42394, gendib, too
2009-08-02 Hervé Poussineau[rbuild] Copy files to livecd output directory only...
2009-08-02 Hervé Poussineau[rbuild] Fix wrapping of long lines in generated makefile
2009-08-01 Stefan Ginsberg- Properly define dummy unions/structs for MSVC too.
2009-07-27 Johannes Anderwald+ portcls
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 Timo Kreuzer[rbuild] Implement delay import support for gcc in...
2009-07-21 Sylvain PetreolleFix svn repository address
2009-07-21 Sylvain Petreolle- Update Module List
2009-07-21 Johannes Anderwald- Update Module List
2009-07-15 ReactOS Portable... - Remove FreeLDR linker hack on ARM.
2009-07-12 ReactOS Portable... Add minimal support for ARM to winebuild, just enough...
2009-07-12 ReactOS Portable... Add back support for WINEBUILD_FLAGS which someone...
2009-07-11 Jeffrey MorlanDon't use non-portable %zd format. Instead, use %d...
2009-07-11 ReactOS Portable... GAS should also receive the -march flag, not just the...
2009-07-11 ReactOS Portable... use %zd for SIZE_T, not just %d
2009-07-09 Samuel SerapionThe beginning of the Makefile has comments about the...
2009-07-08 Samuel SerapionRemove unneeded character in ROS_PREFIX case of invocat...
2009-07-08 Samuel SerapionRemove unneeded character in ROS_PREFIX case of invocation
2009-06-21 KJK::HyperionMove gcc -g and -Wall options out of rbuild and into...
2009-06-21 KJK::HyperionDon't change an std::set in the loop that enumerates...
2009-06-20 Timo Kreuzermerge 41026 from trunk
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-19 KJK::Hyperionmodified tools/rbuild/backend/mingw/compilers/gcc.mak
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-06-18 KJK::HyperionMiscellaneous Visual C++ compilation fixes
2009-06-18 KJK::Hyperionmodified tools/rbuild/backend/mingw/rules.mak
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-06-12 Dmitry GorbachevFix bug #4558 ("buildno" is not compatible with SVN...
2009-06-10 KJK::HyperionFix Visual C++ build
2009-06-10 KJK::Hyperionmodified ReactOS-generic.rbuild
2009-06-10 KJK::HyperionFix the cheerleader, fix the build
2009-06-10 KJK::Hyperionmodified tools/rbuild/backend/mingw/compilers/msc.mak
2009-06-10 KJK::Hyperionmodified Makefile
2009-06-10 KJK::Hyperiondeleted tools/msc_helper
2009-06-07 KJK::HyperionFix no-op code for UNIX hosts
2009-06-07 KJK::Hyperionmodified tools/rbuild/backend/mingw/mingw.cpp
2009-06-06 Ged MurphyUse the dll runtime library.
2009-06-01 KJK::Hyperionadded tools/msc_helper
2009-05-27 Colin FinckDon't use a dereferencing operator when incrementing...
2009-05-23 Dmitry GorbachevFix compilation of RBuild. Bug #4415.
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-21 Sylvain Petreollefix log2lines build
2009-05-20 Ziliang GuoAdd missing parameter to readme.
2009-05-20 Timo Kreuzerget rid of libcoldname in rbuild
2009-05-16 Johannes Anderwald- Output type when module is a program
2009-05-16 Sylvain Petreollefirst attempt at fixing log2lines build
2009-05-13 KJK::HyperionFix PCH rule for C++
2009-05-13 Steven Edwardsnext time I'll copy the changes properly
2009-05-13 Steven Edwardsminor SunOS fix
2009-05-01 Dmitry Gorbachev- Update log2lines tool by J. Roeloffzen. Bug #4342.
2009-05-01 Timo Kreuzerfix compilation of raddr2line, by moving it into the...
2009-05-01 Timo KreuzerMerge from trunk what got lost
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-24 Dmitry GorbachevUpdate log2lines tool. Patch by Jan Roeloffzen, with...
2009-04-22 Dmitry Gorbachev- Add "log2lines" tool by Jan Roeloffzen. Bug #4342.
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-20 Timo KreuzerFix handling of UWOP_ALLOC_LARGE, thanks to ktietz...
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionFixed generation of makefile dependencies for C++ sources
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-03-20 Samuel SerapionFix merge artifacts.
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-17 Colin FinckSync CRT initialization code with mingw-w64 r690
2009-03-04 Matthias KupferEvgeniy Boltik <bstsoft AT narod DOT ru>
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-15 Timo KreuzerAdd a header
2009-02-11 Timo KreuzerImplement hpp - the header preprocessor
2009-02-08 Christoph von Wittichadd new module type IdlInterface
2009-02-06 Christoph von Wittichrevert 37001 (Initialize _RetVal properly in order...
2009-02-05 Timo Kreuzermerge from amd64 branch
2009-02-05 Timo Kreuzermerge from amd64 branch
2009-02-05 Timo Kreuzerrbuild: improve r37786 a bit
2009-02-05 Timo Kreuzerrbuild: implement MingwModuleHandler::GetDebugFormat...
2009-02-05 Timo Kreuzermerge from amd64 branch
2009-02-04 Dmitry Gorbachev- Remove extra semicolons. Amine Khaldi, bug #3980.
2009-02-04 Timo Kreuzerrbuild: this got lost, too
2009-02-04 Timo Kreuzerrbuild: merge what got lost from r38301
2009-02-04 Timo Kreuzermerge 34700, 34802, 35517, 35650 from amd64 branch
2009-02-04 Timo Kreuzermerge 34730 from amd64 branch
2009-02-04 Timo Kreuzersync widl to trunk r39350
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-03 Gregor SchneiderEvgeny Boltik <BSTSoft AT narod DOT ru>:
next