- 24 Jan, 2006 29 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Juan Lang authored
- pass heap to allocate from directly to helper functions, instead of unnecessarily copying returned data - use public types rather than internal ones - make sure GetBestRoute doesn't return bogus matches
-
Robert Shearman authored
-
Robert Shearman authored
Correctly identify structures containing varying arrays as conformant varying structures.
-
Robert Shearman authored
Rename has_conformant_array to has_conformance, add a new variable has_variance and map has_conformant_string to has_conformance and has_variance. A conformant varying struct should be returned if just variance is present and even if no pointers are present.
-
Robert Shearman authored
-
Robert Shearman authored
Conformant arrays should cause a size of 0 to be returned from type_memsize.
-
Robert Shearman authored
-
Robert Shearman authored
Fix detection of conformant arrays and output an error if the array isn't at the end of the structure.
-
Robert Shearman authored
-
Robert Shearman authored
Write out type format string for simple structs and for pointers to non-simple types.
-
Robert Shearman authored
-
Robert Shearman authored
Support pointer types in unmarshall_arguments.
-
Robert Shearman authored
-
Robert Shearman authored
Add functions for detecting array and string types and use these in both writing type format strings and when marshalling and unmarshalling parameters.
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
Write out type format strings for string types.
-
Robert Shearman authored
Write out type format strings for arrays, except for the missing generic functionality of conformance and variance descriptors.
-
Robert Shearman authored
Simplify handling of types in write_typeformatstring_type by only writing non-pointer types out when ptr_level is 0. Add stubs for functions that will write out the type format string for strings and arrays.
-
Robert Shearman authored
Since a var_t can now be passed in, rename to write_typeformatstring_var. Simplifies the code.
-
Robert Shearman authored
Renamed to write_procformatstring_var now since we can pass a var_t in again. This results in simpler code.
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
-
Huw Davies authored
-
Jacek Caban authored
-
Huw Davies authored
-
- 23 Jan, 2006 11 commits
-
-
Louis Lenders authored
-
Alexandre Julliard authored
Uwe Bonnes).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Hans Leidekker authored
-
Alexandre Julliard authored
-
Robert Shearman authored
Move the firing of control events from internal helper functions to MSI_ProcessMessage so that custom actions can all cause control events to be fired. Added the firing of progress events.
-
Robert Shearman authored
-
Detlef Riekenberg authored
-
Robert Reif authored
library crash.
-
Alexandre Julliard authored
-