Piotr Caban
|
a4be8a31e5
|
msvcp110: Fix num_get structure layout.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-05 17:29:22 +02:00 |
Piotr Caban
|
3b62083443
|
msvcp140: Introduce _Mbstatet structure.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-27 21:43:23 +09:00 |
Piotr Caban
|
e5ffb180c4
|
msvcp140: Fix locale class structure.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-09-16 22:40:24 +09:00 |
Martin Storsjo
|
1135db7095
|
msvcp140: Add MSVC 2015 C++ support DLL.
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-08-03 09:56:15 -05:00 |
Piotr Caban
|
77184106c8
|
msvcp110: Fix num_put<char> structure layout.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-14 14:39:52 +09:00 |
Piotr Caban
|
5a427e5124
|
msvcp110: Don't allocate empty buffers in _Locinfo::_Locinfo_ctor.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-05-14 14:39:52 +09:00 |
Michael Müller
|
27b5c93609
|
msvcp90: Basic_string_wchar_dtor should set EAX to 0 on i386.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-24 22:58:44 +09:00 |
Daniel Lehman
|
df096e6b60
|
msvcp120: Implement _Cnd_* functions.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-13 22:24:58 +09:00 |
Daniel Lehman
|
79118f3543
|
msvcp110: Add wide-char days and months to _LocInfo.
|
2015-06-10 15:26:11 +09:00 |
Daniel Lehman
|
5ac70b2c23
|
msvcp110: Add _Yarn<wchar_t> implementaton.
|
2015-06-10 15:26:10 +09:00 |
Piotr Caban
|
d7f6eac058
|
msvcp110: Fix _Getcvt implementation.
|
2015-04-22 23:28:42 +09:00 |
Alexandre Julliard
|
90aad327ae
|
msvcp: Add a macro to access the locale field of I/O streams.
|
2015-03-16 21:52:53 +09:00 |
Alexandre Julliard
|
42500b0cfe
|
msvcp60: Share exception functions implementation with msvcp90.
|
2015-03-13 00:28:14 +09:00 |
Alexandre Julliard
|
165f8734e8
|
msvcp60: Share misc functions implementation with msvcp90.
|
2015-03-12 17:27:12 +09:00 |
Piotr Caban
|
be6e7727d2
|
msvcp70: Fix ios_base definition.
|
2014-12-28 19:07:23 +01:00 |
Alexandre Julliard
|
4b1aba754e
|
msvcp90: Add inline wrappers for the memcpy_s/memmove_s/mbstowcs_s functions.
|
2014-10-27 19:02:50 +09:00 |
Piotr Caban
|
40ef9b2d78
|
msvcp100: Fix basic_string class definition.
|
2014-10-20 14:02:14 +09:00 |
Piotr Caban
|
f92766951d
|
msvcp100: Add std::iostream_category() implementation.
|
2014-10-20 14:02:05 +09:00 |
Piotr Caban
|
3fa2bb2dce
|
msvcp110: Add _Mtx_{destroy,getconcrtcs,init,lock,unlock,trylock} implementation.
|
2014-06-26 19:00:36 +02:00 |
Alexandre Julliard
|
91f2b04625
|
msvcp90: Fix the mbstowcs_s macro return value.
|
2014-04-28 15:34:01 +02:00 |
Piotr Caban
|
d5b72bbcdc
|
msvcp110: Fix _Ctypevec structure layout.
|
2014-01-14 20:18:21 +01:00 |
Piotr Caban
|
08e851f3c6
|
msvcp110: Fix basic_streambuf structure layout.
|
2014-01-14 20:18:20 +01:00 |
Alexandre Julliard
|
645540beed
|
msvcp90: Add wrappers for functions that don't exist in old msvcrt versions.
|
2014-01-13 17:37:22 +01:00 |
Piotr Caban
|
2a8a1452ac
|
msvcp80: Fix ostreambuf_iterator<char> structure definition.
|
2014-01-03 14:40:47 +01:00 |
Alexandre Julliard
|
6d30d6be78
|
msvcp100: Share the source code with msvcp90.
|
2013-12-19 17:06:09 +01:00 |
Alexandre Julliard
|
40a64912ae
|
msvcp90: Set the thiscall parameter count according to the size of the stream size and offset types.
|
2013-12-19 17:06:07 +01:00 |
Alexandre Julliard
|
a4303e7246
|
msvcp90: Use thiscall where appropriate in the header file.
|
2013-11-25 15:15:54 +01:00 |
Piotr Caban
|
52aeccf960
|
msvcp90: Fix string leak in locale__Locimp__Makeloc function.
|
2013-08-28 16:14:37 +02:00 |
Piotr Caban
|
a51d65da77
|
msvcp90: Added complex<{float, double, long double}> constructors implementation.
|
2013-01-16 20:27:37 +01:00 |
Piotr Caban
|
5e1cbccebf
|
msvcp90: Use critical sections in mutex object.
|
2012-11-02 20:12:24 +01: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
|
0ef93eb0e5
|
msvcp90: Added strstreambuf seekpos and seekoff implementation.
|
2012-08-15 12:20:07 +02:00 |
Piotr Caban
|
7d21ee14f1
|
msvcp90: Added basic_istream<short> implementation.
|
2012-08-14 12:02:49 +02:00 |
Piotr Caban
|
e8cc341df9
|
msvcp90: Added basic_ostream<short> implementation.
|
2012-08-14 12:02:40 +02:00 |
Piotr Caban
|
ed22f3b14d
|
msvcp90: Added basic_filebuf<wchar> and basic_filebuf<short> implementation.
|
2012-08-14 12:02:31 +02:00 |
Piotr Caban
|
6c864c699d
|
msvcp90: Keep class definitions in separate file.
|
2012-07-03 16:58:29 +02:00 |
Piotr Caban
|
2fdc5e2844
|
msvcp90: Added basic_stringbuf<wchar> and basic_stringbuf<short> implementation.
|
2012-06-29 20:41:39 +02:00 |
Owen Rudge
|
0d1009b3c1
|
msvcp90: Add initial basic_stringbuf<char> implementation.
|
2012-06-28 19:43:36 +02:00 |
Piotr Caban
|
07ccbb6351
|
msvcp90: Added basic_istream<wchar> implementation.
|
2012-06-26 17:30:08 +02:00 |
Piotr Caban
|
6902b51128
|
msvcp90: Added basic_ostream<wchar> implementation.
|
2012-06-25 18:12:45 +02:00 |
Piotr Caban
|
9afd07be92
|
msvcp90: Added num_get<wchar>::_Getffld implementation.
|
2012-06-25 17:45:23 +02:00 |
Piotr Caban
|
55b9bbc491
|
msvcp90: Added num_put<wchar> implementation.
|
2012-06-25 17:45:22 +02:00 |
Piotr Caban
|
8e2efc1939
|
msvcp90: Added basic_ostream::operator<<(base type) implementation.
|
2012-06-22 14:09:42 +02:00 |
Piotr Caban
|
27f9052440
|
msvcp90: Added num_put<char>::put(double) implementation.
|
2012-06-22 14:08:01 +02:00 |
Piotr Caban
|
a359df5fa2
|
msvcp90: Added partial num_put<char> implementation.
|
2012-06-22 14:07:49 +02:00 |
Piotr Caban
|
83ef253b8d
|
msvcp90: Added num_put<char> class stub.
|
2012-06-22 14:07:08 +02:00 |
Piotr Caban
|
1c7f54bfa6
|
msvcp90: Added istream>>(base type) implementation.
|
2012-06-21 18:55:47 +02:00 |
Piotr Caban
|
1507d715cc
|
msvcp90: Added num_get<char>::_Getffld implementation.
|
2012-06-21 18:55:02 +02:00 |
Piotr Caban
|
237cc9506f
|
msvcp90: Define basic_streambuf structure globally.
|
2012-06-21 18:06:25 +02:00 |