Alexandre Julliard pushed to branch master at wine / wine
Commits:
eb3342bf by Piotr Caban at 2025-04-23T22:52:11+02:00
makefiles: Use -fno-builtin for CRT tests.
- - - - -
1513299a by Piotr Caban at 2025-04-23T22:52:11+02:00
msvcr80/tests: Link to msvcr80.
- - - - -
a0fca2d5 by Piotr Caban at 2025-04-23T22:52:11+02:00
include: Add functions used by msvcr90 tests.
- - - - -
cc9a3ce4 by Piotr Caban at 2025-04-23T22:52:11+02:00
msvcr90/tests: Link to msvcr90.
- - - - -
23 changed files:
- dlls/msvcr100/tests/Makefile.in
- dlls/msvcr110/tests/Makefile.in
- dlls/msvcr120/tests/Makefile.in
- dlls/msvcr70/tests/Makefile.in
- dlls/msvcr71/tests/Makefile.in
- dlls/msvcr80/Makefile.in
- dlls/msvcr80/tests/Makefile.in
- dlls/msvcr80/tests/msvcr80.c
- dlls/msvcr90/Makefile.in
- dlls/msvcr90/tests/Makefile.in
- dlls/msvcr90/tests/msvcr90.c
- dlls/ucrtbase/tests/Makefile.in
- include/msvcrt/corecrt.h
- include/msvcrt/corecrt_io.h
- include/msvcrt/corecrt_startup.h
- include/msvcrt/corecrt_wio.h
- include/msvcrt/corecrt_wstring.h
- include/msvcrt/float.h
- include/msvcrt/mbstring.h
- include/msvcrt/search.h
- include/msvcrt/stdio.h
- include/msvcrt/stdlib.h
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b416c98d5203350669e9a6804117…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b416c98d5203350669e9a6804117…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8b75e597 by Eric Pouech at 2025-04-23T21:32:49+02:00
dbghelp: Move typedef handling to the new PDB backend.
And no longer load typedef information from old PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5dcdaa17 by Eric Pouech at 2025-04-23T21:32:51+02:00
dbghelp: Add user field to function and inline sites.
And store DBI offset to function from old PDB backend
(to be used by new PDB backend during migration).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e6c96072 by Eric Pouech at 2025-04-23T21:32:53+02:00
dbghelp: Move reading inlinee line number information to PDB backend.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
213e9d48 by Eric Pouech at 2025-04-23T21:32:53+02:00
dbghelp: Directly store compiland's name in symt_compiland.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
9cf063f6 by Eric Pouech at 2025-04-23T21:32:53+02:00
dbghelp: Use symref_t to describe a symbol's container.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
13 changed files:
- dlls/dbghelp/coff.c
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/macho_module.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/pe_module.c
- dlls/dbghelp/source.c
- dlls/dbghelp/stabs.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87ced958e9cea21f448040af4cc81…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/87ced958e9cea21f448040af4cc81…
You're receiving this email because of your account on gitlab.winehq.org.