aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)Author
2019-10-28 * config/abi/post/hppa-linux-gnu/baseline_symbols.txt: Update.John David Anglin
2019-10-24PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)Jonathan Wakely
2019-10-24PR libstdc++/61761 fix std::proj for targets without C99 cprojJonathan Wakely
2019-10-24Fix more failing tests for C++98 modeJonathan Wakely
2019-10-24Fix tests that fail with -std=gnu++98 or -std=gnu++11Jonathan Wakely
2019-10-24Fix indentation in testsuite utility headerJonathan Wakely
2019-10-24PR libstdc++/89164 enforce constraints for uninitialized algosJonathan Wakely
2019-10-24Do not declare std::uses_allocator before C++11Jonathan Wakely
2019-10-24PR libstdc++/92143 adjust for OS X aligned_alloc behaviourJonathan Wakely
2019-10-24Fix more tests that fail in C++2a modeJonathan Wakely
2019-10-24Fix testsuite bugsJonathan Wakely
2019-10-24Add makefile target to update HTML files in source treeJonathan Wakely
2019-10-24Update URL for CUJ article in libstdc++ docsJonathan Wakely
2019-10-24Update URL for Hoard in libstdc++ docsGerald Pfeifer
2019-10-24PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely
2019-10-24Include netinet/in.h in include/experimental/internetAndreas Tobler
2019-10-24Fix array index error in address_v6 comparisonsJonathan Wakely
2019-10-24P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely
2019-10-24PR libstdc++/92059 fix several bugs in tr2::dynamic_bitsetJonathan Wakely
2019-09-12PR libstdc++/91748 fix std::for_each_n for random access iteratorsJonathan Wakely
2019-09-11Fix Xmethod for shared_ptr::use_count()Jonathan Wakely
2019-09-092019-09-09 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2019-09-02Update libstdc++ docs for library version bumpsJonathan Wakely
2019-09-02Update Solaris baselines for GCC 9.3Rainer Orth
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely
2019-08-29 * config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Update.Jakub Jelinek
2019-08-28Update ABI baselines for x86 and powerpc GNU targetsJonathan Wakely
2019-08-23Fix libstdc++ lstat missing return type for Windows target.Joseph Myers
2019-08-20Fix markdown in Doxygen comments for std::reduceJonathan Wakely
2019-08-20Implement new serial algorithms from Parallelism TS (P0024R2)Jonathan Wakely
2019-08-20 * config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update.Uros Bizjak
2019-08-13PR libstdc++/90361 add missing macro definitionJonathan Wakely
2019-08-12Update ChangeLog and version files for releasegcc_9_2_0_releaseJakub Jelinek
2019-07-31Use standard <float.h> macros in testJonathan Wakely
2019-07-31Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely
2019-07-31Qualify call to prevent ADLJonathan Wakely
2019-07-31PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely
2019-07-31PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely
2019-07-26Define __cpp_lib_endian feature test macroJonathan Wakely
2019-07-26Relocate std::endian from <type_traits> to <bit>Jonathan Wakely
2019-07-26Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely
2019-07-26Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely
2019-07-26Remove std::byte overloads from <bit>Jonathan Wakely
2019-07-26Add parens around constraint in <memory>.Jonathan Wakely
2019-07-26Fix preprocessor checks for Clang builtinsJonathan Wakely
2019-07-26Add missing feature test macro to C++17 status tableJonathan Wakely
2019-07-26Fix outdated reference to C++17 draft in the docsJonathan Wakely
2019-07-26Fix std::midpoint for denormal valuesJonathan Wakely
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely
2019-07-03Fix preprocessor checks for Clang builtinsJonathan Wakely