2005-01-14 |
Royce Mitchell III | use ntoskrnl's def file when running dlltool, otherwise... |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | kill the output exe files in a clean, too |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | generate clean rules |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | create phony targets for each module name, so you can... |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | generate output rules for files under <if> |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | bugfixes to new <if> and related code |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | add support for <if> and <property> |
commit | commitdiff | tree |
2005-01-13 |
Royce Mitchell III | fix variable cases |
commit | commitdiff | tree |
2005-01-12 |
Casper Hornstrup | * Keep project level includes and defines in PROJECT_CFLAGS |
commit | commitdiff | tree |
2005-01-12 |
Royce Mitchell III | forgot to recurse If elements when generating macros |
commit | commitdiff | tree |
2005-01-12 |
Royce Mitchell III | support for <if> tag |
commit | commitdiff | tree |
2005-01-12 |
Royce Mitchell III | bugfix - patch by filip navara |
commit | commitdiff | tree |
2005-01-11 |
Casper Hornstrup | Build ntdll.dll. |
commit | commitdiff | tree |
2005-01-11 |
Royce Mitchell III | create a couple more variables to reduce makefile size |
commit | commitdiff | tree |
2005-01-10 |
Royce Mitchell III | make sure parentElement is set properly for <xi:include... |
commit | commitdiff | tree |
2005-01-09 |
Casper Hornstrup | * Nasm support |
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | added xi:fallback support |
commit | commitdiff | tree |
2005-01-09 |
Casper Hornstrup | Fix compilation. |
commit | commitdiff | tree |
2005-01-09 |
Casper Hornstrup | GCC assembler support. |
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | use enum instead of string in more places |
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | add 'location' information to a couple exceptions that... |
commit | commitdiff | tree |
2005-01-09 |
Royce Mitchell III | replaced Backend Factory's vector with a map. |
commit | commitdiff | tree |
2005-01-09 |
Casper Hornstrup | Put global includes last. |
commit | commitdiff | tree |
2005-01-09 |
Casper Hornstrup | Fix compile error |
commit | commitdiff | tree |
2005-01-09 |
Casper Hornstrup | Precondition dependencies. |
commit | commitdiff | tree |
2005-01-08 |
Casper Hornstrup | Invocation of buildtool modules. |
commit | commitdiff | tree |
2005-01-08 |
Casper Hornstrup | BuildTool module type support. |
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | use ROS_TEMPORARY and ROS_INTERMEDIATE to allow builder... |
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | don't allow duplicate module names |
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | <include> now has attribute 'base' which allows to... |
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | xml nodes now store the location they were parsed from... |
commit | commitdiff | tree |
2005-01-08 |
Royce Mitchell III | Don't pass objects ( particularly vectors ) by value... |
commit | commitdiff | tree |
2005-01-08 |
Casper Hornstrup | Static library module type. |
commit | commitdiff | tree |
2005-01-07 |
Casper Hornstrup | Include and define support. |
commit | commitdiff | tree |
2005-01-07 |
Martin Fuchs | fix case of XML.o |
commit | commitdiff | tree |
2005-01-07 |
Royce Mitchell III | parse, but ignore, <? ?> tags - eliminated duplicate... |
commit | commitdiff | tree |
2005-01-06 |
Casper Hornstrup | * Generate kernel |
commit | commitdiff | tree |
2005-01-06 |
Casper Hornstrup | Generate dependencies for kernel module type. |
commit | commitdiff | tree |
2005-01-06 |
Martin Fuchs | migrate substitution keywords to SVN |
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | fix gcc warning |
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | forgot to remove and unneeded #include |
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | much better factory implementation - thanks art yerkes |
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | Factories for Backend creation |
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | file & line # reporting on xml syntax errors |
commit | commitdiff | tree |
2005-01-06 |
Royce Mitchell III | fixed some warnings, and added some asserts |
commit | commitdiff | tree |
2005-01-05 |
Casper Hornstrup | Parse libraries. |
commit | commitdiff | tree |
2005-01-05 |
Casper Hornstrup | Parse module type. |
commit | commitdiff | tree |
2005-01-05 |
Casper Hornstrup | Generate MinGW makefile in the backend. |
commit | commitdiff | tree |
2005-01-05 |
Casper Hornstrup | Handle modules. |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | beginnings of makefile output |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | allow for other build systems |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | specify output filename |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | assume HOST is set to mingw32-windows until someone... |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | small XMLFile cleanup |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | pch.h can be used as pre-compiled header |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | handle comments while parsing, instead of returning... |
commit | commitdiff | tree |
2005-01-05 |
Royce Mitchell III | don't define macros that conflict with MinGW system... |
commit | commitdiff | tree |
2005-01-04 |
Casper Hornstrup | MinGW backend. |
commit | commitdiff | tree |
2005-01-04 |
Casper Hornstrup | Add project and module tests. |
commit | commitdiff | tree |
2005-01-04 |
Casper Hornstrup | Exception handling. |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | fix gcc incompatibilities |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | ssprintf() family of functions for std::string + printf... |
commit | commitdiff | tree |
2005-01-04 |
Casper Hornstrup | Move project to its own file. |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | break XML-parsing stuff into it's own files, and fix... |
commit | commitdiff | tree |
2005-01-04 |
Casper Hornstrup | Kill warnings. |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | parse a module's files into a vector ( conditions are... |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | handle xml comments and added handling for some possibl... |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | each XMLElement now stores a pointer to it's parent... |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | create virtual attribute "top_href" for <xi:include... |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | use ntoskrnl/module.xml |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | xml file for ntoskrnl module |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | support for <xi:include href="foo/foo.xml">, including... |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | proper destruction for Project objects |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | initial code to step through tree looking for modules... |
commit | commitdiff | tree |
2005-01-04 |
Royce Mitchell III | don't pass vector<pointer> by value unless you are... |
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | get rid of transitory junk |
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | 1) vector<BaseClass> = bad juju, must use vector<BaseCl... |
commit | commitdiff | tree |
2005-01-03 |
Casper Hornstrup | Add small testing framework. |
commit | commitdiff | tree |
2005-01-03 |
Casper Hornstrup | Add makefile for rbuild. |
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | moved rbuild.cpp per Casper's request |
commit | commitdiff | tree |
2005-01-03 |
Royce Mitchell III | XML parsing working with my local sample build script... |
commit | commitdiff | tree |
2005-01-02 |
Casper Hornstrup | Add sample build script. |
commit | commitdiff | tree |
2005-01-02 |
KJK::Hyperion | Relaxed the validity checks for PE executables yet... |
commit | commitdiff | tree |
2005-01-02 |
Filip Navara | Disable debugging message. |
commit | commitdiff | tree |
2005-01-02 |
Filip Navara | Rename MmOpenMemoryAreaBy[Address/Region] to MmLocateMe... |
commit | commitdiff | tree |
2005-01-02 |
Filip Navara | Implement ExtCreateRegion. |
commit | commitdiff | tree |
2005-01-02 |
Filip Navara | Allocate enough bytes for the adapter object. |
commit | commitdiff | tree |
2005-01-02 |
Filip Navara | Change the MEMORY_AREAs to be stored it a binary search... |
commit | commitdiff | tree |
2005-01-02 |
Aleksey Bragin | Removed file/folder |
commit | commitdiff | tree |
2005-01-02 |
Aleksey Bragin | Removed file/folder |
commit | commitdiff | tree |
2005-01-02 |
Aleksey Bragin | Removed file/folder |
commit | commitdiff | tree |
2005-01-02 |
Aleksey Bragin | Removed file/folder |
commit | commitdiff | tree |
2005-01-02 |
Aleksey Bragin | Removed file/folder |
commit | commitdiff | tree |
2005-01-02 |
Aleksey Bragin | svn path=/trunk/; revision=12722 |
commit | commitdiff | tree |
2005-01-02 |
Emanuele Aliberti | Replace |
commit | commitdiff | tree |
2005-01-02 |
Martin Fuchs | Updated years range in copyright note. |
commit | commitdiff | tree |
2005-01-02 |
Casper Hornstrup | Correct location of freeldr.sys for livecd target. |
commit | commitdiff | tree |
2005-01-02 |
Emanuele Aliberti | - Updated years range in copyright note. |
commit | commitdiff | tree |
2005-01-02 |
Eric Kohl | Remove pipe only if client fcb list and server fcb... |
commit | commitdiff | tree |
2005-01-02 |
Alex Ionescu | Fix more wrong Mm definitions and constants and sync... |
commit | commitdiff | tree |
next |