[RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that checks for clobbering...
[platform/upstream/linaro-gcc.git] / libstdc++-v3 /
2015-12-02 rediFix ambiguity with multiple enable_shared_from_this...
2015-12-01 rediDefine path::_Cmpt after specializing path::__is_encode...
2015-11-26 rediEnsure another pretty-printer test uses C++98 mode
2015-11-26 rediEnsure pretty-printer test uses C++98 mode
2015-11-26 dje* configure: Regenerate.
2015-11-25 rediImprove tests for valid values of iostream bitmask...
2015-11-25 roPort libvtv to Solaris
2015-11-24 roHandle C++11 <math.h> overloads on Solaris 12
2015-11-21 dje* testsuite/23_containers/vector/profile/vector.cc...
2015-11-20 jkratoch PR libstdc++/68448
2015-11-17 rediPR libstdc++/66059 optimise _Build_index_tuple
2015-11-16 devans PR libstdc++/67440
2015-11-15 rediPR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR test
2015-11-14 andreast2015-11-14 Andreas Tobler <andreast@gcc.gnu.org>
2015-11-14 rediFix std::wstring capacity test for short wchar_t
2015-11-14 dje* testsuite/experimental/random/randint.cc: Add dg...
2015-11-13 rediDefine std::experimental::randint etc.
2015-11-13 rediImprove portability of named locale tests
2015-11-13 rediMore fine-grained autoconf checks for C99 library
2015-11-13 redi * include/experimental/bits/shared_ptr.h: Tweak comments.
2015-11-13 rediImplement std::experimental::shared_ptr with array...
2015-11-13 rediDefine alias templates using polymorphic memory resources
2015-11-13 rediImplement C++ LFTSv1 polymorphic memory resources
2015-11-12 rediExtend valid values of iostream bitmask types
2015-11-12 redi * include/std/thread: Include <cerrno> for EINTR.
2015-11-12 villeImplement D0013R2, logical type traits.
2015-11-12 redi * include/experimental/bits/string_view.tcc: Fix doxyg...
2015-11-11 redi * libsupc++/new_handler.cc: Fix for explicit construct...
2015-11-11 rediLoop in std::this_thread sleep functions
2015-11-11 villeCorrect the Changelog date of the previous commit.
2015-11-11 ville2015-11-10 Ville Voutilainen <ville.voutilainen@gmail...
2015-11-11 redi PR libstdc++/64651
2015-11-10 rediFix return type of heterogeneous find for sets
2015-11-10 rediUpdate C++17 library implementation status
2015-11-10 redi * include/bits/functional_hash.h: Fix grammar in comment.
2015-11-09 fdumont2015-11-09 François Dumont <fdumont@gcc.gnu.org>
2015-11-06 jason * testsuite/26_numerics/complex/requirements/constexpr.cc
2015-11-06 dmalcolmlibstdc++v3: Explicitly disable carets and colorization...
2015-11-03 jason * libsupc++/new: Declare sized deletes.
2015-11-03 paolo2015-11-03 Paolo Carlini <paolo.carlini@oracle.com>
2015-11-03 ville2015-11-03 Ville Voutilainen <ville.voutilainen@gmail...
2015-10-25 rediImplement C++17 std::invoke and LWG DR 2219
2015-10-24 rediReturn deferred future if thread cannot be run
2015-10-21 redi * include/std/type_traits (__cpp_lib_bool_constant...
2015-10-16 rediDocument options for Filesystem TS library
2015-10-16 rediShrink std::random_shuffle test to pass on simulators
2015-10-15 nszmark libstdc++ tests unsupported if they fail with...
2015-10-13 froydnj * config/cpu/i486/opt/bits/opt_random.h: Include pmmin...
2015-10-11 jsm28Test for __cxa_thread_atexit_impl when cross-compiling...
2015-10-09 rediMissed ChangeLog for previous libstdc++-v3 commit
2015-10-09 rediAdd include/experimental/bits dir
2015-10-05 ville2015-10-05 Ville Voutilainen <ville.voutilainen@gmail...
2015-10-04 jason Implement N4514, C++ Extensions for Transactional...
2015-10-03 rediRemove pretty printing for 'any' with allocators
2015-10-03 rediFix comments saying why headers are included
2015-10-02 rediFix testsuite failures with --disable-wchar_t
2015-10-02 rediEnable dual ABI for Filesystem library
2015-10-02 redi * testsuite/21_strings/basic_string/allocator/wchar_t...
2015-10-02 rediFix tests that fail with old std::string
2015-10-02 rediUse noexcept instead of _GLIBCXX_NOEXCEPT
2015-10-02 redi * acinclude.m4 (GLIBCXX_ENABLE_DEBUG_FLAGS): Fix comment.
2015-10-02 rediAllow Filesystem TS to compile without wchar_t
2015-10-02 redi * testsuite/util/testsuite_fs.h (nonexistent_path...
2015-10-02 rediPR libstdc++/67747 use readdir instead of readdir_r
2015-10-01 redi * doc/html/manual/errno.html: Add new file.
2015-10-01 rediSave-and-restore errno more carefully in libstdc++
2015-09-30 fdumont2015-09-30 François Dumont <fdumont@gcc.gnu.org>
2015-09-30 doko2015-09-30 Matthias Klose <doko@ubuntu.com>
2015-09-29 rediLeave errno unchanged by successful std::stoi etc
2015-09-29 rediPR libstdc++/67583 Fix invalid sputn calls in tests
2015-09-29 rediReduce space and time overhead of std::thread
2015-09-28 rediLWG 2135: terminate() in condition_variable::wait()
2015-09-25 villeAvoid creating dangling references in case of nested...
2015-09-24 rediLeave moved-from std::deque in a valid state
2015-09-23 rediLimit number of symlinks that canonical() will resolve
2015-09-23 rediFix semantics of Filesystem TS directory iterators
2015-09-23 rediFix filesystem::create_directories() function
2015-09-21 rediFix bootstrap error introduced in r227870
2015-09-19 timshen PR libstdc++/67361
2015-09-18 rediFix errors due to extra includes in extc++.h
2015-09-17 clm2015-09-17 Catherine Moore <clm@codesourcery.com>
2015-09-17 rediInclude <cerrno> in src/c++11/random.cc
2015-09-17 fdumont2015-09-17 François Dumont <fdumont@gcc.gnu.org>
2015-09-17 rediHandle alignment in __atomic_is_lock_free
2015-09-17 rediRemove non-deterministic part of canonical() test
2015-09-17 rediMake std::random_device retry after short reads
2015-09-17 rediRemove redundant conditional expressions in <system_error>
2015-09-17 rediOnly do shrink_to_fit() when exceptions enabled
2015-09-16 rediImplement filesystem::canonical() without realpath
2015-09-11 rediFix filesystem::canonical on Solaris 10.
2015-09-11 rediCheck read() result in std::random_device.
2015-09-11 rediFix invalid UTF-8 in wchar_t tests.
2015-09-11 rediRationalise PCH headers and 17_intro/headers tests.
2015-09-11 rediImplement N4258 noexcept for std::basic_string.
2015-09-11 rediAllocator-extended constructors for container adaptors.
2015-09-10 redi * testsuite/util/testsuite_allocator.h (PointerBase...
2015-09-10 redi * testsuite/21_strings/basic_string/operators/char...
2015-09-09 rediEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-07 rediRelax Debug Mode assertions on operator-> for smart...
2015-09-07 rediAvoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
next