Use value-init syntax in std::__detail::__airy
[gcc.git] / libstdc++-v3 / include /
2017-12-01 Jonathan WakelyUse value-init syntax in std::__detail::__airy
2017-12-01 Jonathan WakelyAdd noexcept to std::integral_constant members
2017-11-30 Jonathan WakelyPR libstdc++/65927 Fix -Wunused-but-set-parameter warning
2017-11-30 Glen Joseph FernandesMove assertion from to_address to __to_address
2017-11-30 Jonathan WakelyPR libstdc++/83226 avoid forming pointer-to-reference...
2017-11-28 Glen Joseph FernandesAdd std::to_address for C++2a (P0653R2)
2017-11-27 Stephan BergmannAdd missing noexcept in string_view::find_first_of...
2017-11-27 Stephan BergmannFix std::unordered_map deduction guide
2017-11-23 Jonathan WakelyAdd [[nodiscard]] attribute to C++17 components
2017-11-23 Jonathan WakelyPR libstdc++/83134 Ensure std::__not_ converts B::value...
2017-11-22 Jonathan WakelyPR go/83102 relax std::set checks for invocable compari...
2017-11-21 Jonathan WakelyPR libstdc++/48101 improve errors for invalid container...
2017-11-20 François Dumontstreambuf_iterator.h (istreambuf_iterator<>): Declare...
2017-11-20 Ville VoutilainenImplement LWG 2353
2017-11-19 Edward Smith-RowlandPR libstdc++/pr66689 - comp_ellint_3 and ellint_3 retur...
2017-11-18 Edward Smith-Rowlandspecfun.h: Expose airy_ai and airy_bi.
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-11-17 Jonathan WakelyPR libstdc++/83025 fix constraints for path overloads...
2017-11-16 Marc GlisseTweak vector::_M_realloc_insert for code size
2017-11-16 Jonathan WakelyAdd noexcept to std::shared_future copy operations...
2017-11-15 Ville VoutilainenFix gcd breakage.
2017-11-15 Jonathan WakelyAdd noexcept to generic std::size, std::empty and std...
2017-11-14 Ville VoutilainenImplement LWG 2733 and LWG 2759
2017-11-14 Jonathan WakelyFix typo in std::wbuffer_convert
2017-11-10 Jonathan WakelyPR libstdc++/82917 add missing returns in <fstream>
2017-11-03 Jonathan WakelyDefine std::endian for C++2a (P0463R1)
2017-11-03 Jonathan WakelyRemove _Node_insert_return::get() member functions...
2017-10-30 Jonathan WakelyDon't create broken symlink in libstdc++-v3/include...
2017-10-30 Jonathan WakelyRemove ios_mode::trunc from basic_ofstream openmode...
2017-10-30 Jonathan WakelyMinor header reorganization for unordered containers
2017-10-30 Ville VoutilainenImplement LWG 2485
2017-10-27 Jonathan WakelySimplify _Node_insert_return to avoid including <tuple>
2017-10-27 Jonathan WakelyList headers in Makefile in alphabetical order
2017-10-27 Jonathan WakelyRemove noexcept from filesystem iterators and operation...
2017-10-27 Jonathan WakelyMake filesystem::file_status default constructor non...
2017-10-27 Jonathan WakelyProvide filesystem::path overloads for file streams...
2017-10-27 Jonathan WakelyDefine std::filesystem::path::format enum (P0430R2)
2017-10-26 Jonathan WakelyProtect more algorithms from overloaded comma operators
2017-10-26 Ville VoutilainenDeduction guides for associative containers, debug...
2017-10-25 Jonathan WakelyPR libstdc++/82716 avoid stupid -Wmismatched-tags warnings
2017-10-24 Jonathan WakelyRefactor std::basic_string_view members and add noexcept
2017-10-24 Jonathan WakelyPR libstdc++/82685 add 'noexcept' to string_view literals
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-23 Jonathan WakelyPR libstdc++/82644 document IS 29124 support
2017-10-20 Jonathan WakelyUpdate value of __cpp_lib_chrono feature-test macro
2017-10-20 Jonathan WakelyDefine __cpp_lib_byte feature-test macro
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-10-16 François Dumontre PR libstdc++/82558 (V8 JavaScript engine segfaults...
2017-10-13 Jonathan WakelyPR libstdc++/82522 overload map insert functions for...
2017-10-13 Jonathan WakelyPR libstdc++/82481 Suppress clang-tidy warnings
2017-10-10 Jonathan WakelyUpdate comment referring to status of LWG issue 111
2017-10-10 Jonathan WakelyPR libstdc++/82417 do not include C99 <complex.h> in...
2017-10-04 Petr Ovtchenkov2017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>
2017-10-02 Jakub Jelinekcharconv (__unsigned_least_t): Fix number of closing...
2017-10-02 Jonathan WakelyC++17 P0067R5 std::to_chars and std::from_chars (partial)
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-20 Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-20 Jonathan WakelyDeprecate nested types in std::hash
2017-09-20 Jonathan WakelyPR libstdc++/82262 fix std::hash<std::optional<const T>>
2017-09-19 Jonathan WakelyPR libstdc++/71500 restore C++11 compatibility in ...
2017-09-19 Jonathan WakelyPR libstdc++/82254 fix std::is_nothrow_invocable_r...
2017-09-18 Jonathan WakelyUse built-in for std::make_integer_sequnce
2017-09-18 Jonathan WakelyPR libstdc++/71187 reimplement declval without add_rval...
2017-09-13 Jonathan WakelyPR libstdc++/81468 constrain std::chrono::time_point...
2017-09-13 Jonathan WakelyDefine std::__to_address helper
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including TS headers...
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-09-12 Jonathan WakelyPR libstdc++/70483 make std::experimental::string_view...
2017-09-11 Jonathan WakelyPR libstdc++/70483 make std::string_view fully constexpr
2017-09-11 Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2017-09-04 Daniel KrueglerPR libstdc++/79162 implement LWG 2946 and LWG 2758
2017-08-31 Jonathan WakelyPR c++/82039 suppress -Wzero-as-null-pointer-constant...
2017-08-24 François Dumontstl_list.h [!_GLIBCXX_INLINE_VERSION](_List_base<>...
2017-08-21 Jonathan WakelyPR libstdc++/81912 make std::__iterator_category constexpr
2017-08-18 Jonathan WakelySimplify allocator usage in unordered containers
2017-08-18 Jonathan WakelyPR libstdc++/81891 fix double-free in hashtable constructor
2017-08-09 Jonathan WakelyFix test for __has_unique_object_representations suppor...
2017-08-09 Katsuhiko NishimraFix test for __is_aggregate support in Clang
2017-07-31 Marek Polacekre PR libstdc++/81599 (Error in documentation of std...
2017-07-25 Jonathan WakelyPR libstdc++/53984 handle exceptions in basic_istream...
2017-07-25 Jonathan WakelyRemove deprecated iostream members for C++17
2017-07-23 Michael CollisonAdd optimized implementation of mersenne twister for...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-07-21 Jonathan WakelyAdd AddressSanitizer annotations to std::vector
2017-07-19 Jonathan WakelyPR libstdc++/81476 Optimise vector insertion from input...
2017-07-19 Volker Reicheltnew (bad_array_new_length): Remove redundant semicolon...
2017-07-19 Jonathan WakelyFix indentation in std::basic_filebuf member functions
2017-07-18 Jonathan WakelyPR libstdc++/81395 fix crash when write follows large...
2017-07-18 François Dumontstl_list.h (struct _List_node_header): New.
2017-07-15 Jonathan WakelyReorder std::scoped_lock parameters as per P0739R0...
2017-07-14 Jason MerrillConstrain std::variant constructor for class template...
2017-07-10 Jonathan WakelyPR libstdc++/81381 support stateful allocators in basic...
2017-07-10 Jonathan WakelyPR libstdc++/81338 correctly manage string capacity
2017-07-06 Jonathan WakelyPrevent __uses_alloc from holding dangling references
2017-06-27 Tim Shenre PR libstdc++/80187 (C++ variant should be trivially...
2017-06-27 Jonathan WakelyPR libstdc++/81221 fix namespace qualification for...
2017-06-22 Jonathan WakelyPR libstdc++/81173 fix undefined memset with null pointer
2017-06-21 Ville VoutilainenPR libstdc++/80675, PR libstdc++/80940
2017-06-16 Jonathan WakelyAdd std::get_deleter overload with correct signature
2017-06-16 Jonathan WakelyFix std::wbuffer_convert::sync()
next