- 20 Jun, 2006 27 commits
-
-
Eric Pouech authored
- put back the block attribute parsing - added dwarf2_compute_location to properly decode a location (at least starting it)
-
Eric Pouech authored
- rewrote all entities loading to make use of new dwarf2_debug_info_t scheme - commented out the location parsing which is an ugly hack
-
Eric Pouech authored
- add some helpers for the rewrite - module is now part of the dwarf2_parse_context
-
Eric Pouech authored
Removed unused type references scheme that we'll implement using a different scheme in next patches.
-
Eric Pouech authored
Merge into a single function the struct/class/union parsing.
-
Eric Pouech authored
- now loading the debug info entries into specific structures - this will help writing new functions - this will allow handling of forward references
-
Eric Pouech authored
- added a pool for memory allocation when parsing a compilation unit - now using the brand new sparse array for the abbrev table
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
- removed lookup for name for the const modifier - hard wire dwarf-reference to our pointer types
-
Eric Pouech authored
- we should set the module's symtype upon success - removed unneeded bRet variable
-
Eric Pouech authored
- AT_byte_size can be larger than a single byte (especially for enums) - added missing enumeration type parsing
-
Eric Pouech authored
Added types_get_real_type() to get rid of typedef information, and access the real underlying type.
-
Juan Lang authored
-
Jason Green authored
-
Jason Green authored
- NVidia allows "const vec4 = {1.0, 2.0, 3.0, 4.0};", even though that's not part of the spec. - It should be "const vec4 = vecr4(1.0, 2.0, 3.0, 4.0);" - This patch fixes this for D3DSIO_DEF and D3DSIO_DEFI.
-
James Hawkins authored
-
Ge van Geldorp authored
-
Ge van Geldorp authored
-
Mikołaj Zalewski authored
-
Mikołaj Zalewski authored
-
Saulius Krasuckas authored
-
Mikołaj Zalewski authored
-
Juan Lang authored
Decoding already handles signed and unsigned CRLs, so don't duplicate that in CertCreateCRLContext.
-
Juan Lang authored
Decoding already handles signed and unsigned certs, so don't duplicate that in CertCreateCertificateContext.
-
- 19 Jun, 2006 13 commits
-
-
Saulius Krasuckas authored
-
Saulius Krasuckas authored
-
Saulius Krasuckas authored
-
Robert Shearman authored
-
Robert Shearman authored
-
Robert Shearman authored
Remove the unused server_sem variable.
-
Juan Lang authored
-
Paul Vriens authored
-
Mike McCormack authored
-
Alexandre Julliard authored
This way it still works if the libdir we got was libs/wine instead of libs.
-
Jeremy White authored
-
Jeremy White authored
-
Jeremy White authored
-