update devmgmt french translation
[reactos.git] / reactos / tools /
2008-08-09 Hervé PoussineauAdd module linker flags after project flags, so project...
2008-08-03 Hervé PoussineauBetter support for kill_at option in fastcall entry...
2008-08-03 Aleksey Bragin- Revert 35039 on hpoussin's request.
2008-08-02 Hervé PoussineauSupport nested structures
2008-08-01 Jeffrey MorlanIn rsym, allow a stabs entry to be longer than 256...
2008-07-28 Colin FinckReplace '#ifdef __linux__' by '#ifndef WIN32', etc...
2008-07-27 Hervé PoussineauRevert r34848 and r34850, and replace them by a real...
2008-07-27 Colin FinckMaciej Bialas (bjauy@tlen.pl)
2008-07-27 Hervé PoussineauFix code to correctly handle first object file.
2008-07-27 Hervé PoussineauResolve <if> and <ifnot> elements during parsing time.
2008-07-27 Hervé PoussineauDefine __LINUX__ for build tools if host is Linux
2008-07-27 Hervé PoussineauFactorize code for simple module types
2008-07-27 Colin FinckDaniel Verkamp (daniel.verkamp@gmail.com):
2008-07-27 Hervé PoussineauAdd support for fastcall functions in .spec files
2008-07-27 Hervé PoussineauPreprocess kernel .spec files
2008-07-27 ReactOS Portable... - Stop adding those damn @ decorations to ARM builds.
2008-07-24 Aleksey BraginDmitry Gorbachev
2008-07-14 Colin FinckReplace uses of $(ROS_ARCH) by $(ARCH).
2008-07-14 Colin FinckAttempt to fix Live-CD
2008-07-13 James TaborAdd part of a patch by Daniel Verkamp, see bug 3441.
2008-07-13 ReactOS Portable... - To whom it may concern: thanks for completly fucking...
2008-07-13 ReactOS Portable... - Do NOT prepend _ to ARM entrypoints.
2008-07-06 Colin FinckRevert r34346, it didn't work the way I thought because...
2008-07-06 Colin FinckAlso link host binaries with ld and not gcc/g++.
2008-07-03 Christoph von Wittichdon't crash when no command line argument is given
2008-06-30 Marc Piulachs- Fix a bug in cdfile that was preventing to use the...
2008-06-30 Colin FinckFix a typo
2008-06-30 Colin Finck- Don't create a temporary batch file through "echo...
2008-06-30 ReactOS Portable... - Registry configuration will likely end up having...
2008-06-29 Hervé PoussineauFix typo
2008-06-29 Hervé PoussineauMove some more linker args to temp file, so command...
2008-06-29 Hervé PoussineauLink C++ programs against target libraries, not host...
2008-06-29 Hervé PoussineauAdd an option to disable precompiled headers
2008-06-26 Marc PiulachsClean up tools folder.
2008-06-22 Colin FinckAdd a library "host_wcsfuncs" with implementations...
2008-06-22 Colin FinckAdd support for a new environment variable ROS_GENERATE...
2008-06-19 Colin FinckGCC 4.3.x fixes for cabman and sysreg
2008-06-01 Hervé PoussineauRemove dead code (GetActualSourceFilename, GetSourceFil...
2008-05-26 Johannes Anderwald- add support for a future timeout callback mechanism
2008-05-24 Marc Piulachs- Add "base" and "root" support to ImportLibrary. ...
2008-05-23 Colin FinckApply the fix from r32705 to C and C++ files as well.
2008-05-21 Hervé PoussineauFix precompiled header name.
2008-05-20 Marc Piulachs- Added 'MessageHeader' module type for handling .mc...
2008-05-20 Ged Murphyiterate the number of sections, not the number of direc...
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-13 Christoph von Wittichadd some info for xen to txtmode.cfg
2008-05-13 Christoph von Wittichdon't display all debug data 4 times when using PipeRea...
2008-05-13 Johannes Anderwald- move hardcoded xen configuration name to config file
2008-05-11 Colin FinckRobin Geuze (r DOT geuze AT chello DOT nl):
2008-05-09 Christoph von Wittichadd some initial xen support to sysreg (hack)
2008-05-07 Marc Piulachs-autogenerate dxsdk headers as part of the build as...
2008-05-06 Marc Piulachs-fix build
2008-05-06 Marc Piulachs-fix build
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 GuoForgot this file.
2008-04-21 Ziliang GuoFix memory leaks, patch by Samuel Serapión
2008-04-09 Christoph von Wittichsome more work on xen support - DomU will now be starte...
2008-04-09 Christoph von Wittichadd EMU_TYPE_XEN and initial Xen detection (including...
2008-03-21 Hervé PoussineauRevert part of r32735 ; we can't use C preprocessor...
2008-03-21 Hervé PoussineauAdd preprocessor support for .spec files (exports can...
2008-03-17 Hervé PoussineauRemove $(INIT) variable, which was containing all host...
2008-03-17 Hervé PoussineauRemove some more circular dependencies.
2008-03-16 Colin FinckWinebuild files don't need to depend on $(module_precon...
2008-03-15 Colin FinckAaand yet another one, including fixed indentation...
2008-03-15 Colin FinckAdd yet another missing include
2008-03-15 Colin Finck- Add <cstring> for "memset", "strchr" and "strstr"
2008-03-15 Colin Finck- Consistently use the C++ wrapper headers (cstdio...
2008-03-15 Colin FinckInclude <cstdlib> and <cstring> for "getenv" and "strlen"
2008-03-14 Colin FinckInclude <cstdlib> for "strtod" and "strtol"
2008-03-14 Colin FinckChange, simplify and document the conditions for the...
2008-03-12 ReactOS Portable... - Finish implementing very basic system call dispatcher...
2008-03-12 ReactOS Portable... - We now define a much simpler system call interface...
2008-03-10 Aleksey Bragin- A better freebsd/macosx fix.
2008-03-10 Aleksey Bragin- Add sys/types.h and sys/stat.h includes for mkfifo...
2008-03-10 Aleksey Bragin- Fix rgenstat build on FreeBSD and MacOSX
2008-03-09 Colin FinckAdd missing cast
2008-03-09 Colin FinckForgot to change this one as well
2008-03-09 Colin Finck- It is enough to just add a "const" to fix the "deprec...
2008-03-09 Colin FinckAdd an arHostRule2 to build host .a files
2008-03-09 Christoph von Wittichdisable sysreg - it isn't working anyways
2008-03-09 Christoph von Wittichfix cabman build with gcc >= 4.2
2008-03-08 Filip NavaraWorkaround a buggy UINT_PTR definition in the include...
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 Colin FinckUpdate two includes to not rely on target headers anymore
2008-03-07 Colin Finck- Add the "include" directory as an include to the...
2008-03-07 Hervé PoussineauRemove useless .mak files
2008-03-07 Hervé PoussineauReplace some .mak files by .rbuild files
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-03-07 Hervé PoussineauUse a .rbuild file instead of a .make file to describe...
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é PoussineauDon't test if the variable is not NULL if it is always...
2008-02-29 Hervé PoussineauPlease at least test your changes before committing
next