Alexandre Julliard pushed to branch master at wine / wine
Commits:
aa7f8877 by Eric Pouech at 2025-04-20T17:05:45+02:00
dbghelp: Move function signature type handling to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6b8c3977 by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: Move enumeration type to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a244519e by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: Move UDT type handling to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1260736d by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: No longer preload the types from PDB.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
22158c53 by Eric Pouech at 2025-04-20T17:05:46+02:00
dbghelp: Optimize request to codeview types.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07ec7f83ff2e6f990802369220f28…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07ec7f83ff2e6f990802369220f28…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
25d277b5 by Sven Baars at 2025-04-20T17:05:11+02:00
ntdll/tests: Fix some string leaks (Valgrind).
- - - - -
9465ac15 by Sven Baars at 2025-04-20T17:05:11+02:00
ntdll/tests: Don't trace invalid pointers (Valgrind).
This fixes a crash when value_data is equal to 0xdeadbeef.
- - - - -
ebdfb23d by Sven Baars at 2025-04-20T17:05:13+02:00
ntdll/tests: Fix some uninitialized variable warnings (Valgrind).
- - - - -
07ec7f83 by Sven Baars at 2025-04-20T17:05:13+02:00
ntdll: Avoid evaluating a possibly uninitialized variable in RtlExpandEnvironmentStrings(). (Valgrind).
- - - - -
4 changed files:
- dlls/ntdll/env.c
- dlls/ntdll/tests/directory.c
- dlls/ntdll/tests/reg.c
- dlls/ntdll/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f86cffdafd0cefad20afda478a99b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f86cffdafd0cefad20afda478a99b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9417e725 by Piotr Caban at 2025-04-20T17:04:52+02:00
include: Add _[w]dupenv_s declaration.
- - - - -
6d8edc15 by Piotr Caban at 2025-04-20T17:04:53+02:00
include: Add _aligned_msize() declaration.
- - - - -
be38f967 by Piotr Caban at 2025-04-20T17:04:53+02:00
include: Add wmemmove_s declaration.
- - - - -
f86cffda by Piotr Caban at 2025-04-20T17:04:54+02:00
msvcr100/tests: Link to msvcr100.
- - - - -
7 changed files:
- dlls/msvcr100/Makefile.in
- dlls/msvcr100/tests/Makefile.in
- dlls/msvcr100/tests/msvcr100.c
- include/msvcrt/corecrt_malloc.h
- include/msvcrt/corecrt_wstdlib.h
- include/msvcrt/stdlib.h
- include/msvcrt/wchar.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d18f77996b7dd235c12f70493582f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d18f77996b7dd235c12f70493582f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0871c2ac by Nikolay Sivov at 2025-04-18T12:33:12+02:00
windowscodecs/metadata: Add a stub for bKGD writer.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cf264c52 by Nikolay Sivov at 2025-04-18T12:33:14+02:00
windowscodecs/metadata: Add a stub for tIME writer.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/pngformat.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0e7654e5b84389da8a65135dff25d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0e7654e5b84389da8a65135dff25d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fe41a26e by Eric Pouech at 2025-04-17T23:29:42+02:00
dbghelp: Now returning PDB basic types as a symref_t.
Add method to handle the TI_ requests.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a9287cdb by Eric Pouech at 2025-04-17T23:29:43+02:00
dbghelp: Advertize old PDB reader types into new reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
7513406d by Eric Pouech at 2025-04-17T23:29:43+02:00
dbghelp: Add method for search type by name.
Implement this method for PDB using PDB TPI hash table.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
8ce6e9bb by Eric Pouech at 2025-04-17T23:29:43+02:00
dbghelp: Add enum_types debug-info method.
Implement it for PDB debug info.
- only the types in TPI stream will be enumerated;
- the typedefs, which are in DBI stream, will be migrated later on.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4459f63f by Eric Pouech at 2025-04-17T23:29:43+02:00
dbghelp: Move pointer type handle to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
eb31d4c8 by Eric Pouech at 2025-04-17T23:29:43+02:00
dbghelp: Move array type handling to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87827507c5b8e4e769a22c6744994…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87827507c5b8e4e769a22c6744994…
You're receiving this email because of your account on gitlab.winehq.org.