aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2015-11-17PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely1-4/+15
2015-11-15PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testJonathan Wakely2-2/+2
2015-11-13Define std::experimental::randint etc.Jonathan Wakely3-0/+79
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao18-37/+81
2015-11-13* include/experimental/bits/shared_ptr.h: Tweak comments.Jonathan Wakely1-2/+2
2015-11-13Implement std::experimental::shared_ptr with array supportFan You4-1/+1200
2015-11-13Define alias templates using polymorphic memory resourcesJonathan Wakely13-0/+214
2015-11-13Implement C++ LFTSv1 polymorphic memory resourcesFan You5-1/+442
2015-11-12Extend valid values of iostream bitmask typesJonathan Wakely1-3/+9
2015-11-12* include/std/thread: Include <cerrno> for EINTR.Jonathan Wakely1-0/+1
2015-11-12Implement D0013R2, logical type traits.Ville Voutilainen2-0/+49
2015-11-12* include/experimental/bits/string_view.tcc: Fix doxygen @file.Jonathan Wakely1-1/+1
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-3/+13
2015-11-11LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen3-5/+5
2015-11-10Fix return type of heterogeneous find for setsJonathan Wakely2-8/+12
2015-11-10* include/bits/functional_hash.h: Fix grammar in comment.Jonathan Wakely1-2/+2
2015-11-092015-11-09 François Dumont <fdumont@gcc.gnu.org>François Dumont2-69/+50
2015-11-03Make the default constructors of tuple and pair conditionally explicit.Ville Voutilainen3-22/+95
2015-10-25Implement C++17 std::invoke and LWG DR 2219Jonathan Wakely3-198/+151
2015-10-24Return deferred future if thread cannot be runJonathan Wakely1-3/+14
2015-10-21* include/std/type_traits (__cpp_lib_bool_constant): Define.Jonathan Wakely1-1/+1
2015-10-13opt_random.h: Include pmmintrin.h instead of x86intrin.h, and only do so when...Nathan Froyd1-1/+1
2015-10-09Add include/experimental/bits dirJonathan Wakely14-29/+64
2015-10-05re PR c++/67844 (Cannot make tuple of class with template constructor)Ville Voutilainen1-1/+7
2015-10-02Use noexcept instead of _GLIBCXX_NOEXCEPTJonathan Wakely2-6/+6
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely2-4/+12
2015-10-01Save-and-restore errno more carefully in libstdc++Jonathan Wakely1-3/+7
2015-09-29Leave errno unchanged by successful std::stoi etcJonathan Wakely1-0/+2
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely1-42/+50
2015-09-28LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely1-1/+1
2015-09-25Avoid creating dangling references in case of nested tuplesVille Voutilainen1-8/+36
2015-09-24Leave moved-from std::deque in a valid stateJonathan Wakely1-0/+1
2015-09-23Fix semantics of Filesystem TS directory iteratorsJonathan Wakely1-11/+23
2015-09-21Fix bootstrap error introduced in r227870Jonathan Wakely1-1/+1
2015-09-19re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen6-35/+97
2015-09-18Fix errors due to extra includes in extc++.hJonathan Wakely2-3/+2
2015-09-172015-09-17 François Dumont <fdumont@gcc.gnu.org>François Dumont1-49/+50
2015-09-17Handle alignment in __atomic_is_lock_freeJonathan Wakely2-14/+14
2015-09-17Remove redundant conditional expressions in <system_error>Jonathan Wakely1-2/+2
2015-09-17Only do shrink_to_fit() when exceptions enabledJonathan Wakely2-6/+14
2015-09-11Rationalise PCH headers and 17_intro/headers tests.Jonathan Wakely1-0/+14
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely3-33/+128
2015-09-11Allocator-extended constructors for container adaptors.Jonathan Wakely2-0/+86
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