- Show localized error messages
[reactos.git] / reactos / tools /
2008-01-02 Hervé PoussineauRelease memory when not needed anymore
2007-12-30 Aleksey Bragin- ReactOS Specific! WIDL in ReactOS is called with...
2007-12-22 Marc PiulachsAdd support for mc files and remove hardcoded WMC instr...
2007-12-20 Aleksey Bragin- Substitute MAX_PATH by 256 for now, since Linux hosts...
2007-12-20 Aleksey Bragin- Implement bin-files creation (as opposed to inlining...
2007-12-20 Colin Finck- Don't reinvent the wheel again: Use <host/typedefs...
2007-12-18 Aleksey Bragin- Recommit the fixed winebuild. The fix was to:
2007-12-17 Colin FinckRevert 31292, 31294 and 31297.
2007-12-17 Colin FinckGet rid of make_internal_name() and only use the name...
2007-12-17 Aleksey Bragin- It should use only host headers.
2007-12-17 Aleksey BraginSync winebuild (keeping ReactOS-specific changes).
2007-12-15 Hervé PoussineauFix {module}_clean target
2007-12-15 Hervé PoussineauFix deletion of generated proxy makefile
2007-12-15 Aleksey Bragin- Colin Finck: Replace broken memcmp comparison of...
2007-12-14 Aleksey Bragin- Add debugging macros support to CmLib (to use, set...
2007-12-13 Daniel ReimerOK, this has no right to be in here... "as developed...
2007-12-13 Daniel ReimerMove cromwell in the right folder.
2007-12-05 Hervé PoussineauDo not add twice a link to crt library
2007-12-05 Hervé PoussineauDon't add implicit dependencies for ntdll
2007-12-04 Gregor BrunmarFixed msvc project generation making duplicate project...
2007-12-03 Colin FinckAlways add _CRT_SECURE_NO_WARNINGS to the preprocessor...
2007-12-03 Aleksey Bragin- Build with "char" being "unsigned" by default, fixes...
2007-12-03 Aleksey Bragin- Don't try to perform "mkdir Z:" (where Z: is your...
2007-12-02 Aleksey Bragin- Fix a typo (lead to memory overwrite).
2007-12-01 Aleksey Bragin- Sync with Wine.
2007-11-28 Colin FinckLooks like my previous changes were already enough...
2007-11-28 Colin FinckDon't define the "min" and "max" macros in the general...
2007-11-28 Colin FinckChange widl to use only host headers.
2007-11-28 Hervé PoussineauFix indentation
2007-11-27 Marc Piulachs- Do not use module (name + extension) as default targe...
2007-11-25 Peter Ward- Fix a display bug when displaying binutils version.
2007-11-24 Aleksey Bragin- Don't escape defines with a " -> &quot; conversion...
2007-11-21 Christoph von Wittichdon't include crt
2007-11-20 Christoph von Wittichset TARGETTYPE=LIBRARY when fileext is dll
2007-11-20 Christoph von Wittichdefine DDDKAPI - it isn't defined in WDK
2007-11-20 Christoph von Wittichautogenerate module definition files for msvc
2007-11-18 Aleksey Bragin- Include "obj-i386"\include path in the 'additional...
2007-11-15 Art YerkesRolled into RosBE-PPC.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-08 Marc PiulachsDon't build rgenstat when "make clean"
2007-11-07 Hervé PoussineauOn *nix systems, support absolute paths in ROS_INTERMED...
2007-11-06 Hervé PoussineauDon't hardcode bootsector output name in livecd target
2007-11-06 Hervé PoussineauDon't hardcode multiple times the mechanisms to get...
2007-11-05 Colin FinckFix bootcd build, hope this fix is not too hackish...
2007-11-05 Colin FinckAttempt to fix the build by correcting the hardcoded...
2007-11-05 Hervé PoussineauAlso use the module name in wine stubs object files
2007-11-05 Hervé PoussineauAlso use the module name in idl object files
2007-11-05 Hervé PoussineauSupport to build more than one object file with one...
2007-11-05 Hervé PoussineauAdd a Module argument to GetObjectFilename()
2007-11-05 Colin FinckFix bootcd build for real now
2007-11-05 Colin FinckAttempt to fix build
2007-11-05 Hervé PoussineauFix build
2007-11-05 Hervé PoussineauBetter error reporting in case of define override
2007-10-31 Hervé PoussineauFix indentation
2007-10-30 Colin FinckTry to unbreak build by adding the -Iinclude/psdk line...
2007-10-30 Aleksey Bragin- Fix my mistakes when changing type of the Name field...
2007-10-30 Aleksey Bragin- Fix incorrect size calculation.
2007-10-30 Hervé PoussineauDo not directly include psdk directory when building...
2007-10-29 Colin FinckRevert hpoussin's commit in r29960 to unbreak build.
2007-10-29 Hervé PoussineauRemove unneeded hack because host tools don't use targe...
2007-10-28 Aleksey Bragin- Include config/cm.h for cm based code, and remove...
2007-10-28 Aleksey Bragin- Move registry shareable types (not internal to ntoskr...
2007-10-26 Aleksey Bragin- Define LIST_ENTRY functions as part of host headers...
2007-10-25 Aleksey Bragin- Update cmlib interface to NT 5.2.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Hervé PoussineauActivate define override check in rbuild
2007-10-19 Hervé PoussineauAdd an 'overridable' attribute on defines.
2007-10-19 Hervé PoussineauIgnore compiler flags when generating resource macro
2007-10-19 Hervé PoussineauSupport define overriding in child .rbuild files
2007-10-19 Hervé PoussineauConst-ify Define class
2007-10-15 Hervé PoussineauUpdate msvc backend, so Colin Finck will maybe stop...
2007-10-15 Art YerkesFix quirks for building PPC on windows.
2007-10-11 Mike NordellMake cabman build warning-free
2007-10-11 Johannes Anderwald- add checkAlarms function
2007-10-11 Hervé PoussineauAdd list of source files in generated makefile
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-08 Johannes Anderwald- use -nographic option
2007-10-08 Johannes Anderwald- fix linux build for build server trial #2
2007-10-08 Johannes Anderwald-include errno.h
2007-10-08 Johannes Anderwald- remove stdio debugging (not efficient and unused)
2007-10-08 Christoph von Wittich-fix compilation with msvc
2007-10-08 Hervé PoussineauFix rgenstat compilation
2007-10-08 Johannes Anderwald- fix linux compilation
2007-10-08 Johannes Anderwald- randomize named pipe name
2007-10-08 Johannes Anderwald- forgot one thing
2007-10-08 Johannes Anderwald- remove non required specialization
2007-10-08 Johannes Anderwald- remove unicode support (it was mess, a few places...
2007-10-07 Christoph von Wittichfix building with VS2005
2007-10-07 Christoph von Wittichused autoformat in MSVC to get the code readable again
2007-10-07 Christoph von Wittichfix some memory leaks
2007-10-07 Johannes Anderwald- improve error checking
2007-10-07 Johannes Anderwald- improve debugging
2007-10-07 Hervé PoussineauOops, forgot to save the file before committing ;)
2007-10-07 Hervé PoussineauAdd mingw and msvcrt implicit libraries only if it...
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-03 Johannes Anderwald- deactivate signal handler for linux
2007-10-03 Johannes Anderwald- fix linux build
2007-10-03 Christoph von Wittichfix some of the build errors
next