Commit Graph

29 Commits

Author SHA1 Message Date
Piotr Caban a1797d885f msvcp: Remove superfluous semicolons. 2012-11-28 20:14:47 +01:00
Andrew Talbot c25d7f1b3c msvcp90: Remove superfluous semicolons. 2012-11-27 16:53:58 +01:00
Piotr Caban 1f4f07c026 msvcp90: Added _Nomemory implementation. 2012-10-17 11:53:40 +02:00
Daniel Lehman 1f324d543f msvcp90: Fix cxx exception information for 64-bit. 2012-10-09 18:32:29 +02:00
Piotr Caban f8350fc15b msvcp90: Remove unused thiscall functions. 2012-09-14 15:45:09 +02:00
Piotr Caban d161abb9b3 msvcp90: Pass RTTI base pointer from DllMain. 2012-09-07 11:55:52 +02:00
Piotr Caban 7477ceb6d1 msvcp90: Fixed RTTI structure on 64-bit systems. 2012-09-05 21:56:58 +02:00
Piotr Caban fef8a52fc9 msvcrt: Fixed vector destructors implementation on 64-bit systems. 2012-08-20 15:00:43 +02:00
Piotr Caban 584a48a380 msvcp90: Manually define virtual destructors in vtables. 2012-08-17 16:24:50 +02:00
Piotr Caban 7a0c6f44ef msvcp: Rename msvcp90 debug channel. 2012-08-14 12:02:13 +02:00
Piotr Caban 8d39c7d889 msvcp90: Accept more base classes in DEFINE_RTTI_DATA macro. 2012-06-12 19:28:32 +02:00
Alexandre Julliard efd693c57b msvcp90: Use the correct vtable pointer for type_info objects. 2012-04-04 20:12:07 +02:00
Piotr Caban 2f87a5d459 msvcp90: Added support for exception reraising in ios_base::clear. 2012-03-29 20:49:25 +02:00
Piotr Caban 0c43326114 msvcp90: Added ios_base class implementation. 2012-03-29 20:49:23 +02:00
Piotr Caban d18b406b56 msvcp90: Use DEFINE_RTTI_DATA to initialize exception RTTI data. 2012-03-27 13:47:00 +02:00
Piotr Caban 9c65376dcf msvcp90: Use macro to define RTTI data. 2011-12-19 20:15:52 +01:00
Piotr Caban 07a9909cca msvcp90: Removed __ASM_EXCEPTION_VTABLE macro. 2011-12-15 10:49:19 +01:00
Piotr Caban 400c887e85 msvcp90: Added runtime_exception implementation. 2011-11-25 16:21:57 +01:00
Piotr Caban 1c04cbfd33 msvcp90: Reorganize __ASM_EXCEPTION_VTABLE macro. 2011-11-25 16:21:57 +01:00
Andrew Talbot 43bbce728a msvcp90: Superfluous semicolons fix. 2011-11-07 11:54:36 +01:00
Piotr Caban 031ae07edc msvcp90: Added ios_base class stub. 2011-05-27 17:53:38 +02:00
Igor Paliychuk 521604ffce msvcrt: _CxxThrowException is stdcall, not cdecl. 2011-05-16 16:35:27 +02:00
Alexandre Julliard 14072676a6 msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer. 2010-08-24 16:31:25 +02:00
Piotr Caban 256a08aea6 msvcp90: Added _String_base::Xinvarg implementation. 2010-08-24 12:20:58 +02:00
Piotr Caban d7938822f7 msvcp90: Added _String_base::Xran implementation. 2010-08-20 13:21:34 +02:00
Piotr Caban 1ba4fff989 msvcp90: Added _String_base::Xlen implementation. 2010-08-20 13:21:33 +02:00
Piotr Caban 8f78375d83 msvcp90: Added logic_error exception. 2010-08-20 13:21:33 +02:00
Piotr Caban b13e3772d4 msvcp90: Added bad_alloc exception. 2010-08-18 11:19:13 +02:00
Piotr Caban c83d56628a msvcp90: Add exception throwing function. 2010-08-18 11:16:14 +02:00