Nikolay Sivov
|
8ff3ab8503
|
scrrun: Fix iterating through per-bucket pair list (Valgrind).
|
2015-04-13 15:04:55 +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
|
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
|
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 |
Nikolay Sivov
|
5908cda9a5
|
scrrun: Use heap helpers for dictionary.
|
2012-11-12 16:35:14 +01:00 |
Alistair Leslie-Hughes
|
ea15163973
|
scrrun: Correct Invoke parameter.
|
2012-10-02 19:52:46 +02:00 |
Alistair Leslie-Hughes
|
5912bdeec2
|
scrrun: Silence unknown interfaces.
|
2012-09-24 22:27:26 +02:00 |
Alistair Leslie-Hughes
|
98aa713fa7
|
scrrun: Add Scripting.Dictionary interface.
|
2012-09-20 19:55:14 +02:00 |