Do not define __REACTOS__ twice
[reactos.git] / reactos / tools /
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
2007-10-03 Hervé PoussineauRemove usewrc attribute in rbuild files ; wrc should...
2007-10-02 Johannes Anderwald- perform all boot tests in one launch of sysreg
2007-10-01 Hervé PoussineauDisplay error location when possible
2007-10-01 Hervé PoussineauRename 'base' to 'installbase' for CdFile, InstallFile...
2007-09-28 Hervé PoussineauFix some corner cases when processing <include> element...
2007-09-24 Hervé PoussineauWhen depending of a module, also depends of its generat...
2007-09-24 Hervé PoussineauAdd headers dependencies for modules which declare...
2007-09-24 Hervé PoussineauKeep standard includes when building C++ modules
2007-09-24 Hervé PoussineauFix typo
2007-09-24 Hervé PoussineauDepend again of autogenerated psdk headers (was broken...
2007-09-24 Hervé PoussineauDo not use host headers anymore when building target...
2007-09-24 Hervé PoussineauUse user flags when building host tools
2007-09-24 Hervé PoussineauDo not put .h files in object files, it causes problems...
2007-09-24 Hervé PoussineauDisplay a message when a module has been disabled
2007-09-23 Hervé PoussineauRemove useless code
2007-09-23 Hervé PoussineauContinue rbuild cleanup (AutomaticDependency and Source...
2007-09-19 Hervé PoussineauFix weird bug in Project::ResolveProperties(), which...
2007-09-19 Hervé PoussineauRemove rbuild stdlib="host" attribute. That was a worka...
2007-09-19 Hervé PoussineauFix an old rbuild bug: .gch file now depends of interme...
2007-09-18 Christoph von Wittichdon't use WNOHANG
2007-09-18 Christoph von Wittichfix qemu vnc param
2007-09-18 Christoph von Wittichfix a bug in the linux version of OsSupport::createProcess
2007-09-16 Aleksey BraginGregor Brunmar <gregor.brunmar@home.se>:
2007-09-16 Hervé PoussineauAdd back support for files not in the root of the modul...
2007-09-15 Hervé PoussineauFix typo
2007-09-15 Hervé PoussineauContinue rbuild cleanup (Directory class)
2007-09-14 Johannes Anderwald- reenable module definition
2007-09-14 Johannes Anderwald- include intermediate path for msvc projects since...
2007-09-14 Colin FinckForgot to change these ones as well.
2007-09-14 Colin Finck- Create a new "include/host" directory for host-only...
2007-09-14 Hervé PoussineauUpdate project dtd file based on usage (doesn't mean...
2007-09-14 Hervé PoussineauDelete useless files
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-09-12 Hervé PoussineauCleanup GetDirectory(), GetFilename() and GetExtension...
2007-09-11 Hervé PoussineauRename strFile/strDirectory to a more meaningful name...
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 Colin FinckRevert r28972, the pshpack*.h and poppack.h headers...
2007-09-09 Colin FinckRemove the references to the "include/psdk" directory...
2007-09-09 Aleksey Bragin- Fix build by adding Wine-specific language definition...
2007-09-09 Hervé PoussineauContinue rbuild cleanup (Module class)
2007-09-09 Art YerkesAdd 2-byte packing for the DWORD size that follows...
2007-09-08 Colin Finck- Revert my previous attempts to fix the "wmc" and...
2007-09-08 Colin Finck- Solve our wchar_t host problems the easy way by defin...
2007-09-08 Hervé PoussineauLet ImportLibrary class use the FileLocation concept.
2007-09-07 Hervé PoussineauFix bootcd / livecd
2007-09-07 Hervé PoussineauSome rbuild cleanup:
2007-09-07 Johannes Anderwald- use raw hdd image for linux and use vmdk for windows...
2007-09-06 Johannes Anderwald- format hdd images with raw format
2007-09-06 Johannes Anderwald- end the configuration commit war
2007-09-06 Hervé PoussineauExplain why some binutils are blacklisted
2007-09-06 Hervé PoussineauAdd method to get target arch in rbuild
2007-09-05 Johannes Anderwald- delete pidfile if it exists before launching emulator
2007-09-05 Christoph von Wittich-allocate the buffer for the NamedPipeReader on Linux too
2007-09-05 Christoph von Wittichfix some bugs in the linux version (not working yet)
2007-09-05 Hervé PoussineauFix ReactOS temporary directory name
2007-09-05 Hervé PoussineauSynchronize with Wine WIDL 0.9.44 (and a few patches...
2007-09-05 Hervé PoussineauDuplicate widl tool to widl_new
2007-09-05 Hervé PoussineauFinally let Wine package version depend of ReactOS...
2007-09-05 Hervé PoussineauLet tools including the version number depend of buildno.h
2007-09-04 Johannes Anderwald- no comment
2007-09-04 Christoph von Wittichfix linux build
2007-09-04 Johannes Anderwald- split boot cmd into tokens
2007-09-04 Christoph von Wittichfix linux build
2007-09-04 Christoph von Wittichfix some of the linux build issues
2007-09-04 Johannes Anderwald- readd named pipe support for linux by Christoph_vW
2007-09-04 Colin FinckCorrectly define LONG_PTR, ULONG_PTR and SIZE_T in...
2007-09-04 Johannes Anderwald- remove dbgprint from tools
2007-09-04 Johannes Anderwald- fix target
2007-09-04 Johannes Anderwald- add disk param when booting from cdrom
2007-09-04 Christoph von Wittich-fix build
2007-09-04 Johannes Anderwald- fix serious bug in createHDDImage
2007-09-04 Christoph von Wittichfix compilation on linux
2007-09-04 Johannes Anderwald- rename sleep to delayExecution
2007-09-03 Colin FinckMake these two "registry_callback() failed" messages...
2007-09-03 Colin FinckBuild fixes for MSVC, now mkhive can be built with...
2007-09-03 Johannes Anderwald- improve error checking
2007-09-03 Hervé PoussineauCheck a Windows host by _WIN32 define, not WINDOWS_HOST
2007-09-03 Hervé PoussineauFix build #2
2007-09-03 Art YerkesFix building of libcntpr on ppc.
2007-09-03 Hervé PoussineauFew indentation fixes
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-09-02 Johannes Anderwald- improve error checking
2007-09-02 Johannes Anderwald- verify provided boot_cmd
2007-09-02 Johannes Anderwald- hardcode the bios directory on linux system to /usr...
2007-09-02 Hervé PoussineauDo not disable asserts
2007-09-02 Hervé PoussineauMake some i386 code conditional
2007-09-02 Hervé PoussineauSearch a property by its name
2007-09-02 Art YerkesIgnore elf.
2007-09-02 Art YerkesIgnore elf executables.
2007-09-02 Art YerkesSmall change to make OARCH optional.
2007-09-02 Art YerkesRemove hack-coff and le2be. We make an elf booter...
2007-09-02 Art YerkesAdding misc ppc tools.
2007-09-02 Art YerkesAdd interface generator for open firmware calls.
2007-08-30 Hervé Poussineau[FORMATTING] Fix spaces/tabs mess
next