]> gcc.gnu.org Git - gcc.git/history - libstdc++-v3
Makefile.def: Remove references to GCJ.
[gcc.git] / libstdc++-v3 /
2016-11-15 Tim Shenvariant: Remove variant<T&>...
2016-11-15 Matthias Kloseconfig-ml.in: Remove references to GCJ.
2016-11-15 Jonathan WakelyFix find&replace error in license boilerplate
2016-11-15 Jonathan WakelyAdd std::string constructor for substring of string_vie...
2016-11-15 Jonathan WakelyConstrain swap overload for std::optional (LWG 2748)
2016-11-14 Ville VoutilainenImplement P0513R0, Poisoning the Hash.
2016-11-14 Ville VoutilainenImplement P0504R0 (Revisiting in-place tag types for...
2016-11-14 Ville VoutilainenUse constexpr addressof in optional, SFINAE housekeepin...
2016-11-14 Jason MerrillImprove various diagnostic issues.
2016-11-14 Jonathan WakelyDelete addressof for temporaries (LWG 2598)
2016-11-14 Jonathan WakelyMake std::future::share() noexcept (LWG 2556)
2016-11-14 Jonathan WakelyPR78326 fix incorrect access of data member in base...
2016-11-13 Jonathan WakelyAdd array support to std::shared_ptr for C++17
2016-11-13 Ville VoutilainenImplement P0403R1, Literal suffixes for basic_string_view.
2016-11-13 Jason MerrillDR 374 - specialization in outer namespace
2016-11-12 Jonathan Wakely* src/filesystem/ops.cc (is_empty): Fix typo in excepti...
2016-11-12 Jonathan Wakely* include/std/future (future_error): Fix public typo...
2016-11-12 Jonathan WakelyAdd std::future_error constructor from future_errc
2016-11-12 Jonathan WakelyUse shared_ptr<T>::element_type in hash specializations
2016-11-10 François Dumontdebug.cc (format_word): Delete.
2016-11-09 Tim Shenregex.h (regex_iterator::regex_iterator()): Define...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-07 François Dumontgnu-versioned-namespace.ver: Export C++17 new of over...
2016-10-28 Jonathan WakelyMake filesystem::path work with basic_string_view ...
2016-10-28 Jonathan WakelyFix filesystem::path for iterators with const value_type
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-27 Uros BizjakPR70975 Pass valid offset argument to sendfile
2016-10-27 Jonathan WakelyFix target selectors in uniform_inside_sphere_distribut...
2016-10-27 Jonathan WakelyAdjust precision of filesystem::last_write_time tests
2016-10-26 François Dumontstl_map.h (map()): Make default.
2016-10-26 Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-10-26 Jonathan WakelyFix test for recursive_directory_iterator::pop
2016-10-26 Edward Smith-RowlandImplement uniform_inside_sphere_distribution extension.
2016-10-26 Jonathan WakelyAdd recursive_directory_iterator::pop(error_code&)
2016-10-26 Jonathan WakelyFix error handling in recursive_directory_iterator...
2016-10-26 Jonathan WakelyPR78111 fix fallback code for filesystem::canonical
2016-10-26 Uros BizjakAdd missing header in Filesystem TS configure tests
2016-10-25 Jonathan WakelyHandle negative times in filesystem::last_write_time
2016-10-25 Jonathan WakelyFix error handling in copy_file and equivalent
2016-10-24 Jonathan WakelyFix error handling in filesystem::is_empty
2016-10-24 Jonathan WakelyPR71337 fix filesystem::temp_directory_path error handling
2016-10-24 Jonathan WakelyMake directory iterators become end iterator on error
2016-10-24 Jonathan WakelyDo not retry failed close(3) in filesystem::copy
2016-10-24 Jonathan WakelyImplement DR resolutions for filesystem::copy
2016-10-24 Ville VoutilainenCross-port exception-safety and move fixes of std:...
2016-10-24 Ville VoutilainenCross-port the latest resolution of LWG2756 and some...
2016-10-24 Jonathan WakelyMake vector::data() return type consistent in C++98
2016-10-23 François Dumont2016-10-22 François Dumont <fdumont@gcc.gnu.org>
2016-10-22 Jonathan WakelyIgnore perms::symlink_nofollow on non-symlinks
2016-10-21 Jonathan WakelyLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21 Jonathan WakelyLWG2725 Fix error reporting for filesystem::exists
2016-10-21 Jonathan WakelyLWG2707 init filesystem::path from string_type&&
2016-10-21 Eelis van der WeegenOptimize RNG use in std::sample selection sampling
2016-10-21 Jonathan WakelySplit <functional> into smaller pieces
2016-10-21 Jonathan WakelyUse global operator new in std::make_exception_ptr
2016-10-20 Jonathan WakelyPrepare shared_ptr for array support
2016-10-20 Ville VoutilainenDo the operator= SFINAE in the return type for optional,
2016-10-20 Jonathan WakelyTweak whitespace in std::allocator files
2016-10-20 Jonathan WakelyPR78052 Define std::allocator<void>::{construct,destroy}
2016-10-20 Jonathan WakelyAdd more tests for enable_shared_from_this ambiguities
2016-10-19 Jonathan WakelyMake std::enable_shared_from_this cope with ambiguity
2016-10-19 Jonathan WakelyFix copy&paste error in __gnu_debug::vector
2016-10-19 Jonathan WakelyFix incorrect comment about std::auto_ptr
2016-10-19 Jonathan WakelyTest experimental::shared_ptr construction from other...
2016-10-19 Jonathan WakelyMove negative unique_ptr tests to new file
2016-10-19 Jonathan WakelyFix std::experimental::shared_ptr SFINAE constraints
2016-10-19 Jonathan WakelyPR77990 refactor unique_ptr to encapsulate tuple
2016-10-18 Jonathan WakelyFix indentation of experimental::shared_ptr code
2016-10-18 Jonathan WakelyFix typos in experimental::shared_ptr
2016-10-18 Jonathan WakelyDon't define uses-allocator variable templates in C++11
2016-10-17 Paolo Carlini12790-1.cc: Remove 'test' variables.
2016-10-17 Jonathan WakelyPR77994 Convert std::sample size argument to suitable...
2016-10-17 Paolo Carlini57619.C: Rename to 57619.cc.
2016-10-17 Jonathan WakelyPR77998 Remove std::thread::_Invoker::result_type
2016-10-17 Jonathan WakelyPR77987 Fix unique_ptr<T[], D>::reset(U) for T != U
2016-10-17 Jonathan WakelyImplement P0084R2, Emplace return type, for C++17
2016-10-17 Paolo Carliniisblank.cc: Remove 'test' variables.
2016-10-16 Ville VoutilainenMake sure the return value of malloc_allocator::allocat...
2016-10-14 Eelis van der WeegenOptimize std::shuffle by using generator to get two...
2016-10-14 Jonathan WakelyResolve ambiguities in std::experimental::sample test
2016-10-14 Jonathan WakelyMake std::bind use std::invoke
2016-10-14 Jonathan WakelyAvoid copies in std::scoped_allocator_adaptor piecewise...
2016-10-14 Paolo Carlini1.cc: Remove 'test' variables.
2016-10-14 Jonathan WakelyPR65122 extended alignment support in allocators
2016-10-14 Tim Shenre PR libstdc++/77944 (FAIL: 20_util/variant/compile...
2016-10-14 Jonathan WakelySimplify reference_wrapper nested typedefs
2016-10-13 Paolo Carlinicontainer_access.cc: Remove 'test' variables.
2016-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-10-13 Jonathan WakelyAdd missing <random> header in testcase
2016-10-13 Jonathan WakelyQualify use of std::declval to avoid ADL
2016-10-13 Jonathan WakelyChange test to use VERIFY not assert
2016-10-13 Jonathan WakelyUse normal mode containers in searchers
2016-10-13 Jonathan WakelyReplace non-constexpr decrement in std::chrono::floor
2016-10-13 Jonathan WakelyRestore __bind_simple for compat symbols
2016-10-13 Jonathan WakelyReplace __bind_simple with std::thread::__make_invoker
2016-10-13 Jonathan WakelyFix exception-specifications for std::_Not_fn
2016-10-13 Jonathan WakelyFix exception-specification of std::invoke
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-10-12 Paolo Carlinitestsuite_hooks.h: Rewrite VERIFY in terms of __builtin...
2016-10-12 Jonathan WakelyDefine std::sample for C++17
next
This page took 0.114503 seconds and 8 git commands to generate.