Commit Graph

110 Commits (fccd4e29c9405344d1f5a4132c94b40e33213e6b)

Author SHA1 Message Date
Alexandre Julliard 23dd500a64 msvcp90/tests: Fix the calling convention of some function pointers. 2011-07-08 14:40:22 +02:00
Alexandre Julliard 99cdacb93b msvcp90/tests: Dynamically generate a thunk to call thiscall functions.
It's not possible to do this correctly with inline assembly.
2011-07-05 18:07:43 +02:00
Alexandre Julliard 75c70dcd77 msvcp90: Make sure an exported variable is initialized. 2011-06-27 15:07:30 -05:00
Piotr Caban 3f9179ad3e msvcp90: Added older version of basic_string::_Tidy function. 2011-06-23 09:08:25 +02:00
Piotr Caban 50b7da01de msvcp90: Export already implemented basic_string private functions. 2011-06-23 09:08:23 +02:00
Piotr Caban 9e9d3cc902 msvcp90: Added basic_string operator!= implementation. 2011-06-23 09:08:20 +02:00
Piotr Caban ab7914ce96 msvcp90: Added basic_string operator== implementation. 2011-06-23 09:08:18 +02:00
Piotr Caban bd77b96855 msvcp90: Added basic_string::last_index_of implementation. 2011-06-23 09:08:16 +02:00
Piotr Caban ab612bc650 msvcp90: Added basic_string_char::find_first_of implementation. 2011-06-22 16:12:48 +02:00
Piotr Caban b8606c82ee msvcp90: Added _Lockit class implementation. 2011-06-22 16:12:42 +02:00
Piotr Caban 00f7683ea7 msvcp90: Added locale class stub. 2011-06-22 16:12:33 +02:00
Piotr Caban ac978ea85e msvcp90: Added locale::_Locimp class stub. 2011-06-22 15:31:22 +02:00
Piotr Caban 198162fbe5 msvcp90: Added std::locale::id class stub. 2011-06-22 15:31:12 +02:00
Piotr Caban 95891e4f56 msvcp90: Added std::locale::facet class stub. 2011-06-22 15:29:54 +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
Piotr Caban d74b339e17 msvcp90: Added _Mutex class implementation. 2011-05-27 17:53:38 +02:00
Piotr Caban 0dbb0f1ee8 msvcp90: Added basic_ios<char> class stub. 2011-05-27 17:53:38 +02:00
Piotr Caban 28d5eb0827 msvcp90/tests: Don't check if msvcp90 functions exists in string tests. 2011-05-27 17:53:38 +02:00
Piotr Caban 8a96e66f7b msvcp90/tests: Don't check if msvcp90 functions exists in misc tests. 2011-05-27 17:53:38 +02: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 acfdbd2ba5 msvcp: Export the various floating point constants. 2011-05-05 12:34:46 +02:00
Alexandre Julliard 277120bbd5 msvcp: Implement the Ctraits math functions. 2011-05-04 17:26:47 +02:00
Alexandre Julliard af0c9edfc3 msvcp: Implement the numeric limit functions. 2011-05-04 17:26:46 +02:00
Alexandre Julliard 9e89da33f7 msvcp: Implement the numeric limit constants. 2011-05-04 17:26:46 +02:00
Alexandre Julliard 5b58de9648 msvcp: Export a couple of variables and their access function. 2011-05-04 17:26:46 +02:00
Alexandre Julliard 537b35006c msvcp: Don't define stubs for data exports. 2011-05-03 19:34:26 +02:00
Alexandre Julliard 5ac184cad5 msvcrt: Update spec files using the make_specfiles script. 2011-05-03 12:44:14 +02:00
Piotr Caban f55449d354 msvcp90: Added basic_string<char> operator+=(char*) implementation. 2011-04-29 14:21:43 +02:00
Piotr Caban 930cfafa05 msvcp90: Added basic_string<char> clear implementation. 2011-04-29 14:21:43 +02:00
Piotr Caban 391d488694 msvcp90: Added basic_string<char> constructor implementation (cstr, len). 2011-04-29 14:21:42 +02:00
Piotr Caban 35b4d8eb9d msvcp90: Added basic_string<char> resize implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban 73d60c3a08 msvcp90: Added basic_string<char> operator[] implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban ce8a64470b msvcp90: Added basic_string<char> at implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban b8408b257a msvcp90: Added basic_string<char> operator +=(char) implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban 02e46c8eaa msvcp90/tests: Added basic_string<char> find tests. 2011-04-29 14:21:42 +02:00
Piotr Caban c08b647cf6 msvcp90: Added basic_string<char> find implementation. 2011-04-29 14:21:42 +02:00
Piotr Caban 6bf4541bf8 msvcp90: Added basic_string<char> operator< implementation. 2011-04-29 14:21:41 +02:00
Piotr Caban b7990be894 msvcp90: Move basic_string<char>:swap implementation. 2011-04-29 14:21:41 +02:00
Piotr Caban 223ac3cc09 msvcp90/tests: Added operator+ tests (basic_string<char>). 2011-04-01 10:49:51 +02:00
Piotr Caban bc86fccc36 msvcp: Added basic_string<wchar> operator+ implementations. 2011-04-01 10:49:35 +02:00
Piotr Caban 055dcbc4b2 msvcp: Added basic_string<char> operator+ implementations. 2011-04-01 10:49:24 +02:00
Piotr Caban 3f833d93a7 msvcp: Added basic_string<{char, wchar}> operator+= exports. 2011-04-01 10:49:10 +02:00
Eryk Wieliczko 5101cfc1a5 msvcp90/tests: Added basic_string<{char, wchar}>.capacity tests. 2010-11-29 11:34:13 +01:00
Eryk Wieliczko f84243667f msvcp90: Added basic_string<{char, wchar}>.capacity implementation. 2010-11-29 11:34:11 +01:00
Piotr Caban 785828fc87 msvcp90/tests: Added basic_string<char>::compare tests. 2010-11-25 11:49:07 +01:00
Piotr Caban 919a7cedb5 msvcp90: Added basic_string<wchar>::compare implementation. 2010-11-25 11:49:07 +01:00
Piotr Caban b09125ad4e msvcp90: Added basic_string<char>::compare implementation. 2010-11-25 11:49:07 +01:00
Piotr Caban acf0cea825 msvcp90: Added basic_string<{char,wchar}> constructor (substring) implementation. 2010-11-25 11:49:07 +01:00
Piotr Caban 40894dabb0 msvcp90/tests: Fix typo in loaded function name. 2010-11-23 13:22:02 +01:00