.. |
ext
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
support
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
__bit_reference
|
Implement full support for non-pointer pointers in custom allocators for vector.
|
2013-06-27 19:35:32 +00:00 |
__config
|
Ok, 3 major changes for debug mode in one commit:
|
2013-08-02 00:26:35 +00:00 |
__debug
|
debug mode for unordered_map. Also picked up a missing check and test in unordered_multimap. This wraps up debug mode for the unordered containers.
|
2013-08-02 17:50:49 +00:00 |
__functional_03
|
Add some missing cv-qualifiers.
|
2013-07-23 01:24:30 +00:00 |
__functional_base
|
Implement N3421; comparison predicates<void>
|
2013-07-29 14:21:53 +00:00 |
__functional_base_03
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
__hash_table
|
debug mode for unordered_map. Also picked up a missing check and test in unordered_multimap. This wraps up debug mode for the unordered containers.
|
2013-08-02 17:50:49 +00:00 |
__locale
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
__mutex_base
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
__split_buffer
|
Implement full support for non-pointer pointers in custom allocators for deque.
|
2013-06-23 21:17:24 +00:00 |
__sso_allocator
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
__std_stream
|
Make cout a little more thread-safe. This fixes http://llvm.org/bugs/show_bug.cgi?id=12158
|
2013-06-28 21:40:28 +00:00 |
__tree
|
Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978
|
2013-06-19 21:29:40 +00:00 |
__tuple
|
Make std::get constexpr
|
2013-07-17 18:25:36 +00:00 |
__tuple_03
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
__undef_min_max
|
Some minor mingw64 porting tweaks from Glen.
|
2012-09-03 18:13:11 +00:00 |
algorithm
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
array
|
Make std::get constexpr
|
2013-07-17 18:25:36 +00:00 |
atomic
|
Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro).
|
2013-05-02 20:18:43 +00:00 |
bitset
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
cassert
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
ccomplex
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cctype
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
cerrno
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cfenv
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cfloat
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
chrono
|
Backwards!
|
2013-07-31 19:39:37 +00:00 |
cinttypes
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
ciso646
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
climits
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
clocale
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cmath
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
codecvt
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
complex
|
Implement constexpr (n3302) and fix operator *= and /=
|
2013-07-31 21:02:34 +00:00 |
complex.h
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
condition_variable
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
csetjmp
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
csignal
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdarg
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdbool
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstddef
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
cstdint
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cstdio
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
cstdlib
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
cstring
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
ctgmath
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
ctime
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
cwchar
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
cwctype
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
deque
|
Implement NULL iterators for <forward_list> and <deque> re: N3644
|
2013-08-06 16:14:36 +00:00 |
exception
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
forward_list
|
Implement full support for non-pointer pointers in custom allocators for forward_list.
|
2013-06-24 17:17:28 +00:00 |
fstream
|
Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130325/077133.html
|
2013-04-02 22:14:51 +00:00 |
functional
|
Implement N3421; comparison predicates<void>
|
2013-07-29 14:21:53 +00:00 |
future
|
Constrain launch ~ operator to defined bits.
|
2013-07-02 18:01:41 +00:00 |
initializer_list
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
iomanip
|
Further macro protection by replacing _[A-Z] with _[A-Z]p
|
2011-11-29 18:15:50 +00:00 |
ios
|
move __save_flags from <random> to <ios> in preparation for reuse; no functionality change
|
2013-07-09 20:34:14 +00:00 |
iosfwd
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
iostream
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
istream
|
In istream::ignore, check the delimeter as an int_type, not as a char_type, so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427
|
2013-07-01 00:37:50 +00:00 |
iterator
|
Ok, 3 major changes for debug mode in one commit:
|
2013-08-02 00:26:35 +00:00 |
limits
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
list
|
Implement NULL iterators for <list> re: N3644
|
2013-08-05 21:23:28 +00:00 |
locale
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
map
|
Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes http://llvm.org/bugs/show_bug.cgi?id=16549
|
2013-07-05 18:06:00 +00:00 |
memory
|
Matthew Dempsky: Attached patch replaces the type punning with memcpy(), which on
|
2013-07-03 17:39:28 +00:00 |
mutex
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
new
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
numeric
|
More windows port work by Ruben Van Boxem
|
2011-10-22 20:59:45 +00:00 |
ostream
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
queue
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
random
|
move __save_flags from <random> to <ios> in preparation for reuse; no functionality change
|
2013-07-09 20:34:14 +00:00 |
ratio
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
regex
|
Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was ignoring capture groups inside lookahead assertions.
|
2013-07-23 16:18:04 +00:00 |
scoped_allocator
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
set
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
sstream
|
The move / swap members were not correctly taking all of the possible states of the basic_stringbuf into account. Just rewrote these members. Test included. This fixes http://llvm.org/bugs/show_bug.cgi?id=15659.
|
2013-04-03 20:21:29 +00:00 |
stack
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
stdexcept
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
streambuf
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
string
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
strstream
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
system_error
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
tgmath.h
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
thread
|
Fix stupid but harmless type-o. Fixes http://llvm.org/bugs/show_bug.cgi?id=15657.
|
2013-04-03 20:29:45 +00:00 |
tuple
|
Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug #16599. Thanks to Howard for the review and updates.
|
2013-07-22 16:02:19 +00:00 |
type_traits
|
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
|
2013-08-01 18:17:34 +00:00 |
typeindex
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
typeinfo
|
Windows support by Ruben Van Boxem.
|
2011-10-17 20:05:10 +00:00 |
unordered_map
|
Debug mode for unordered_multimap. Some mods were done for unordered_map as well to keep all the tests passing. However unordered_map is at the very least still missing tests, if not functionality (if it isn't tested, it probably isn't working).
|
2013-07-30 21:04:42 +00:00 |
unordered_set
|
Debug mode for unordered_set. I believe this to be fairly complete for
|
2013-07-23 22:01:58 +00:00 |
utility
|
Make std::get constexpr
|
2013-07-17 18:25:36 +00:00 |
valarray
|
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two flags: _LIBCPP_TYPE_VIS and _LIBCPP_FUNC_VIS. This is in preparation for taking advantage of clang's new __type_visibility__ attribute.
|
2013-03-06 23:30:19 +00:00 |
vector
|
Ok, 3 major changes for debug mode in one commit:
|
2013-08-02 00:26:35 +00:00 |