[Git][wine/wine][master] 11 commits: vccorlib140/tests: Add additional tests for exception objects.
Alexandre Julliard pushed to branch master at wine / wine Commits: 2b641a63 by Vibhav Pant at 2025-11-05T11:34:13+01:00 vccorlib140/tests: Add additional tests for exception objects. - - - - - d5375c20 by Piotr Caban at 2025-11-05T11:34:13+01:00 vccorlib140: Move exception functions to new file. - - - - - 83ae653a by Piotr Caban at 2025-11-05T11:34:14+01:00 vccorlib140: Remove platform_ prefix from exception function names. - - - - - 430ec2e7 by Piotr Caban at 2025-11-05T11:34:15+01:00 msvcrt: Move TYPE_FLAG* and CLASS_IS* defines to cxx.h. - - - - - e822fc84 by Vibhav Pant at 2025-11-05T11:34:15+01:00 vccorlib140: Add Platform::Exception constructor implementation. - - - - - 372e938d by Vibhav Pant at 2025-11-05T11:34:16+01:00 vccorlib140: Add Platform::Exception(HSTRING) constructor implementation. - - - - - 0dee7849 by Vibhav Pant at 2025-11-05T11:34:16+01:00 vccorlib140: Add Platform::COMException constructor implementation. - - - - - 4183e84e by Vibhav Pant at 2025-11-05T11:34:16+01:00 vccorlib140: Add Platform::Exception::Message::get() implementation. - - - - - eee2e12d by Vibhav Pant at 2025-11-05T11:34:16+01:00 vccorlib140: Add Platform::Exception::CreateException() implementation. - - - - - a1867b2c by Vibhav Pant at 2025-11-05T11:34:16+01:00 vccorlib140: Throw exceptions on error paths. - - - - - a4d973c9 by Vibhav Pant at 2025-11-05T11:34:16+01:00 vccorlib140: Implement __abi_translateCurrentException. - - - - - 11 changed files: - dlls/msvcp90/cxx.h - dlls/msvcp90/exception.c - dlls/msvcrt/cppexcept.h - dlls/msvcrt/cxx.h - dlls/vccorlib140/Makefile.in - dlls/vccorlib140/cxx.h - + dlls/vccorlib140/except.c - dlls/vccorlib140/private.h - dlls/vccorlib140/tests/vccorlib.c - dlls/vccorlib140/vccorlib.c - dlls/vccorlib140/vccorlib140.spec View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/56a28c06472e4bc642dd9b2e1e26c4... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/56a28c06472e4bc642dd9b2e1e26c4... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)