reactos.git
10 years ago[KMTESTS]
Thomas Faber [Thu, 20 Feb 2014 19:26:24 +0000 (19:26 +0000)]
[KMTESTS]
- Disable Example test since it has intentional failures. Dedicated to Christoph

svn path=/trunk/; revision=62265

10 years ago[kernel32]
Christoph von Wittich [Thu, 20 Feb 2014 19:15:54 +0000 (19:15 +0000)]
[kernel32]
don't set LastError in VerifyConsoleIoHandle

svn path=/trunk/; revision=62264

10 years ago[GETUNAME][TAPIUI]
Amine Khaldi [Thu, 20 Feb 2014 11:05:27 +0000 (11:05 +0000)]
[GETUNAME][TAPIUI]
* Add Albanian translation. By Ardit Dani, corrected by me.
CORE-7924 #resolve #comment Committed in r62261. Thanks !

svn path=/trunk/; revision=62261

10 years ago[kernel32]
Christoph von Wittich [Wed, 19 Feb 2014 21:01:25 +0000 (21:01 +0000)]
[kernel32]
sync TIME_CompTimeZoneID with wine 1.7.11

svn path=/trunk/; revision=62260

10 years ago[kernel32]
Christoph von Wittich [Wed, 19 Feb 2014 19:44:05 +0000 (19:44 +0000)]
[kernel32]
fix crash in kernel32_winetest volume

svn path=/trunk/; revision=62257

10 years ago[HIVECLS]
Jérôme Gardou [Tue, 18 Feb 2014 20:11:10 +0000 (20:11 +0000)]
[HIVECLS]
- Add default application (iexplore) for html files.

svn path=/trunk/; revision=62251

10 years ago[SPEC2DEF]
Timo Kreuzer [Tue, 18 Feb 2014 20:06:50 +0000 (20:06 +0000)]
[SPEC2DEF]
Don't make exports by ordinal NONAME automatically. Fixes a bunch of tests. Thanks to Amine for finding the problem in the first place.

svn path=/trunk/; revision=62250

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 18 Feb 2014 19:53:48 +0000 (19:53 +0000)]
[NTOSKRNL]
Fix returned symbolic links in IoGetDeviceInterfaces.

svn path=/trunk/; revision=62249

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 18 Feb 2014 18:12:30 +0000 (18:12 +0000)]
[NTOSKRNL]
Implement PspSetQuotaLimits and use it in NtSetInformationProcess

svn path=/trunk/; revision=62247

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 18 Feb 2014 17:57:47 +0000 (17:57 +0000)]
[NTOSKRNL]
Implement TokenOrigin case in NtSetInformationToken

svn path=/trunk/; revision=62246

10 years ago[NTOSKRNL]
Timo Kreuzer [Tue, 18 Feb 2014 17:51:45 +0000 (17:51 +0000)]
[NTOSKRNL]
- Implement SeCheckAuditPrivilege and use it instead of SeSinglePrivilegeCheck, because the latter uses the effective token and we want the primary token
- Implement SePrivilegedServiceAuditAlarm
- Add and initialize missing SeLocalServiceSid and SeNetworkServiceSid

svn path=/trunk/; revision=62245

10 years ago[INTSAFE]
Timo Kreuzer [Tue, 18 Feb 2014 16:58:18 +0000 (16:58 +0000)]
[INTSAFE]
Fix a typo.

svn path=/trunk/; revision=62244

10 years ago[CMAKE]
Amine Khaldi [Tue, 18 Feb 2014 11:12:26 +0000 (11:12 +0000)]
[CMAKE]
* Set the default PCH value only if it's not already set.

svn path=/trunk/; revision=62241

10 years ago[kernel32]
Christoph von Wittich [Mon, 17 Feb 2014 21:51:48 +0000 (21:51 +0000)]
[kernel32]
sync format_msg.c with wine 1.7.11

svn path=/trunk/; revision=62234

10 years ago[comctl32]
Christoph von Wittich [Mon, 17 Feb 2014 20:09:46 +0000 (20:09 +0000)]
[comctl32]
sync rebar to wine 1.7.11

svn path=/trunk/; revision=62233

10 years ago[SHELL32]
Thomas Faber [Mon, 17 Feb 2014 17:01:37 +0000 (17:01 +0000)]
[SHELL32]
- Fix more casts and stack corruption

svn path=/trunk/; revision=62230

10 years ago[SHELL32]
Thomas Faber [Mon, 17 Feb 2014 16:53:41 +0000 (16:53 +0000)]
[SHELL32]
- Fix some broken casts & stack corruption

svn path=/trunk/; revision=62229

10 years ago[RosApps|WineFile] - update some resource files, please review and update them.
James Tabor [Mon, 17 Feb 2014 04:18:52 +0000 (04:18 +0000)]
[RosApps|WineFile] - update some resource files, please review and update them.

svn path=/trunk/; revision=62224

10 years ago[ws2_32_new]
Christoph von Wittich [Sun, 16 Feb 2014 21:20:51 +0000 (21:20 +0000)]
[ws2_32_new]
always return "WinSock 2.0" as windows does (verified on windows 8)
fix a typo

svn path=/trunk/; revision=62222

10 years ago[CMAKE]
Amine Khaldi [Sun, 16 Feb 2014 21:06:31 +0000 (21:06 +0000)]
[CMAKE]
* Correctly sort the ntdll folder.

svn path=/trunk/; revision=62221

10 years ago[FDC]
Timo Kreuzer [Sun, 16 Feb 2014 16:23:18 +0000 (16:23 +0000)]
[FDC]
Silence some debug prints

svn path=/trunk/; revision=62220

10 years ago[BASEADDRESSES]
Timo Kreuzer [Sun, 16 Feb 2014 14:57:36 +0000 (14:57 +0000)]
[BASEADDRESSES]
Partly revert 62119 to see whether that fixes the hybrid builder

svn path=/trunk/; revision=62219

10 years ago[TDI]
Timo Kreuzer [Sun, 16 Feb 2014 13:59:16 +0000 (13:59 +0000)]
[TDI]
Add stubs for TdiRegisterPnPHandlers and TdiDeregisterPnPHandlers

svn path=/trunk/; revision=62218

10 years ago[NTOSKRNL]
Timo Kreuzer [Sun, 16 Feb 2014 13:56:36 +0000 (13:56 +0000)]
[NTOSKRNL]
Improve MiRemoveMappedPtes to be able to unmap session mapped views.

svn path=/trunk/; revision=62217

10 years ago[INF]
Eric Kohl [Sun, 16 Feb 2014 12:53:56 +0000 (12:53 +0000)]
[INF]
Fix broken string. I hate this Crimmson Editor "feature".

svn path=/trunk/; revision=62216

10 years ago[INF]
Eric Kohl [Sun, 16 Feb 2014 12:49:07 +0000 (12:49 +0000)]
[INF]
Make the type of the strings in the Parameters section Windows XP compatible. This fixes the  kernel32 environ winetest.

svn path=/trunk/; revision=62215

10 years ago[appwiz]
Giannis Adamopoulos [Sun, 16 Feb 2014 12:21:52 +0000 (12:21 +0000)]
[appwiz]
- Don't duplicate an export
- Spotted by Victor Martinez

svn path=/trunk/; revision=62211

10 years ago[ws2_32]
Christoph von Wittich [Sun, 16 Feb 2014 10:24:08 +0000 (10:24 +0000)]
[ws2_32]
-do not initialize in case of error
-don't touch vendor info

svn path=/trunk/; revision=62210

10 years ago[NTOSKRNL]
Timo Kreuzer [Sun, 16 Feb 2014 09:54:05 +0000 (09:54 +0000)]
[NTOSKRNL]
Implement NtReadRequestData and NtWriteRequestData

svn path=/trunk/; revision=62209

10 years ago[NTOSKRNL]
Timo Kreuzer [Sun, 16 Feb 2014 09:27:01 +0000 (09:27 +0000)]
[NTOSKRNL]
Implement SystemLookasideInformation case in NtQuerySystemInformation

svn path=/trunk/; revision=62208

10 years ago[NTOSKRNL]
Timo Kreuzer [Sun, 16 Feb 2014 09:08:22 +0000 (09:08 +0000)]
[NTOSKRNL]
- Halfplement SeReportSecurityEvent, stub SeSetAuditParameter and enable both exports, which are SP1!

svn path=/trunk/; revision=62207

10 years ago[NTOSKRNL]
Timo Kreuzer [Sun, 16 Feb 2014 08:56:34 +0000 (08:56 +0000)]
[NTOSKRNL]
- Fix logic in PsReferenceEffectiveToken

svn path=/trunk/; revision=62206

10 years ago[NTOSKRNL]
Timo Kreuzer [Sun, 16 Feb 2014 08:54:38 +0000 (08:54 +0000)]
[NTOSKRNL]
- Do not fail in CmLoadKey, when a trust class key was passed. Instead just ignore it.

svn path=/trunk/; revision=62205

10 years ago[ws2_32]
Christoph von Wittich [Sun, 16 Feb 2014 08:02:38 +0000 (08:02 +0000)]
[ws2_32]
merge startup version checks from ws2_32_new/src/startup.c

[ws2_32_new]
fix typo

svn path=/trunk/; revision=62204

10 years ago[ws2_32]
Christoph von Wittich [Sun, 16 Feb 2014 07:05:23 +0000 (07:05 +0000)]
[ws2_32]
always return "WinSock 2.0" as windows does
merge winsock 1 init code from ws2_32_new

svn path=/trunk/; revision=62203

10 years ago[crt]
Christoph von Wittich [Sun, 16 Feb 2014 05:42:42 +0000 (05:42 +0000)]
[crt]
fix swscanf winetest

svn path=/trunk/; revision=62202

10 years ago- Fix crash reported in CORE-6734.
James Tabor [Sun, 16 Feb 2014 01:05:04 +0000 (01:05 +0000)]
- Fix crash reported in CORE-6734.

svn path=/trunk/; revision=62201

10 years ago[crt]
Christoph von Wittich [Sat, 15 Feb 2014 19:12:07 +0000 (19:12 +0000)]
[crt]
partial sync of with wine 1.7.11

svn path=/trunk/; revision=62199

10 years ago[VGAFONTEDIT]
Sylvain Petreolle [Sat, 15 Feb 2014 16:10:57 +0000 (16:10 +0000)]
[VGAFONTEDIT]
[IMAGESOFT]
[GREEN]
Bring up PCH support.

svn path=/trunk/; revision=62198

10 years ago[KERNEL32]
Jérôme Gardou [Sat, 15 Feb 2014 11:30:13 +0000 (11:30 +0000)]
[KERNEL32]
 - Sync CompareStringA to wine 1.7.12 .Fix pollution of LastError by CompareStringA in case of zero-length string.
CORE-7911 #comment committed r62197. #resolve

svn path=/trunk/; revision=62197

10 years ago[Win32k]
James Tabor [Sat, 15 Feb 2014 02:14:03 +0000 (02:14 +0000)]
[Win32k]
- Do not re-enter SetFocus, just call message handling to switch focus window.
- Fix broken logic when searching for a non child ancestor to send messages/Set focus to.
- See CORE-6452.

svn path=/trunk/; revision=62196

10 years ago[WINTRUST_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:47:59 +0000 (23:47 +0000)]
[WINTRUST_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62195

10 years ago[WININET_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:46:56 +0000 (23:46 +0000)]
[WININET_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62194

10 years ago[WINHTTP_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:46:30 +0000 (23:46 +0000)]
[WINHTTP_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62193

10 years ago[WINDOWSCODECS_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:46:01 +0000 (23:46 +0000)]
[WINDOWSCODECS_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62192

10 years ago[WBEMPROX_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:45:32 +0000 (23:45 +0000)]
[WBEMPROX_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62191

10 years ago[VERSION_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:44:51 +0000 (23:44 +0000)]
[VERSION_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62190

10 years ago[VBSCRIPT_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:43:49 +0000 (23:43 +0000)]
[VBSCRIPT_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62189

10 years ago[USP10_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:43:07 +0000 (23:43 +0000)]
[USP10_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62188

10 years ago[URLMON_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:38:53 +0000 (23:38 +0000)]
[URLMON_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62187

10 years ago[SXS_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:38:05 +0000 (23:38 +0000)]
[SXS_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62186

10 years ago[STI_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:37:25 +0000 (23:37 +0000)]
[STI_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62185

10 years ago[SPOOLSS_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:36:50 +0000 (23:36 +0000)]
[SPOOLSS_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62184

10 years ago[SHDOCVW_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:35:54 +0000 (23:35 +0000)]
[SHDOCVW_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62183

10 years ago[RSAENH_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:31:47 +0000 (23:31 +0000)]
[RSAENH_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62182

10 years ago[RICHED20_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:30:37 +0000 (23:30 +0000)]
[RICHED20_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62181

10 years ago[PROPSYS_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:28:39 +0000 (23:28 +0000)]
[PROPSYS_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62180

10 years ago[OLEAUT32_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:27:32 +0000 (23:27 +0000)]
[OLEAUT32_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62179

10 years ago[MSXML3_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:24:09 +0000 (23:24 +0000)]
[MSXML3_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62178

10 years ago[MSVFW32_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:23:12 +0000 (23:23 +0000)]
[MSVFW32_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62177

10 years ago[MSI_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:22:21 +0000 (23:22 +0000)]
[MSI_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62176

10 years ago[MSHTML_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:20:54 +0000 (23:20 +0000)]
[MSHTML_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62175

10 years ago[MSCOREE_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 23:10:53 +0000 (23:10 +0000)]
[MSCOREE_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definitions.
ROSTESTS-128

svn path=/trunk/; revision=62174

10 years ago[MSCMS_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 22:30:51 +0000 (22:30 +0000)]
[MSCMS_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62173

10 years ago[MPR_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 21:56:10 +0000 (21:56 +0000)]
[MPR_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62172

10 years ago[MLANG_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 21:25:05 +0000 (21:25 +0000)]
[MLANG_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62171

10 years ago[LZ32_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 20:56:51 +0000 (20:56 +0000)]
[LZ32_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62170

10 years ago[crt]
Christoph von Wittich [Fri, 14 Feb 2014 20:19:12 +0000 (20:19 +0000)]
[crt]
sync _fflush and _flushall with wine 1.7.11

svn path=/trunk/; revision=62169

10 years ago[JSCRIPT_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 19:35:38 +0000 (19:35 +0000)]
[JSCRIPT_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62168

10 years ago[INETCOMM_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 19:06:08 +0000 (19:06 +0000)]
[INETCOMM_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62167

10 years ago[IMAGEHLP_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 18:30:14 +0000 (18:30 +0000)]
[IMAGEHLP_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62166

10 years ago[HLINK_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 17:44:37 +0000 (17:44 +0000)]
[HLINK_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62165

10 years ago[GDIPLUS_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 17:16:54 +0000 (17:16 +0000)]
[GDIPLUS_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62164

10 years ago[FUSION_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 16:24:47 +0000 (16:24 +0000)]
[FUSION_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62163

10 years ago[DINPUT_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 15:36:57 +0000 (15:36 +0000)]
[DINPUT_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62162

10 years ago[RPCRT4_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 12:13:39 +0000 (12:13 +0000)]
[RPCRT4_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62161

10 years ago[OLE32_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 11:45:35 +0000 (11:45 +0000)]
[OLE32_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62160

10 years ago[SHLWAPI_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 11:14:29 +0000 (11:14 +0000)]
[SHLWAPI_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62159

10 years ago[CRYPT32_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 10:46:16 +0000 (10:46 +0000)]
[CRYPT32_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62158

10 years ago[COMDLG32_WINETEST]
Amine Khaldi [Fri, 14 Feb 2014 10:08:41 +0000 (10:08 +0000)]
[COMDLG32_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62157

10 years ago[CABINET_WINETEST]
Amine Khaldi [Thu, 13 Feb 2014 23:40:02 +0000 (23:40 +0000)]
[CABINET_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62155

10 years ago[INF]
Daniel Reimer [Thu, 13 Feb 2014 22:41:31 +0000 (22:41 +0000)]
[INF]
shortcuts: fix MSTSC_DESC localisation strings  by Stefan Fulea
CORE-7853 #resolve #comment Committed in r62154. Thx for help

svn path=/trunk/; revision=62154

10 years ago[CMAKE]
Amine Khaldi [Thu, 13 Feb 2014 22:24:30 +0000 (22:24 +0000)]
[CMAKE]
* Set the new ninja deps mode as on by default for RosBE 2.1.1 users.
CORE-7887

svn path=/trunk/; revision=62153

10 years ago[ADVPACK_WINETEST]
Amine Khaldi [Thu, 13 Feb 2014 22:08:22 +0000 (22:08 +0000)]
[ADVPACK_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62152

10 years ago[CMAKE]
Amine Khaldi [Thu, 13 Feb 2014 21:42:05 +0000 (21:42 +0000)]
[CMAKE]
* Set PCH as on by default for RosBE 2.1.1 users.
* You guys no longer need to alter anything now, just grab RosBE 2.1.1 and have fun ;)
CORE-7716

svn path=/trunk/; revision=62151

10 years ago[COMCTL32_WINETEST]
Amine Khaldi [Thu, 13 Feb 2014 21:24:18 +0000 (21:24 +0000)]
[COMCTL32_WINETEST]
* Globally mark expected failures as todos.
* Remove redundant definition.
ROSTESTS-128

svn path=/trunk/; revision=62150

10 years ago[XMLLITE_WINETEST]
Amine Khaldi [Thu, 13 Feb 2014 20:09:59 +0000 (20:09 +0000)]
[XMLLITE_WINETEST]
* Globally mark expected failures as todos instead of failures.
ROSTESTS-128

svn path=/trunk/; revision=62148

10 years agospelling fixes
Christoph von Wittich [Thu, 13 Feb 2014 19:10:28 +0000 (19:10 +0000)]
spelling fixes

svn path=/trunk/; revision=62147

10 years ago[XMLLITE_WINETEST]
Amine Khaldi [Thu, 13 Feb 2014 18:22:09 +0000 (18:22 +0000)]
[XMLLITE_WINETEST]
* Properly mark some tests as todos instead of failures.
ROSTESTS-128

svn path=/trunk/; revision=62146

10 years ago[ADVAPI32_WINETEST]
Amine Khaldi [Thu, 13 Feb 2014 12:33:16 +0000 (12:33 +0000)]
[ADVAPI32_WINETEST]
* Properly mark these tests as todos instead of failures.
ROSTESTS-128

svn path=/trunk/; revision=62145

10 years ago[CMAKE]
Amine Khaldi [Thu, 13 Feb 2014 11:44:05 +0000 (11:44 +0000)]
[CMAKE]
* Initialize the PCH CMake define in the MSVC builds too.

svn path=/trunk/; revision=62144

10 years ago[shell32]
Giannis Adamopoulos [Thu, 13 Feb 2014 11:10:47 +0000 (11:10 +0000)]
[shell32]
- Implement showing the target type in shortcut properties dialog
- Patch by Edijs Kolesnikovics
- See CORE-7366

svn path=/trunk/; revision=62143

10 years ago[REACTOS]
Hermès Bélusca-Maïto [Wed, 12 Feb 2014 22:58:13 +0000 (22:58 +0000)]
[REACTOS]
Revert r62140 per Alex request.
Alex, why did we choose Win2k3 SP1 at first, and not SP2 directly?
CORE-6611 #comment Reverted in r62142.

svn path=/trunk/; revision=62142

10 years ago[CMAKE]
Amine Khaldi [Wed, 12 Feb 2014 22:12:52 +0000 (22:12 +0000)]
[CMAKE]
* Improve the dummy definitions.

svn path=/trunk/; revision=62141

10 years ago[REACTOS]
Hermès Bélusca-Maïto [Wed, 12 Feb 2014 20:03:57 +0000 (20:03 +0000)]
[REACTOS]
Go fully to Win2k3 SP2 version reporting.
CORE-6611 #resolve #comment Fixed in r62140.

svn path=/trunk/; revision=62140

10 years ago[CMAKE]
Amine Khaldi [Wed, 12 Feb 2014 19:55:12 +0000 (19:55 +0000)]
[CMAKE]
* *Significantly* speedup our GCC and MSVC builds by bringing-in precompiled headers support.
* Grab RosBE 2.1.1, set PCH to 1 and enjoy ;)
CORE-7716

svn path=/trunk/; revision=62139

10 years ago[CMAKE]
Amine Khaldi [Wed, 12 Feb 2014 19:36:19 +0000 (19:36 +0000)]
[CMAKE]
* Speedup GCC and MSVC builds by making use of the new ninja deps mode.
* It will be in effect once you update to RosBE 2.1.1. It's disabled now in the transition phase.
CORE-7887

svn path=/trunk/; revision=62137

10 years ago[CMAKE]
Amine Khaldi [Wed, 12 Feb 2014 19:25:45 +0000 (19:25 +0000)]
[CMAKE]
* Disable the generation of unneeded installation rules. This speeds up build and reduces the build folder files count/overall size.
* It will be in effect once you update to RosBE 2.1.1.
CORE-7888 #resolve

svn path=/trunk/; revision=62136

10 years ago[CMAKE/GCC]
Amine Khaldi [Wed, 12 Feb 2014 18:36:46 +0000 (18:36 +0000)]
[CMAKE/GCC]
* Improve the ccache check.

svn path=/trunk/; revision=62135

10 years ago[USETUP]
Amine Khaldi [Wed, 12 Feb 2014 13:50:38 +0000 (13:50 +0000)]
[USETUP]
* Prepare the CMake script for PCH.
CORE-7716

svn path=/trunk/; revision=62130