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:
aba1533d by Rémi Bernon at 2025-04-17T23:29:43+02:00
win32u: Introduce opengl_driver_funcs for memory DCs.
- - - - -
6bc7353d by Rémi Bernon at 2025-04-17T23:29:43+02:00
win32u: Pass pixel format to osmesa_create_context.
- - - - -
e2bd6d6a by Rémi Bernon at 2025-04-17T23:29:43+02:00
win32u: Implement generic context functions.
- - - - -
10c123b2 by Rémi Bernon at 2025-04-17T23:29:43+02:00
win32u: Check the DC internal pixel formats against the context format.
- - - - -
85e50b84 by Rémi Bernon at 2025-04-17T23:29:43+02:00
wineandroid: Use the generic context functions.
- - - - -
b0045271 by Rémi Bernon at 2025-04-17T23:29:43+02:00
winemac: Use the generic context functions.
- - - - -
508f701c by Rémi Bernon at 2025-04-17T23:29:43+02:00
winewayland: Use the generic context functions.
- - - - -
345139cf by Rémi Bernon at 2025-04-17T23:29:43+02:00
winex11: Use the generic context functions.
- - - - -
25ea13c7 by Rémi Bernon at 2025-04-17T23:29:43+02:00
win32u: Add nulldrv context functions.
- - - - -
9 changed files:
- dlls/opengl32/tests/opengl.c
- dlls/win32u/opengl.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/wineandroid.drv/opengl.c
- dlls/winemac.drv/opengl.c
- dlls/winewayland.drv/opengl.c
- dlls/winex11.drv/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5af9ee594a6f8f5aba944cc03f4f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5af9ee594a6f8f5aba944cc03f4f…
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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f9b9bd96 by Piotr Caban at 2025-04-17T12:17:04+02:00
include: Add some PBKDF2 related definitions.
- - - - -
6e3a4ab8 by Piotr Caban at 2025-04-17T12:17:04+02:00
bcrypt: Fix BcryptDeriveKeyPBKDF2 with NULL salt.
LibTomCrypt hash functions return CRYPT_INVALID_ARG when input buffer is NULL.
- - - - -
fc1cfa91 by Piotr Caban at 2025-04-17T12:17:12+02:00
bcrypt: Add PBKDF2 algorithm provider.
- - - - -
385f661d by Piotr Caban at 2025-04-17T12:17:12+02:00
bcrypt: Handle PBKDF2 in BCryptGetProperty.
- - - - -
ae1a332b by Piotr Caban at 2025-04-17T12:17:12+02:00
bcrypt: Handle PBKDF2 in BCryptGenerateSymmetricKey.
- - - - -
c1d36c98 by Piotr Caban at 2025-04-17T12:17:12+02:00
bcrypt: Reorganize hash_handle_from_desc helper so it can be reused.
- - - - -
d9148e48 by Piotr Caban at 2025-04-17T12:17:52+02:00
bcrypt: Add BCryptKeyDerivation partial implementation (PBKDF2 algorithm).
- - - - -
7 changed files:
- dlls/bcrypt/bcrypt.spec
- dlls/bcrypt/bcrypt_internal.h
- dlls/bcrypt/bcrypt_main.c
- dlls/bcrypt/tests/bcrypt.c
- dlls/cng.sys/cng.sys.spec
- dlls/ncrypt/ncrypt.spec
- include/bcrypt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/577a7f6c08c8a56bfd6a167b7638e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/577a7f6c08c8a56bfd6a167b7638e…
You're receiving this email because of your account on gitlab.winehq.org.