]> gcc.gnu.org Git - gcc.git/history - libstdc++-v3
tree-streamer.h (streamer_tree_cache_create): Adjust prototype.
[gcc.git] / libstdc++-v3 /
2013-06-17 Jonathan Wakelystl_algobase.h (equal): Make C++14 overloads from N3671...
2013-06-16 Jonathan Wakelyshared_mutex (shared_lock::operator=): Add missing...
2013-06-16 Jonathan Wakelyre PR libstdc++/57263 (std::set with user-defined alloc...
2013-06-16 Jonathan Wakelyshared_mutex: Implement N3659.
2013-06-14 Paolo Carlinire PR libstdc++/57619 (std::unordered_map and std:...
2013-06-14 Alan Modraconfigure.host (abi_baseline_pair): Match powerpc64*.
2013-06-13 Daniel Krueglertype_traits (is_function): Support ref-qualified functions.
2013-06-13 Paolo Carlinimodified_bessel_func.tcc (__gnu_cxx::__airy_ai(), ...
2013-06-13 Ed Smith-Rowlandre PR libstdc++/56430 (In __airy: return-statement...
2013-06-11 Ed Smith-RowlandFix library literals error involving namespace __detail.
2013-06-11 Paolo Carlinire PR libstdc++/56019 (max_align_t should be in std...
2013-06-10 Benjamin Kosnikc++config (_GLIBCXX_ABI_TAG_CXX11): Add.
2013-06-10 Thomas Schwingeforced.C: Extend current handling of Linux-based x86...
2013-06-09 Jonathan Wakelymutex (call_once): Remove parentheses to fix error...
2013-06-08 Ed Smith-RowlandSimplify and clean up library literals.
2013-06-08 Ed Smith-RowlandImplement N3654 - Quoted Strings Library Proposal
2013-06-08 Jonathan Wakelyalloc_traits.h (allocator_traits::max_size()): LWG...
2013-06-08 Jonathan Wakelystl_algo.h (is_permutation): Add overloads from N3671.
2013-06-08 Jonathan Wakelytype-traits (integral_constant::operator()): Implement...
2013-06-07 Uros Bizjakbaseline_symbols.txt: Update.
2013-06-05 Tom Tromey* testsuite/libstdc++-prettyprinters/shared_ptr.cc...
2013-06-03 Paolo Carlinire PR c++/57419 (Access control doesn't stop referring...
2013-06-01 Ed Smith-Rowlandinclude/std/chrono: Collapse redundant 'inline' from...
2013-06-01 Ed Smith-RowlandImplement N3642 - User-defined Literals for Standard...
2013-05-28 Jonathan Wakelycompatibility-chrono.cc (steady_clock::now()): If ...
2013-05-28 Rainer OrthRegenerate Solaris/SPARCV9 baseline
2013-05-25 Benjamin Kosnikchrono: Wrap clocks in inline namespace _V2.
2013-05-24 Rainer OrthUse CLOCK_HIGHRES on Solaris 9
2013-05-24 Paolo Carlinitype_traits.h (__is_null_pointer): Add std::nullptr_t...
2013-05-24 Jakub Jelinekchrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, inclu...
2013-05-23 Matthias KloseMakefile.am (bits_headers): Remove ${bits_host_headers}.
2013-05-22 Jonathan Wakelyacinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Add KIND...
2013-05-21 Jonathan Wakelyre PR libstdc++/57336 (Cannot INVOKE a reference_wrappe...
2013-05-19 Jonathan Wakelytuple (get): Implement N3670.
2013-05-19 Paolo Carlini2013-05-19 Paolo Carlini <paolo.carlini@oracle.com>
2013-05-18 Matthias KloseMakefile.am (bits_headers): Remove ${bits_host_headers}.
2013-05-18 Jonathan Wakelysystem_error (error_category::error_category()): LWG...
2013-05-18 Jonathan Wakely* include/std/typeindex (type_index::name()): LWG 2144...
2013-05-18 Jonathan Wakelyunique_ptr.h (make_unique): Declare inline.
2013-05-18 Jonathan Wakely* doc/xml/manual/status_cxx2011.xml: Fix markup error.
2013-05-18 Jonathan Wakelyutility (exchange): Define.
2013-05-18 Jonathan Wakelyunique_ptr.h (make_unique): Define.
2013-05-15 François Dumontprinters.py (Tr1HashtableIterator): Fix rendering of...
2013-05-15 Jonathan Wakely* include/bits/basic_string.h (getline): Fix doxygen...
2013-05-14 Paolo Carlinistl_iterator.h (__normal_iterator<>::_M_const_cast...
2013-05-13 Benjamin KosnikMakefile.am (sources): Add bad_array_length.cc, bad_arr...
2013-05-12 Gerald PfeiferRemove duplicate (and incorrect) entry for r197284.
2013-05-10 Paolo Carlinire PR libstdc++/54577 (deque<T>::erase() still takes...
2013-05-10 Uros Bizjaktestsuite_abi.cc (check_version): Add CXXABI_1.3.8.
2013-05-09 Jason MerrillN3639 C++1y VLA support
2013-05-09 Andi KleenMark all member functions with memory models always...
2013-05-09 Jason MerrillCore 624/N2932: Throw bad_array_new_length on overflow
2013-05-08 Andoni Morales Ala... re PR libstdc++/57212 (Don't use pe-coff weak support...
2013-05-07 François Dumontunordered_base.h: New.
2013-05-02 Paolo Carliniconstexpr_data.cc: Move...
2013-05-02 Paolo Carlinitype_traits (is_null_pointer): Add.
2013-05-02 Paolo Carlinicstdio: Add comment about LWG 2249.
2013-04-28 Jonathan Wakelyhashtable_policy.h (_Hashtable_ebo_helper): Fix comment.
2013-04-28 Jonathan Wakelyre PR libstdc++/51365 (cannot use final empty class...
2013-04-26 Paolo Carlinimove_range.cc: Adjust dialect to -std=gnu++11.
2013-04-26 François Dumont2013-04-26 François Dumont <fdumont@gcc.gnu.org>
2013-04-26 Paolo Carlinicstdio (gets): Provide only in C++98 and C++11.
2013-04-25 Paolo Carlinire PR libstdc++/57065 (incorrect default allocator...
2013-04-24 Jonathan WakelyFix date of ChangeLog entry.
2013-04-24 Jonathan Wakelyre PR libstdc++/56905 ([C++11][DR 1130] std::copy_excep...
2013-04-24 Jason Merrill* libsupc++/initializer_list: Fix typos.
2013-04-23 Jason Merrill* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buf...
2013-04-22 Jason Merrillpt.c (fn_type_unification): Push tinst level around...
2013-04-22 Jason Merrillre PR c++/48665 (type of const member function)
2013-04-22 François Dumonthashtable_policy.h: Add C++11 allocator support.
2013-04-22 Paolo Carlinitype_traits (is_signed): Simplify.
2013-04-22 Paolo Carlinicomplex (complex<float>::real, [...]): Declare as const...
2013-04-22 Paolo Carlinire PR libstdc++/57010 ([c++0x] priority_queue<>::pop...
2013-04-21 Evgeniy Stepanovsystem_error.cc (generic_category_instance): Add initia...
2013-04-20 Jonathan Wakely* doc/xml/manual/extensions.xml: Fix anachronism.
2013-04-09 Tom Tromeyconfigure, [...]: Rebuild.
2013-04-09 Uros Bizjakbaseline_symbols.txt: Update.
2013-04-08 Paolo Carlinicxx11.cc: Include <memory>.
2013-04-07 Jonathan WakelyMakefile.am: Add ext/aligned_buffer.h
2013-04-07 Jonathan Wakelyforward_list.h: Only include required headers.
2013-04-07 François Dumontfunctional (_Derives_from_unary_function): Remove.
2013-04-05 Jonathan Wakelyre PR libstdc++/56841 (ld: Unsatisfied symbol "__atomic...
2013-04-04 Jonathan Wakely* testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4...
2013-04-03 Paolo Carlinire PR libstdc++/56834 (Errors in <array> with --enable...
2013-04-03 Jonathan Wakelyexception (get_terminate(), [...]): Declare.
2013-04-02 Jonathan Wakelyappendix_contributing.xml: Remove broken link and defer...
2013-03-31 Gerald Pfeiferallocator.xml: Adjust link to Dr.Dobb's article.q
2013-03-27 Kai Tietzcrossconfig.m4: Add support for cygwin x64 target.
2013-03-25 Kai Tietz50594.cc: For mingw-targets use only static libstdc...
2013-03-24 Jonathan Wakelyre PR libstdc++/56170 (Extension debug_allocator seems...
2013-03-22 Paolo Carlinire PR libstdc++/56678 ([c++11] non-uglified name in...
2013-03-18 Paolo CarliniPR libstdc++/55977 (partial, std::vector and std::deque...
2013-03-17 Paolo Carlinire PR libstdc++/55979 ([C++11] std::list range construc...
2013-03-17 Jason Merrillre PR c++/55017 ([DR 1051] [C++11] Rvalue-reference...
2013-03-16 Jonathan Wakelyre PR libstdc++/56468 (Clang exposes bug with unexpecte...
2013-03-16 Jonathan Wakelyre PR libstdc++/56002 ([C++11] allow generic locks...
2013-03-16 Jonathan Wakelyre PR libstdc++/56492 (std::packaged_task requires...
2013-03-15 Tom Tromeyunwind-cxx.h: Include sys/sdt.h if detected.
2013-03-14 Jonathan Wakelyre PR libstdc++/56613 (map::operator[](key_type&&)...
2013-03-14 Benjamin Kosnik*: Regenerate.
next
This page took 0.110998 seconds and 8 git commands to generate.