Steven Edwards
c645e0d34c
add ftp to the build
...
svn path=/trunk/; revision=12808
2005-01-05 00:03:42 +00:00
Nedko Arnaudov
f765c59019
Use build helpers from /reactos/tools/
...
svn path=/trunk/; revision=12807
2005-01-04 23:36:14 +00:00
Alex Ionescu
4dba0925ac
Use proper PISID pointer to SID structure, fix wrong LUID definition, and remove duplicate code in Security Manager
...
svn path=/trunk/; revision=12806
2005-01-04 22:44:50 +00:00
Casper Hornstrup
4e36b04d0d
MinGW backend.
...
svn path=/branches/xmlbuildsystem/; revision=12805
2005-01-04 22:40:08 +00:00
Steven Edwards
ddd07cb377
Why is gcc stupid....
...
svn path=/trunk/; revision=12804
2005-01-04 22:11:50 +00:00
Nedko Arnaudov
c0ba0ea090
Fix personal info.
...
svn path=/trunk/; revision=12803
2005-01-04 21:40:25 +00:00
Nedko Arnaudov
d61f6e4c18
Fix personal info.
...
Replace tabs with spaces.
svn path=/trunk/; revision=12802
2005-01-04 21:36:26 +00:00
Casper Hornstrup
6f22300491
Add project and module tests.
...
svn path=/branches/xmlbuildsystem/; revision=12801
2005-01-04 21:29:09 +00:00
Filip Navara
fca5c9e765
Don't free the memory for LParam in NtUserPeekMessage if called with PM_NOREMOVE flag.
...
svn path=/trunk/; revision=12800
2005-01-04 21:25:20 +00:00
Filip Navara
c0f005d179
Remove a broken header that's not needed anymore.
...
svn path=/trunk/; revision=12799
2005-01-04 21:19:51 +00:00
Nedko Arnaudov
2981f57ae6
Use .exe postfix when building on non-windows hosts too.
...
We are always building Win32 executable.
svn path=/trunk/; revision=12798
2005-01-04 20:50:06 +00:00
Casper Hornstrup
8b3d554adb
Exception handling.
...
svn path=/branches/xmlbuildsystem/; revision=12797
2005-01-04 20:37:48 +00:00
Eric Kohl
db2f53dc81
Implement RtlCutoverTimeToSystemTime().
...
svn path=/trunk/; revision=12796
2005-01-04 20:10:11 +00:00
Royce Mitchell III
6332037cc9
fix gcc incompatibilities
...
svn path=/branches/xmlbuildsystem/; revision=12795
2005-01-04 19:06:48 +00:00
Royce Mitchell III
9d52adaf02
ssprintf() family of functions for std::string + printf functionality
...
svn path=/branches/xmlbuildsystem/; revision=12794
2005-01-04 18:38:31 +00:00
Casper Hornstrup
47c197a607
Move project to its own file.
...
svn path=/branches/xmlbuildsystem/; revision=12793
2005-01-04 18:24:21 +00:00
Royce Mitchell III
ac754b1f06
break XML-parsing stuff into it's own files, and fix 'make test'
...
svn path=/branches/xmlbuildsystem/; revision=12792
2005-01-04 17:53:26 +00:00
Casper Hornstrup
650cbe59a3
Kill warnings.
...
svn path=/branches/xmlbuildsystem/; revision=12791
2005-01-04 17:19:43 +00:00
Hartmut Birr
d8b3bb21d1
- Removed the 'shadow' NtGlobalFlag from ntdll.dll.
...
- Initialized NumberOfProcessors from the PEB structure.
svn path=/trunk/; revision=12790
2005-01-04 16:23:29 +00:00
Royce Mitchell III
ee24430c57
parse a module's files into a vector ( conditions are still a TODO )
...
svn path=/branches/xmlbuildsystem/; revision=12789
2005-01-04 14:46:06 +00:00
Royce Mitchell III
b6ce86818c
handle xml comments and added handling for some possible error conditions
...
svn path=/branches/xmlbuildsystem/; revision=12788
2005-01-04 14:27:27 +00:00
Royce Mitchell III
eced4673d4
each XMLElement now stores a pointer to it's parent node, so the tree can be traversed from the bottom
...
svn path=/branches/xmlbuildsystem/; revision=12787
2005-01-04 14:02:04 +00:00
Royce Mitchell III
0e49eb5441
create virtual attribute "top_href" for <xi:include> that is a path relative to top level of project to make it easier to generate non-recursive makefiles
...
svn path=/branches/xmlbuildsystem/; revision=12786
2005-01-04 13:40:05 +00:00
Eric Kohl
8caac8b834
Implement BuildExplicitAccessWithNameA/W() and BuildImpersonateExplicitAccessWithNameA/W().
...
svn path=/trunk/; revision=12785
2005-01-04 09:35:28 +00:00
Royce Mitchell III
83a90b1ff8
use ntoskrnl/module.xml
...
svn path=/branches/xmlbuildsystem/; revision=12784
2005-01-04 07:05:31 +00:00
Royce Mitchell III
767c4f1f9e
xml file for ntoskrnl module
...
svn path=/branches/xmlbuildsystem/; revision=12783
2005-01-04 07:05:04 +00:00
Royce Mitchell III
7b85a3019d
support for <xi:include href="foo/foo.xml">, including the "relative path-mucking" necessary
...
svn path=/branches/xmlbuildsystem/; revision=12782
2005-01-04 07:03:59 +00:00
Royce Mitchell III
e6258f2fa1
buffer overflow (& invalid registry path for device) bugfix: DataPtr != KeyInformation->Data on 2nd+ passes
...
svn path=/trunk/; revision=12781
2005-01-04 06:24:17 +00:00
Royce Mitchell III
d2cca7e010
dump first 128 bytes of violated memory blocks
...
svn path=/trunk/; revision=12780
2005-01-04 05:09:53 +00:00
Gunnar Dalsnes
708b29556c
-move structs OBJECT_TYPE/OBJECT_HEADER into private headers
...
-correct OBJECT_TYPE_INFORMATION struct
-rename meaningless members OBJECT_TYPE->MaxObjects/MaxHandles to PeakObjects/PeakHandles and init to zero. Both are still unused.
svn path=/trunk/; revision=12779
2005-01-04 04:45:00 +00:00
Royce Mitchell III
4b6d28c5a2
proper destruction for Project objects
...
svn path=/branches/xmlbuildsystem/; revision=12778
2005-01-04 04:09:04 +00:00
Royce Mitchell III
0b41f2cc93
initial code to step through tree looking for modules, and calculating their relative paths, for now just print out our findings and clean up.
...
svn path=/branches/xmlbuildsystem/; revision=12777
2005-01-04 04:04:32 +00:00
Steven Edwards
34bf6de206
added a port of netkit ftp.exe
...
svn path=/trunk/; revision=12776
2005-01-04 04:03:57 +00:00
Royce Mitchell III
24bc72075e
don't pass vector<pointer> by value unless you are looking for trouble, also fixed Assert() to take stdargs to make it's usage simpler and less error-prone. Also fixed IsTrue(), etc, to take file and line info by args and created macros to pass that info automatically.
...
svn path=/branches/xmlbuildsystem/; revision=12775
2005-01-04 03:10:07 +00:00
Alex Ionescu
8c065412f4
Add more Critical Section Debug Data and fix two bugs.
...
svn path=/trunk/; revision=12774
2005-01-04 01:51:16 +00:00
Filip Navara
b06887c39a
Robert Shearman <rob@codeweavers.com>
...
- Fix colours used for SS_*RECT, SS_*FRAME.
- Implement SS_CENTERIMAGE for static control.
svn path=/trunk/; revision=12773
2005-01-04 01:49:08 +00:00
Alex Ionescu
27780dc59a
Fix silly bugs in Critical section code. Thanks to Gunnar for finding one of them, thanks to mifritscher for finding the actual regression, and thanks to Filip for being understanding :P
...
svn path=/trunk/; revision=12772
2005-01-04 00:10:50 +00:00
Alex Ionescu
abd7686a78
Fix RtlCriticalSection dummy calls in ntoskrnl's libsupp, for consistency with previous patch and correctness of types.
...
svn path=/trunk/; revision=12771
2005-01-03 23:35:02 +00:00
Royce Mitchell III
ac0d1d2023
get rid of transitory junk
...
svn path=/branches/xmlbuildsystem/; revision=12770
2005-01-03 23:24:12 +00:00
Royce Mitchell III
7db6de29fc
1) vector<BaseClass> = bad juju, must use vector<BaseClass*>
...
2) BaseClass must have virtual dtor
3) make Run() pure virtual
svn path=/branches/xmlbuildsystem/; revision=12769
2005-01-03 23:21:25 +00:00
Gregor Anich
57cef8643d
added ntagp.h
...
svn path=/trunk/; revision=12768
2005-01-03 23:12:56 +00:00
Casper Hornstrup
0f703e6c9b
Add small testing framework.
...
svn path=/branches/xmlbuildsystem/; revision=12767
2005-01-03 23:04:52 +00:00
Alex Ionescu
352d524633
Rewrite ROS Critical Section implementation, which was slow and broken (because it always created an event, which is the slow path). Note that coincidentally, Gunnar also fixed this code and committed a patch this morning, taken from WINE. This code is also based on WINE, but adds more features which WINE does not support/need yet (regarding Debug CS). Hence, this code was a re-write of the original ROS code, not of Gunnar's, and we've both discussed the accidental conflict.
...
svn path=/trunk/; revision=12766
2005-01-03 23:02:15 +00:00
Gé van Geldorp
a3e3b56cca
Since we can load .sym files when defined(DBG) now, enable
...
/PROFILE option for defined(DBG) too.
svn path=/trunk/; revision=12765
2005-01-03 22:53:21 +00:00
Gé van Geldorp
22244655d6
Reverse last change, as it causes problems for ReadConsole (line input)
...
svn path=/trunk/; revision=12764
2005-01-03 22:00:39 +00:00
Filip Navara
366252dce4
Don't crash if ShellFolder doesn't implement the IID_ISFHelper interface.
...
svn path=/trunk/; revision=12763
2005-01-03 21:19:25 +00:00
Casper Hornstrup
5b5cae1d8f
Add makefile for rbuild.
...
svn path=/branches/xmlbuildsystem/; revision=12762
2005-01-03 20:43:23 +00:00
Art Yerkes
edc694086f
Removed spaces, put tabs.
...
svn path=/trunk/; revision=12761
2005-01-03 19:51:26 +00:00
Art Yerkes
c60fc95e69
Added route.exe to bootcd.
...
Patch by WaxDragon.
svn path=/trunk/; revision=12760
2005-01-03 19:45:35 +00:00
Royce Mitchell III
af0029cf63
moved rbuild.cpp per Casper's request
...
svn path=/branches/xmlbuildsystem/; revision=12759
2005-01-03 19:29:19 +00:00