aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely22-123/+148
2015-09-07Relax Debug Mode assertions on operator-> for smart pointers.Jonathan Wakely2-2/+2
2015-09-07Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hJonathan Wakely1-22/+7
2015-09-04fix darwin bootstrap errors due to <mutex>.Jonathan Wakely1-9/+10
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely5-271/+510
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland7-0/+251
2015-09-04Make all <cxxx> headers include <bits/c++config.h>Jonathan Wakely15-8/+36
2015-09-03Clean up libstdc++ includes slightly.Jonathan Wakely4-5/+4
2015-09-03Make std::experimental::not_fn SFINAE-friendly.Jonathan Wakely1-10/+22
2015-09-03Add concept checks to std::next and std::prev.Jonathan Wakely1-0/+6
2015-09-02libstdc++: fix data races in basic_string implementationDmitry Vyukov1-2/+31
2015-09-02re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_re...Sebastian Huber1-2/+15
2015-08-28re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)Tim Shen1-0/+6
2015-08-27re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)Jonathan Wakely1-0/+8
2015-08-26Ensure std::generate_canonical doesn't return 1.Edward Smith-Rowland1-7/+14
2015-08-26Only set std::enable_shared_from_this member once.Jonathan Wakely2-4/+7
2015-08-26try_emplace and insert_or_assign for Debug Mode.Jonathan Wakely2-0/+165
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont7-22/+181
2015-08-25Revert my change to commit with PR reference again.François Dumont7-181/+22
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont7-22/+181
2015-08-24re PR libstdc++/65049 (Undefined behaviour with std::char_traits<char>)Jonathan Wakely2-10/+62
2015-08-24re PR libstdc++/67309 (Error compiling with -std=c++11 and -fsingle-precision...Jonathan Wakely1-3/+3
2015-08-20any (__any_caster): Define at namespace scope so the name is visible to name ...Jonathan Wakely1-8/+11
2015-08-19cmath: Fix typo in comment.Paolo Carlini1-1/+1
2015-08-19cmath: Revert fix for libstdc++/58625...Paolo Carlini1-3/+3
2015-08-18* include/bits/ptr_traits.h: Include <bits/move.h> for addressof.Jonathan Wakely1-1/+1
2015-08-18re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile wi...Jonathan Wakely3-0/+6
2015-08-14any (any::operator=(const any&)): Move check for self-assignment.Jonathan Wakely1-29/+30
2015-08-14array: Add feature-test macro.Jonathan Wakely1-0/+1
2015-08-13Implement std::experimental::fundamentals_v2::make_array and std::experimenta...Ville Voutilainen3-0/+111
2015-08-13alloc_traits.h: Add feature-test macro.Jonathan Wakely5-0/+10
2015-08-13shared_mutex (shared_mutex::unlock()): Fix typo.Eelis van der Weegen1-1/+1
2015-08-09Implement N4279, Improved insertion interface for unique-key maps.Ville Voutilainen3-1/+467
2015-08-08Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...Ville Voutilainen1-73/+95
2015-08-03re PR libstdc++/67078 (FAIL: 24_iterators/container_access.cc (test for exces...Jonathan Wakely1-7/+7
2015-07-30regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...Tim Shen5-28/+88
2015-07-30any (any::operator=(const any&)): Check for self-assignment.Jonathan Wakely1-0/+3
2015-07-29range_access.h: Change class to typename in every template.Ville Voutilainen1-18/+103
2015-07-29re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148))Ville Voutilainen1-0/+28
2015-07-29re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...Tim Shen2-13/+31
2015-07-24* include/bits/atomic_futex.h [_GLIBCXX_HAVE_LINUX_FUTEX]Jonathan Wakely1-7/+8
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-07-23functional_hash.h: Add specializations for __intN types.DJ Delorie2-3/+29
2015-07-20* include/bits/c++config: Fix abi_tag in special modes.Jason Merrill1-1/+1
2015-07-16stl_algobase.h (__miter_base): Move...François Dumont3-7/+9
2015-07-13c++config (_GLIBCXX_NOEXCEPT_IF): Define.Jonathan Wakely33-133/+68
2015-07-05hashtable.h (_Hashtable<>::__rehash_policy): Do not rehash container.François Dumont1-17/+2
2015-07-03Implement std::experimental::fundamentals_v2::propagate_const.Ville Voutilainen3-0/+537
2015-07-01alloc_traits.h (__alloctr_rebind): Remove.Jonathan Wakely2-183/+86
2015-07-01ptr_traits.h (__ptrtr_elt_type, [...]): RemoveJonathan Wakely1-84/+60