Commit Graph

23 Commits

Author SHA1 Message Date
Alexandre Julliard 418fbc6770 msvcp90: Don't bother to clean up at process exit. 2013-05-20 12:29:07 +02:00
Piotr Caban cfec148b8b msvcp90: Prefer builtin version. 2013-02-18 14:51:04 +01:00
Piotr Caban 38d7325106 msvcp90: VTBL_WRAPPER(60) is unused so remove it. 2012-09-17 12:08:34 +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 1202e8bf87 msvcp90: Use streamoff in std::_BADOFF definition. 2012-08-15 12:19:35 +02:00
Piotr Caban 7a0c6f44ef msvcp: Rename msvcp90 debug channel. 2012-08-14 12:02:13 +02:00
Piotr Caban b9fbe6d5e6 msvcp90: Added cin, cout and cerr objects. 2012-06-15 18:35:20 +02:00
Piotr Caban 1d0b072d0f msvcp90: Fixed default locale constructor implementation. 2012-06-12 19:27:58 +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 138db09298 msvcp90: Added ctype<wchar_t>::narrow functions implementation. 2011-12-22 19:10:33 +01:00
Piotr Caban 0e8d13b82c msvcp90: Added collate<char>::do_hash implementation. 2011-12-20 20:06:35 +01:00
Piotr Caban 5051876660 msvcp90: Added collate<char>::compare implementation. 2011-12-20 20:06:35 +01:00
Piotr Caban ddebdbf1e6 msvcp90: Added macro to call functions from vtable. 2011-12-20 20:06:34 +01:00
Piotr Caban 870d35c688 msvcp90: Added set_new_handler implementation. 2011-09-13 17:13:41 +02:00
Piotr Caban b8606c82ee msvcp90: Added _Lockit class implementation. 2011-06-22 16:12:42 +02:00
Alexandre Julliard cfad9c3d54 msvcp90: Add an msvcp-specific size_t to avoid casts in traces. 2011-05-27 17:53:38 +02:00
Alexandre Julliard 5b58de9648 msvcp: Export a couple of variables and their access function. 2011-05-04 17:26:46 +02:00
Francois Gouget 7e6e25cc8e msvcp90: Make init_cxx_funcs() static. 2010-08-26 13:44:44 +02:00
Piotr Caban c83d56628a msvcp90: Add exception throwing function. 2010-08-18 11:16:14 +02:00
Piotr Caban cb432866d2 msvcp90: Correctly declare pointers to delete/new functions. 2010-07-26 13:34:20 +02:00
Piotr Caban e79af2f0d9 msvcp90: Added allocator<char> implementation. 2010-07-22 17:43:03 +02:00
Piotr Caban 9ae9d263da msvcp90: Added stub dll. 2010-07-21 09:35:08 +02:00