Fix tests that break unnecessarily for avr.
[gcc.git] / libstdc++-v3 /
2016-08-02 Jonathan WakelyFix std::wstring allocator tests
2016-08-02 Jonathan WakelyImprove comments on check_v3_target_filesystem_ts
2016-08-02 Jonathan WakelyMove dg-error directives to relevant lines
2016-08-02 Jonathan WakelyAdd -fno-show-column to libstdc++ test flags
2016-08-02 Jonathan WakelySkip C tests if test flags include C++ options
2016-08-02 Jonathan WakelyTest TR1 special functions without adding them to std
2016-08-02 Jonathan WakelyOnly run math special function tests for C++11 and...
2016-08-02 Jonathan WakelyMake TR1 special function tests support C++98
2016-08-02 Rainer OrthUpdate Solaris baselines
2016-08-02 Jonathan WakelySkip scan-assembler test when -flto is used
2016-08-02 Jonathan WakelySupport using -flto with libstdc++ testsuite
2016-08-01 Jonathan WakelyAdd non-const std::basic_string::data() for C++17
2016-08-01 Jonathan WakelyDisable std::string and std::wstring extern templates...
2016-08-01 Jonathan WakelyRemove ignored "xfail" from dg-do compile directives
2016-08-01 Jonathan WakelyFix __gnu_cxx::hash_set test to pass in C++98 mode
2016-08-01 Jonathan WakelyRemove "-x c" from dg-options in libstdc++ C++ test
2016-08-01 Jonathan WakelyLimit std::tuple tests to run for C++11 and later
2016-08-01 Jonathan WakelyMake libstdc++ debug mode test valid for C++98
2016-08-01 Jonathan WakelyRemove unused headers and variables from libstdc++...
2016-08-01 Jonathan WakelyRemove duplicate dg-options directive in string_view...
2016-08-01 Jonathan WakelyUse -std=gnu++98 instead of -std=gnu++03 in test
2016-08-01 Jonathan WakelyRemove linker options from compile-only tests
2016-08-01 Jonathan WakelyRun std::ios_base enum tests for C++11 and up
2016-08-01 Uros Bizjakbaseline_symbols.txt: Update.
2016-07-31 Jonathan WakelyChange std::conditional test to compile-only
2016-07-31 Jonathan WakelyEnsure std::atomic test is compiled with optimization
2016-07-31 Jonathan WakelyFix DR 438 std::list test to pass in C++98 mode
2016-07-31 Jonathan WakelyEnable std::regex test for C++11 or later
2016-07-31 Jonathan WakelyFix non-portable std::regex test and test more cases
2016-07-31 Jonathan WakelyAllow std::pair test to run in C++11 mode too
2016-07-31 Jonathan Wakelylibstdc++/72745 add static assertion for invalid tuple...
2016-07-31 Jonathan WakelyMove dg-error directives to relevant lines
2016-07-31 Ville VoutilainenAdd missing variable traits, fix testsuite failures.
2016-07-31 Jonathan WakelyCheck __STRICT_ANSI__ for 128-bit arithmetic types
2016-07-31 Jonathan WakelyFix file extension of libstdc++ test
2016-07-29 Ville VoutilainenImplement C++17 variable templates for type traits.
2016-07-29 Andreas SchwabUpdate libstdc++ baseline symbols for aarch64, ia64...
2016-07-29 Jonathan WakelyUpdate libstdc++ docs for library version history
2016-07-29 Jonathan WakelyNew libstdc++ symbol version for new basic_string symbols
2016-07-29 Jonathan WakelyUpdate libstdc++ baseline symbols for x86 and ppc
2016-07-28 Jonathan WakelyFix DR 438 container tests to pass in C++98 mode
2016-07-28 Jonathan WakelyFix std::vector test to pass in C++98 mode
2016-07-28 Jonathan WakelyUse dg-additional-options in libstdc++ tests
2016-07-28 Jonathan WakelyFix invalid dg-do directives in libstdc++ tests
2016-07-28 Ville VoutilainenImplement std::string_view and P0254r2,
2016-07-27 Jonathan Wakely* testsuite/20_util/forward/1_neg.cc: Move dg-error...
2016-07-25 Georeth ChowFix missing qualification in <ext/rope>
2016-07-25 Jonathan WakelyUse std::mt19937, std::thread and std::atomic to simpli...
2016-07-22 Jonathan WakelyMove allocator in std::string and RB tree move constructors
2016-07-22 Jonathan WakelyUse correct form of delete in libstdc++.exp
2016-07-21 Jonathan WakelyFix naming, qualification and broken test for propagate...
2016-07-21 Jonathan WakelyDefine missing delete operators in libstdc++ testsuite
2016-07-21 Jonathan WakelyFix out-of-bound array accesses in libstdc++ testsuite
2016-07-21 Jonathan WakelyFix missing returns in libstdc++ testsuite
2016-07-21 Jonathan WakelyRemove memory leaks in libstdc++ testsuite
2016-07-20 Jonathan WakelyDocument LWG DR 2684 status and regenerate libstdc...
2016-07-20 Jonathan WakelyLWG 2441 Provide exact-width atomic typedefs
2016-07-20 Jonathan WakelyLWG 2328 Rvalue stream extraction should use perfect...
2016-07-20 Jonathan WakelyUse static pointer to member when catching nullptr
2016-07-18 Ville VoutilainenClean up optional's comments.
2016-07-15 Jonathan WakelyReplace references to C++0x with C++11 in comments
2016-07-15 Jonathan WakelyRemove redundant std::move in std::for_each
2016-07-15 Jonathan Wakelyc++/58796 Make nullptr match exception handlers of...
2016-07-15 Edward Smith-RowlandImplement C++17 P0025 clamp.
2016-07-15 Ville VoutilainenFix the constraints for any's assignment operator templ...
2016-07-14 Jonathan WakelyInclude header for std::__parallel::search
2016-07-14 Jonathan WakelyAdd header for std::search to testcase
2016-07-14 Jonathan WakelyImprove doxygen comments for allocators in containers
2016-07-14 Ville VoutilainenImplement P0032R3, Homogeneous interface for variant...
2016-07-14 Ville VoutilainenFix ChangeLog.
2016-07-13 Jonathan Wakelylibstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS
2016-07-13 Jonathan WakelyMake basic_string::replace forward to different overload
2016-07-13 Jonathan WakelyMake __allocated_ptr::_S_raw_ptr static
2016-07-13 Jonathan WakelyRevert "Add non-const overload of std::string::data()"
2016-07-13 Ville VoutilainenFix ChangeLog.
2016-07-13 Ville VoutilainenImplement P0307R2, Making Optional Greater Equal Again.
2016-07-13 Jonathan WakelyAdd non-const overload of std::string::data()
2016-07-12 Jonathan WakelyRemove unused operator delete overloads (LWG 2458)
2016-07-12 Jonathan WakelyFix ChangeLog entry for r238244
2016-07-12 Jonathan WakelyAdd tests and docs for LWG 2212 support
2016-07-12 Jonathan WakelyAdd std::vector::emplace() testcase from LWG 2164
2016-07-11 François Dumontstl_vector.h (push_back(const value_type&)): Forward...
2016-07-10 Ville VoutilainenImplement std::optional.
2016-07-08 Jonathan Wakely* testsuite/23_containers/vector/modifiers/insert/alias...
2016-07-07 Jonathan WakelyUpdate libstdc++ status docs
2016-07-06 Ville VoutilainenImplement std::any.
2016-07-06 Ville VoutilainenAdd a new header for diagnosing the use of C++17 facili...
2016-07-06 Ville VoutilainenImplement LWG 2451, optional<T> should 'forward' T...
2016-07-05 Ville VoutilainenImplement LWG 2509,
2016-07-04 François DumontAdd tests for inserting aliased objects into std::vector
2016-07-04 Jonathan WakelyFix std::vector's use of temporary objects
2016-07-04 Ville Voutilainenre PR libstdc++/71313 ([Filesystem TS] remove_all fails...
2016-07-02 François Dumontget_debug_neg.cc: Adjust dg-error line numbers.
2016-06-30 Thomas Preud'homme65913.cc: Require atomic-builtins rather than specific...
2016-06-27 François Dumontre PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable...
2016-06-23 François Dumontarray (array<>::swap): Fix noexcept qualificaton for...
2016-06-21 Trevor Saundersremove mep-* support
2016-06-21 Trevor Saundersremove knetbsd support
2016-06-20 François Dumontre PR libstdc++/71181 (Reserving in unordered_map doesn...
2016-06-17 Jonathan Wakelylibstdc++/71545 fix debug checks in binary search algor...
next