Francois Gouget
|
0d8d0b9f18
|
scrrun: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-09 11:23:26 +01:00 |
|
Nikolay Sivov
|
d806a4773b
|
scrrun: Remove unreachable code (Coverity).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-16 20:07:41 +01:00 |
|
Nikolay Sivov
|
2c2b50a4ed
|
scrrun/tests: Test to query for IUnknown from IProvideClassInfo.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-12 19:14:19 +01:00 |
|
Nikolay Sivov
|
eda5d61c54
|
scrrun: Added IProvideClassInfo support for filesystem objects.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-07 14:45:16 +01:00 |
|
Nikolay Sivov
|
ba2e6fb2be
|
scrrun: Added IProvideClassInfo support for dictionary.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-07 14:45:16 +01:00 |
|
Nikolay Sivov
|
62cb1f8d6f
|
scrrun: Improved tracing of IDictionary methods.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-07 14:45:16 +01:00 |
|
Detlef Riekenberg
|
b488a67baf
|
scrrun/tests: Use case insensitive compare for filenames.
Signed-off-by: Detlef Riekenberg <wine.dev@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-01 15:14:10 +02:00 |
|
Nikolay Sivov
|
bbb1602442
|
scrrun/tests: Fix a warning on GCC 6.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-10 12:51:29 +09:00 |
|
Joachim Priesner
|
c1dd228981
|
scrrun: Implement filesys_GetDrive for local drives.
Signed-off-by: Joachim Priesner <joachim.priesner@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-29 22:32:45 +09:00 |
|
Joachim Priesner
|
9b0a9c4dea
|
scrrun/tests: Move code to get a fixed drive to a function.
Signed-off-by: Joachim Priesner <joachim.priesner@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-29 22:32:45 +09:00 |
|
Joachim Priesner
|
5b9a11a01c
|
scrrun: Implement filesys_DriveExists.
Signed-off-by: Joachim Priesner <joachim.priesner@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-29 22:24:23 +09:00 |
|
Alexandre Julliard
|
d8cc1dccba
|
makefiles: Add makedep pragmas in all IDL source files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-02 23:02:22 +09:00 |
|
Andrey Gusev
|
5cdcd4493f
|
Assorted spelling and typos fixes.
|
2015-08-18 15:00:13 +09:00 |
|
Alistair Leslie-Hughes
|
0a19048795
|
scrrun: Implement ITextStream Close.
|
2015-06-19 19:13:58 +09:00 |
|
Jacek Caban
|
dd26d1f981
|
scrrun: Added IFile::put_Attributes imeplementation.
|
2015-06-15 14:45:56 +09:00 |
|
Nikolay Sivov
|
8ff3ab8503
|
scrrun: Fix iterating through per-bucket pair list (Valgrind).
|
2015-04-13 15:04:55 +09:00 |
|
Nikolay Sivov
|
533323d703
|
scrrun: Implement GetSpecialFolder().
|
2015-04-06 22:34:10 +09:00 |
|
Michael Stefaniuc
|
6ab6564b9f
|
scrrun: Print the debug string instead of the pointer value.
|
2015-03-24 18:16:15 +09:00 |
|
Nikolay Sivov
|
f70ddf7614
|
scrrun: Support BYREF types for integer keys.
|
2015-03-23 16:39:24 +09:00 |
|
Nikolay Sivov
|
94a1838b7e
|
scrrun: Added support for VT_DATE keys, and BYREF float key types.
|
2015-03-23 16:39:22 +09:00 |
|
Nikolay Sivov
|
5189dc417a
|
scrrun: Added support for interface pointers as keys for dictionary.
|
2015-03-23 16:39:17 +09:00 |
|
Nikolay Sivov
|
ba48217429
|
scrrun: Implement IEnumVARIANT support for dictionary.
|
2015-03-19 14:06:42 +09:00 |
|
Nikolay Sivov
|
b22102df40
|
scrrun: Added stub IEnumVARIANT for dictionary.
|
2015-03-18 19:36:58 +09:00 |
|
Nikolay Sivov
|
e0bbfb710c
|
scrrun: Preserve pairs order during dictionary lifetime.
|
2015-03-18 19:36:54 +09:00 |
|
Nikolay Sivov
|
574350d838
|
scrrun: Implement Path() property for IFile.
|
2015-03-16 21:42:41 +09:00 |
|
Nikolay Sivov
|
49a1c60c37
|
scrrun: Fix copy-paste issue in trace message.
|
2015-03-10 21:36:29 +09:00 |
|
Alexandre Julliard
|
74b627e894
|
scrrun: Fix typo in header guard.
|
2015-03-04 21:50:34 +09:00 |
|
Nikolay Sivov
|
3814e0229d
|
scrrun: Implement GetExtensionName().
|
2015-03-03 12:40:07 +09:00 |
|
Nikolay Sivov
|
2d15758c38
|
scrrun/tests: A test for adding BYREF item.
|
2015-03-03 12:40:04 +09:00 |
|
Nikolay Sivov
|
a25f1931a6
|
scrrun: Implement put_Key() for dictionary.
|
2015-03-03 12:40:00 +09:00 |
|
Nikolay Sivov
|
1c813d5be3
|
scrrun: Implement Keys() and Items() of dictionary.
|
2015-03-03 12:39:54 +09:00 |
|
Nikolay Sivov
|
9419e97c3e
|
scrrun: Implement Exists() method for dictionary.
|
2015-03-02 13:53:56 +09:00 |
|
Nikolay Sivov
|
acfde52f06
|
scrrun: Implement Remove() for dictionary.
|
2015-03-02 13:53:51 +09:00 |
|
Nikolay Sivov
|
1bc4c57e55
|
scrrun: Implement Item() property for dictionary.
|
2015-03-02 13:53:46 +09:00 |
|
Nikolay Sivov
|
7727a48595
|
scrrun: Support VT_BSTR|VT_BYREF keys.
|
2015-03-02 13:53:41 +09:00 |
|
Nikolay Sivov
|
5f41a746e9
|
scrrun: Implement Add() and RemoveAll() for dictionary.
|
2015-03-02 13:53:37 +09:00 |
|
Nikolay Sivov
|
778d4da2d9
|
scrrun: It's not allowed to change compare mode when dictionary is not empty.
|
2015-02-27 13:18:23 +09:00 |
|
Nikolay Sivov
|
94e5353f0d
|
scrrun/tests: More dictionary tests.
|
2015-02-27 13:18:17 +09:00 |
|
Nikolay Sivov
|
08900265a0
|
scrrun: Implement HashVal for floating point keys.
|
2015-02-25 20:35:18 +09:00 |
|
Nikolay Sivov
|
2fc2a7ae02
|
scrrun: Implement HashVal property for integer keys.
|
2015-02-25 16:18:34 +09:00 |
|
Nikolay Sivov
|
37120e7582
|
scrrun: Implement HashVal property for VT_BSTR case.
|
2015-02-25 16:18:34 +09:00 |
|
Nikolay Sivov
|
075fe10ba5
|
scrrun: Store compare method for dictionary.
|
2015-02-24 21:55:49 +09:00 |
|
Michael Stefaniuc
|
f0d7765236
|
scrrun/tests: Actually test the return values (PVS-Studio).
|
2015-01-21 15:29:06 +01:00 |
|
Nikolay Sivov
|
c1a3a1d516
|
scrrun: Fix refcount on GetTypeInfo().
|
2015-01-14 18:32:03 +01:00 |
|
Detlef Riekenberg
|
89bc84a153
|
scrrun/tests: Ignore case in path names.
|
2014-11-20 22:31:49 +09:00 |
|
Gerald Pfeifer
|
3b8e7d4dac
|
scrrun: Add a check for empty string in start_enumeration.
|
2014-07-29 14:32:04 -05:00 |
|
Alexandre Julliard
|
b27735e807
|
scrrun/tests: Allow the drive total size to fit into an int.
|
2014-07-24 21:13:53 +02:00 |
|
Nikolay Sivov
|
ffe16a567e
|
scrrun/tests: Run test on fixed drive.
|
2014-06-27 10:37:15 +02:00 |
|
Nikolay Sivov
|
a0954a1930
|
scrrun: Implement get_VolumeName().
|
2014-06-24 13:31:26 +02:00 |
|
Nikolay Sivov
|
6a2e1b3f31
|
scrrun: Implement FileSystem property.
|
2014-06-24 13:31:26 +02:00 |
|