Alexandre Goujon
|
eac56fbda5
|
msvcrt: Implement 64-bit version of __std_type_info_hash.
Signed-off-by: GOUJON Alexandre <ale.goujon@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-06 21:27:52 +02:00 |
Piotr Caban
|
4931e6f92b
|
ucrtbase: Add __std_type_info_hash implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-14 22:39:53 +09:00 |
Piotr Caban
|
4ba09e11a8
|
ucrtbase: Add __std_type_info_destroy_list implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-04 10:07:12 -05:00 |
Piotr Caban
|
2487168b75
|
ucrtbase: Add __std_type_info_name implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-04 10:07:06 -05:00 |
Piotr Caban
|
0707164543
|
ucrtbase: Fix __std_type_info_compare implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-04 10:06:59 -05:00 |
Piotr Caban
|
4f8aafbe28
|
msvcr120: Add __ExceptionPtrToBool implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-27 12:41:19 +09:00 |
Piotr Caban
|
97b9ff81b8
|
msvcrt: Fix 64-bit _CxxThrowException implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-25 22:45:07 +09:00 |
Martin Storsjo
|
78ce165f11
|
ucrtbase: Implement __std_type_info_compare.
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-06 21:59:08 +09:00 |
Alexandre Julliard
|
b7f6362ddc
|
msvcrt: Use the correct object type for __non_rtti_object exceptions.
|
2015-03-04 21:50:32 +09:00 |
Piotr Caban
|
43be238331
|
msvcr80: Throw bad_alloc exception when operator new fails.
|
2014-09-02 20:54:47 +02:00 |
Piotr Caban
|
87bfb306bd
|
msvcr80: Add __AdjustPointer implementation.
|
2014-05-07 18:57:35 +02:00 |
Piotr Caban
|
868e009e79
|
msvcrt: Add __ExceptionPtr* functions implementation.
|
2014-05-06 19:21:21 +02:00 |
Piotr Caban
|
1be4654842
|
msvcr80: Update exceptions RTTI data to reflect it's part of std namespace.
|
2014-05-06 19:20:48 +02:00 |
Piotr Caban
|
026ea82a2d
|
msvcr80: Add type_info::name partial implementation.
|
2014-04-21 16:47:11 +02:00 |
Piotr Caban
|
beeea28a53
|
msvcr100: Move functions implementation to msvcrt.
|
2014-04-16 18:00:15 +02:00 |
Piotr Caban
|
32858d1811
|
msvcr90: Add _is_exception_typeof implementation.
|
2014-01-06 20:52:40 +01:00 |
André Hentschel
|
e931b5d17e
|
msvcrt: Remove superfluous casts.
|
2013-07-03 10:28:22 +02:00 |
Nikolay Sivov
|
eab914b968
|
msvcrt: Move demangler flags to a header and use them.
|
2013-02-25 10:40:36 +01:00 |
Piotr Caban
|
bdedab6c84
|
msvcrt: Remove superfluous semicolons.
|
2012-11-28 20:14:47 +01:00 |
Piotr Caban
|
488693e407
|
msvcrt: Fixed exception information on 64-bit systems.
|
2012-10-11 20:22:45 +02:00 |
Piotr Caban
|
f4e323baa4
|
msvcrt: Fixed RTTI base pointer calculation if signature==0.
|
2012-09-13 13:56:04 +02:00 |
Piotr Caban
|
8060752c09
|
msvcrt: Fixed RTTI structure on 64-bit systems.
|
2012-09-07 11:55:32 +02:00 |
Piotr Caban
|
33937f039f
|
msvcrt: Support 64-bit RTTI in __RTDynamicCast.
|
2012-09-05 21:56:57 +02:00 |
Piotr Caban
|
fbae5a95c3
|
msvcrt: Support 64-bit RTTI in __RTtypeid function.
|
2012-09-05 21:56:57 +02:00 |
Piotr Caban
|
63be52e2aa
|
msvcrt: Moved RTTI and thiscall related macros to separate header.
|
2012-09-05 21:56:56 +02:00 |
Piotr Caban
|
fef8a52fc9
|
msvcrt: Fixed vector destructors implementation on 64-bit systems.
|
2012-08-20 15:00:43 +02:00 |
Piotr Caban
|
482159a234
|
msvcrt: Fixed typo in DEFINE_EXCEPTION_TYPE_INFO macro.
|
2012-05-30 11:28:10 +02:00 |
Alexandre Julliard
|
04ccf4f100
|
msvcrt: Use macros to define exception type info structures.
|
2012-04-04 20:47:06 +02:00 |
Alexandre Julliard
|
6bb9f20090
|
msvcrt: Use macros to define RTTI data.
|
2012-04-04 20:17:44 +02:00 |
Alexandre Julliard
|
aba6423b83
|
msvcrt: Create an i386-specific file for exception handling.
|
2012-03-16 10:52:10 +01:00 |
Piotr Caban
|
e253e526fc
|
msvcrt: Added _get_unexpected implementation.
|
2011-05-25 11:47:17 +02:00 |
André Hentschel
|
68b0a13572
|
msvcrt: Fixed a typo.
|
2011-02-08 14:46:15 -06:00 |
Nikolay Sivov
|
8a7f817dea
|
msvcrt: Use pointer exchange to set demangled name instead of section lock.
|
2011-02-03 16:25:43 +01:00 |
Piotr Caban
|
cab51a0546
|
msvcrt: Added _get_terminate implementation.
|
2010-12-02 11:54:34 +01: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 |
Alexandre Julliard
|
300978283a
|
msvcrt: Implement the missing exception constructor functions.
|
2010-04-13 17:19:27 +02:00 |
Alexandre Julliard
|
5af33ee06f
|
msvcrt: Use strict function prototypes.
|
2009-10-06 16:12:39 +02:00 |
Alexandre Julliard
|
2b012c9886
|
msvcrt: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:41:51 +02:00 |
Michael Stefaniuc
|
109f83614f
|
msvcrt: Avoid using size_t when not neededed.
|
2009-05-27 15:40:18 +02:00 |
Alexandre Julliard
|
1e8290ded3
|
msvcrt: Avoid truncated relocations on 64-bit.
|
2008-12-12 10:20:53 +01:00 |
Francois Gouget
|
c232cf1050
|
msvcrt: Remove WINAPI on static functions where not needed.
|
2008-11-28 12:54:35 +01:00 |
Alexandre Julliard
|
3bb04c88b7
|
msvcrt: Silence FIXME about an unknown parameter that isn't used.
|
2007-10-31 12:41:49 +01:00 |
Andrew Talbot
|
9069577cd0
|
msvcrt: Exclude unused headers.
|
2007-05-15 12:19:12 +02:00 |
Andrew Talbot
|
0edfb58d2a
|
msvcrt: Remove superfluous semicolons.
|
2007-04-11 11:20:34 +02:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Andrew Talbot
|
464a6eb431
|
msvcrt: Move static function from header into file where it is called.
|
2007-01-16 11:19:14 +01:00 |
Michael Stefaniuc
|
243a3e4107
|
msvcrt: Remove redundant NULL checks before MSVCRT_free.
|
2006-08-09 11:21:07 +02:00 |
Alexandre Julliard
|
24beabfd4e
|
msvcrt: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-13 11:40:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
ae964ac801
|
Take advantage of the __EXCEPT_PAGE_FAULT macro.
|
2005-12-16 17:17:57 +01:00 |