Stefan Ginsberg
931eb2e0b0
- Missed fs_rec in last commit
...
svn path=/trunk/; revision=39094
2009-01-25 16:21:14 +00:00
KJK::Hyperion
ba67551bdf
Implement full dependencies for rbuild: changing a header file will now automatically rebuild all modules that include it, directly or indirectly. Very slow, but an irreplaceable tool for header fixing
...
Full dependencies can be enabled by setting ROS_RBUILDFLAGS=-df
Whether initially enabled or not, once makefile.auto is generated, full dependencies can be enabled or disabled by setting ROS_BUILDDEPS=full or ROS_BUILDDEPS=auto
In case you missed it, full dependencies are VERY SLOW
svn path=/trunk/; revision=39093
2009-01-25 16:19:45 +00:00
Stefan Ginsberg
dbd86db31e
- Deprecate global helper.h -- define the various 'helpful macros' per module
...
svn path=/trunk/; revision=39092
2009-01-25 16:13:16 +00:00
Dmitry Chapyshev
72916420fc
- Add stubs for internalConfig, internalNewLocationW, internalRemoveLocation, internalRenameLocationW
...
svn path=/trunk/; revision=39091
2009-01-25 14:30:57 +00:00
Dmitry Chapyshev
6f92bc9ca5
- Add missed functions
...
svn path=/trunk/; revision=39090
2009-01-25 12:56:00 +00:00
Dmitry Chapyshev
61ab39a48a
- Small fix
...
svn path=/trunk/; revision=39089
2009-01-25 11:55:02 +00:00
Martin Fuchs
5219191647
code beautification
...
svn path=/trunk/; revision=39088
2009-01-25 11:54:31 +00:00
Dmitry Chapyshev
bcd29bbeab
- Cleanup and implement telephon.cpl
...
svn path=/trunk/; revision=39087
2009-01-25 11:45:47 +00:00
Martin Fuchs
002d1e57e4
update to VS2008 format project files
...
svn path=/trunk/; revision=39085
2009-01-25 11:21:49 +00:00
Martin Fuchs
706b0df927
update XMLStorage to the current version, compatible to VS2008 and GCC@Linux
...
svn path=/trunk/; revision=39084
2009-01-25 11:20:47 +00:00
Martin Fuchs
a00125aff1
update to VS2008 format project files
...
svn path=/trunk/; revision=39083
2009-01-25 11:16:54 +00:00
Martin Fuchs
31dbcaed16
add new resource scripts to the project file
...
svn path=/trunk/; revision=39082
2009-01-25 11:15:56 +00:00
Martin Fuchs
e90c8b1830
add code comment
...
svn path=/trunk/; revision=39081
2009-01-25 11:05:27 +00:00
Martin Fuchs
e5c2f55545
activate korean resource script
...
svn path=/trunk/; revision=39080
2009-01-25 10:48:40 +00:00
Dmitry Chapyshev
c86f97876c
.def -> .spec
...
svn path=/trunk/; revision=39079
2009-01-25 10:26:37 +00:00
Martin Fuchs
1940bfea3b
fix code page of korean resource script and remove buggy encoding of the "execute" dialog title
...
svn path=/trunk/; revision=39078
2009-01-25 09:03:27 +00:00
Pierre Schweitzer
052bf353f4
- Fixed a TODO.
...
- Added volume mount notification
svn path=/trunk/; revision=39077
2009-01-25 08:55:52 +00:00
Pierre Schweitzer
69eda17b58
Fixed a wrong behaviour
...
svn path=/trunk/; revision=39076
2009-01-25 08:29:42 +00:00
Pierre Schweitzer
6cc7b2d694
Fixed copy/paste
...
svn path=/trunk/; revision=39075
2009-01-25 07:15:25 +00:00
Pierre Schweitzer
032b62b88f
Fixed typos, spotted by Hervé
...
svn path=/trunk/; revision=39070
2009-01-24 20:41:57 +00:00
Pierre Schweitzer
79b1baec1b
Fixed build
...
svn path=/trunk/; revision=39069
2009-01-24 19:48:38 +00:00
Pierre Schweitzer
e9b336b8e3
Fixed hdwwiz build
...
svn path=/trunk/; revision=39068
2009-01-24 18:54:14 +00:00
Pierre Schweitzer
5ac93863fa
More French translations...
...
I start hating that language :p
svn path=/trunk/; revision=39067
2009-01-24 18:41:47 +00:00
Pierre Schweitzer
6bb6e1e076
This shouldn't have been commited... Thanks to RapidSVN
...
svn path=/trunk/; revision=39066
2009-01-24 17:58:28 +00:00
Pierre Schweitzer
edb415aa34
Added/Updated French translation for almost everything in trunk by Amine Khaldi.
...
With some adjustements I did.
We're ready for FOSDEM :). Real thanks for your work Amine.
Dedicated by Amine to Aleksey : happy birthday ;)
svn path=/trunk/; revision=39065
2009-01-24 17:56:31 +00:00
Michael Martin
9e98d00b9b
- Fix Typo.
...
svn path=/trunk/; revision=39063
2009-01-24 15:52:46 +00:00
Michael Martin
543ed8edd0
- Fix typo.
...
svn path=/trunk/; revision=39061
2009-01-24 12:28:51 +00:00
Pierre Schweitzer
07c701dd73
"Typo"
...
svn path=/trunk/; revision=39058
2009-01-24 10:13:21 +00:00
Pierre Schweitzer
ebd3acfd61
Added/Updated French translations for /base, excepted for calc.
...
svn path=/trunk/; revision=39057
2009-01-24 10:10:25 +00:00
Timo Kreuzer
f7b0b2a29e
Mm: Fix page protection flags checks.
...
svn path=/trunk/; revision=39054
2009-01-24 00:54:02 +00:00
Colin Finck
16c99f33f3
- Convert the function headers to a Doxygen-compatible style
...
- Fix some typos
svn path=/trunk/; revision=39050
2009-01-23 19:36:35 +00:00
Stefan Ginsberg
07814326c7
- Fix build. Addendum to r39048 (from KJK)
...
svn path=/trunk/; revision=39049
2009-01-23 15:56:07 +00:00
KJK::Hyperion
f51410ed14
modified tools/rbuild/backend/mingw/modulehandler.cpp
...
Use a Rule object for formatting PCH rules. Results in an almost identical makefile.auto, the differences (improvements) being:
- the new rule uses $@ and $< instead of the full filenames
- the new rule doesn't add the -g option (the module's CFLAGS/CXXFLAGS already contain it)
- .gch files now depend on the module's .rbuild as well (a standard Rule feature)
No rebuild needed, but rbuild will force one for most of you anyways
modified tools/rbuild/backend/mingw/rule.cpp
modified tools/rbuild/backend/mingw/rule.h
Rule::Execute now supports an arbitrary set of replaceable variables, too (required for the PCH rule)
svn path=/trunk/; revision=39048
2009-01-23 14:27:12 +00:00
Christoph von Wittich
aba3c0d759
Namea -> Name
...
svn path=/trunk/; revision=39047
2009-01-23 14:03:45 +00:00
Christoph von Wittich
ef601abbee
add missing DllRegisterServer
...
svn path=/trunk/; revision=39046
2009-01-23 13:46:36 +00:00
Christoph von Wittich
e9823adf33
sync mpr with wine 1.1.13
...
svn path=/trunk/; revision=39045
2009-01-23 13:29:06 +00:00
Christoph von Wittich
ceecc3cd07
add cryptdlg from wine 1.1.13
...
svn path=/trunk/; revision=39044
2009-01-23 13:06:33 +00:00
Christoph von Wittich
5d2dae2c69
sync cryptnet with wine 1.1.13
...
svn path=/trunk/; revision=39042
2009-01-23 12:45:09 +00:00
Aleksey Bragin
f0c446be0d
- Stubplement SwapSplayLinks helper function, and make RtlDelete call it.
...
- Fix a few lines having TABs instead of SPACEs.
svn path=/trunk/; revision=39041
2009-01-23 12:20:37 +00:00
Pierre Schweitzer
41d698006f
Added notifications stuff to VCB
...
svn path=/trunk/; revision=39040
2009-01-23 12:18:38 +00:00
Aleksey Bragin
ff636d548a
Christoph von Wittich
...
- Fix a typo: dereference target device object instead of referencing it in an uninit routine.
svn path=/trunk/; revision=39039
2009-01-23 11:04:05 +00:00
Aleksey Bragin
44f86392fe
[FORMATTING]
...
- Bring formatting closer to ReactOS kernelmode style.
svn path=/trunk/; revision=39038
2009-01-23 11:01:59 +00:00
Christoph von Wittich
d1494fca12
fix stdole2 dependencies
...
svn path=/trunk/; revision=39037
2009-01-23 10:48:53 +00:00
Aleksey Bragin
eb5644eb1b
[FORMATTING]
...
- Bring formatting closer to ReactOS kernelmode style.
- Fix a typo in a variable name.
svn path=/trunk/; revision=39036
2009-01-23 10:47:32 +00:00
Christoph von Wittich
460906f80f
we don't have to link against libjpeg
...
svn path=/trunk/; revision=39035
2009-01-23 10:36:18 +00:00
Aleksey Bragin
6a5773b11c
Alex Vlasov
...
- Implement operations with directory entries.
svn path=/trunk/; revision=39034
2009-01-23 10:26:02 +00:00
Aleksey Bragin
af8cfd1432
Alex Vlasov
...
- Implement FAT operations (scanning, finding continuous runs).
- Implement and plug in VCB initialization.
svn path=/trunk/; revision=39033
2009-01-23 10:19:57 +00:00
Aleksey Bragin
ea484badec
- Add TAG definition to be compatible with GCC multicharacter constants.
...
- Change FAT_NTC_VCB to a TAG-based definition.
svn path=/trunk/; revision=39032
2009-01-23 10:09:22 +00:00
Aleksey Bragin
7f06a44898
- Fix FatValidSectorsPerCluster, otherwise it ended up always being true for any sectors amount.
...
svn path=/trunk/; revision=39031
2009-01-23 10:07:15 +00:00
Aleksey Bragin
06abfd926c
Alex Vlasov
...
- Move and rewrite FAT in-memory structures to fatstruc.h.
- Remove PACKED_LFN_ENTRY structure.
- Add declarations of VCB functions (init, uninit), and FAT scanning.
svn path=/trunk/; revision=39030
2009-01-23 09:49:45 +00:00