Implement N4100 File System TS
[gcc.git] / libstdc++-v3 / include / std /
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-04-29 Jonathan Wakelyre PR libstdc++/65760 (invalid use of incomplete type...
2015-04-28 Marc Glissere PR libstdc++/65883 (numeric_limits<unsigned __int128...
2015-04-28 Jonathan Wakelyre PR libstdc++/60333 (type_traits make_signed, make_un...
2015-04-28 Jonathan Wakelytype_traits (void_t): Add.
2015-04-10 Jonathan Wakelyshared_mutex (shared_timed_mutex): Only use pthread_rwl...
2015-04-10 Jonathan Wakelyshared_mutex (shared_timed_mutex): Add comments to...
2015-04-09 Jonathan Wakelyre PR libstdc++/65147 (alignment of std::atomic object...
2015-03-27 Jonathan Wakelyre PR libstdc++/65499 (Missing "using namespace literal...
2015-03-26 Jonathan Wakelyre PR libstdc++/58038 (std::this_thread::sleep_until...
2015-03-26 Jonathan Wakelyre PR libstdc++/62259 (atomic class doesn't enforce...
2015-03-26 Richard Hendersonre PR libstdc++/65033 (C++11 atomics: is_lock_free...
2015-03-25 Paolo Carlinire PR libstdc++/65543 (rvalue stream insertion and...
2015-03-18 Jonathan Wakelyacinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthrea...
2015-03-06 Jonathan Wakelyfuture (future_error(error_code)): Construct base class...
2015-03-04 Jonathan Wakelyre PR libstdc++/64797 (22_locale/conversions/string...
2015-03-02 Jonathan Wakelyre PR libstdc++/65279 (std::scoped_allocator_adaptor...
2015-03-02 Jonathan Wakelyre PR libstdc++/64367 (g++-v5/stdexcept:52:28: error...
2015-01-29 Jonathan Wakelyatomic_base.h: Use __always_inline__ instead of always_...
2015-01-27 Jonathan Wakelyre PR target/64368 (Several libstdc++ test failures...
2015-01-20 Jonathan Wakelyre PR libstdc++/64658 (std::atomic_init() undefined)
2015-01-19 Tim Shenre PR libstdc++/64584 (basic_regex::assign breaks ...
2015-01-17 Jonathan Wakelyre PR libstdc++/60940 (general operations on atomic...
2015-01-17 Jonathan Wakelyre PR libstdc++/56785 (std::tuple of two elements does...
2015-01-16 Jonathan Wakelylocale_conv.h (wstring_convert, [...]): New.
2015-01-16 Jonathan WakelyImplement C++11 <codecvt> header.
2015-01-16 Torvald Riegellibstdc++: Optimize synchronization in std::future...
2015-01-16 Torvald Riegellibstdc++: Add POSIX variant of shared_timed_mutex.
2015-01-08 Jonathan Wakelyre PR libstdc++/60132 (C++11: lack of is_trivially_copy...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 Rüdiger Sonderfeldre PR libstdc++/54354 (TODO extended iomanip manipulato...
2014-12-21 Jonathan Wakelyre PR libstdc++/64367 (g++-v5/stdexcept:52:28: error...
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-12-12 Jonathan Wakelystl_iterator.h (make_reverse_iterator): LWG DR 2285.
2014-12-10 Jonathan Wakelyfuture (__future_base::_Setter::operator(), [...])...
2014-12-09 Jonathan Wakelyre PR libstdc++/64203 (shared_mutex compile errors...
2014-12-03 Jonathan Wakelyre PR libstdc++/64168 (FAIL: 30_threads/async/sync...
2014-12-02 Jonathan WakelyDefine *_at_thread_exit() functions.
2014-12-01 Jonathan Wakelyre PR libstdc++/63840 (std::function copy constructor...
2014-11-14 Jonathan WakelyDefine C++11 version of std::ios_base::failure.
2014-11-12 Jonathan Wakelystd::shared_ptr atomic operations
2014-11-12 Jonathan WakelyImplement resolutions of LWG 2399, 2400 and 2401.
2014-11-11 Jonathan WakelyDefine __void_t and SFINAE-friendly iterator_traits.
2014-11-11 Jonathan WakelyMake std::mem_fn work with varargs functions.
2014-11-04 Jonathan WakelyMake reference_wrapper trivially copyable.
2014-11-04 Jonathan Wakely* include/std/functional (_Bind_simple): Simplify const...
2014-11-03 Jonathan WakelyCheck number of arguments in bind expressions.
2014-11-03 Jonathan WakelyAdd support for ref-qualified functions to std::mem_fn
2014-10-29 Jonathan WakelyUse perfect forwarding in std::function invokers.
2014-10-24 Paolo Carliniatomic_base.h: Avoid including <stdbool.h>.
2014-10-15 Jonathan Wakelycomplex (complex::real, [...]): Add const.
2014-10-15 Paolo Carlinilimits: Remove stray semicolon.
2014-10-15 Paolo Carlinilimits: Remove stray spaces after backslash.
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-14 Rüdiger Sonderfeldre PR libstdc++/54354 (TODO extended iomanip manipulato...
2014-10-13 Jonathan Wakelyre PR libstdc++/57350 (std::align missing)
2014-10-13 Rüdiger Sonderfeldmemory (align): Define.
2014-10-09 Jonathan Wakelyre PR libstdc++/61909 (Small function optimization...
2014-10-09 Jonathan Wakelyre PR libstdc++/63322 (std::atomic<T> where T is not...
2014-10-09 Ville Voutilainenre PR libstdc++/60132 (C++11: lack of is_trivially_copy...
2014-10-01 Edward Smith-Rowlandtype_traits: Add is_final<> type trait for C++14.
2014-10-01 Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-09-23 Jonathan Wakelygnu.ver: Adjust basic_ostream exports.
2014-09-22 Jonathan Wakelymutex (try_lock): Do not swallow exceptions.
2014-09-22 Jonathan WakelyMake streams movable and swappable.
2014-08-29 Jonathan Wakelycomplex (complex): Define copy constructor and assignme...
2014-08-13 Jonathan Wakelyre PR libstdc++/61841 (broken std::thread on Hurd)
2014-08-07 Jonathan Wakelyfuture (__location_invariant): Move specializations...
2014-08-07 Jonathan Wakelyfuture (_State_baseV2::_M_set_result): Pass pointers...
2014-07-29 Jonathan Wakelyre PR libstdc++/61947 (Ambiguous calls when constructin...
2014-07-08 Jonathan Wakelyallocated_ptr.h (__allocated_ptr::operator=): Add missi...
2014-07-01 Tim Shenre PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)
2014-06-25 Jonathan WakelyMakefile.am: Add new header.
2014-06-24 Jonathan Wakelyfunctexcept.h (__throw_out_of_range_fmt): Change attrib...
2014-06-23 Jonathan Wakelyparse_numbers.h (_Number_help): Fix divide-by-zero.
2014-06-14 Jonathan Wakelyany (any_cast): Combine duplicate doxygen comments.
2014-06-14 Jonathan Wakelyapi.xml: Link to more recent API docs.
2014-06-14 Jonathan Wakelyuser.cfg.in (INPUT): Add C++14 headers.
2014-06-07 Ed Smith-RowlandDR 2344 - std::quoted doesn't respect padding
2014-06-02 Jonathan Wakelycondition_variable (condition_variable_any::_Unlock...
2014-06-02 Rüdiger Sonderfeldtype_traits (__strictest_alignment): New helper struct.
2014-05-21 Jonathan Wakelyre PR libstdc++/61269 (<type_traits> includes <cstdint...
2014-05-17 Jonathan Wakelyre PR libstdc++/60966 (std::call_once sometime hangs)
2014-05-16 Jonathan Wakelyparse_numbers.h (__parse_int::_Number_help): Check...
2014-05-15 Jonathan Wakelyre PR libstdc++/60326 (Incorrect type from std::make_un...
2014-05-15 Jonathan Wakelytuple (tuple_size<cv _Tp>): Implement LWG 2313.
2014-05-14 Jonathan Wakelytuple (__add_c_ref, [...]): Remove.
2014-05-13 Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-05-13 Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-05-08 Jonathan Wakelyiostream: Fix URL in comment.
2014-05-08 Jonathan Wakelyre PR libstdc++/13860 (Poor error messages on invalid...
2014-05-08 Jonathan Wakelyre PR libstdc++/57394 ([C++11] basic_streambuf incorrec...
2014-04-16 Jonathan Wakely* include/std/functional (__is_location_invariant)...
2014-04-15 Jonathan Wakely* include/std/atomic: Uglify parameter names.
2014-04-15 Jonathan Wakelyre PR libstdc++/60594 (std::function of a type with...
2014-04-15 Jonathan Wakelyre PR libstdc++/60695 (std::atomic<X> doesn't work...
2014-04-14 Jonathan WakelyN3887 Consistent Metafunction Aliases
2014-04-14 Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-04-11 Marc Glissecomplex (__complex_exp, pow): Specify the template...
next