| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 18_support/exception_ptr/60612-*.cc on non-C99 targets | Rainer Orth | 2014-03-31 | 2 | -0/+9 |
* | re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce... | Jonathan Wakely | 2014-03-27 | 2 | -0/+82 |
* | PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han... | Roland McGrath | 2014-03-12 | 1 | -0/+51 |
* | Update copyright years in libstdc++-v3/ | Richard Sandiford | 2014-01-02 | 94 | -94/+94 |
* | arc-common.c, [...]: Use the standard form for the copyright notice. | Richard Sandiford | 2014-01-02 | 3 | -3/+3 |
* | Commit the vtable verification feature. | Caroline Tice | 2013-08-06 | 1 | -1/+1 |
* | re PR libstdc++/56019 (max_align_t should be in std namespace) | Paolo Carlini | 2013-06-11 | 2 | -0/+47 |
* | forced.C: Extend current handling of Linux-based x86 systems to cover all GNU... | Thomas Schwinge | 2013-06-10 | 2 | -3/+3 |
* | re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed... | Jonathan Wakely | 2013-04-24 | 2 | -3/+3 |
* | exception (get_terminate(), [...]): Declare. | Jonathan Wakely | 2013-04-03 | 5 | -0/+124 |
* | 50594.cc: For mingw-targets use only static libstdc++-version. | Kai Tietz | 2013-03-25 | 1 | -0/+1 |
* | quick_exit.cc: #if out the whole test if unsupported. | Jason Merrill | 2013-02-14 | 1 | -2/+4 |
* | cstdlib (at_quick_exit, quick_exit): Do not declare. | Paolo Carlini | 2013-02-11 | 1 | -2/+6 |
* | linkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE): New. | Jason Merrill | 2013-02-11 | 1 | -0/+39 |
* | Update copyright in libstdc++-v3. | Richard Sandiford | 2013-02-03 | 88 | -90/+88 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 4 | -4/+4 |
* | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 2012-11-10 | 1 | -2/+2 |
* | cxa_vec.C: Fix typo in comment. | Florian Weimer | 2012-11-08 | 1 | -1/+1 |
* | Detect overflow in size calculations in __cxa_vec_new{2,3} | Florian Weimer | 2012-11-05 | 1 | -0/+64 |
* | range_access.cc: Fix copying permission statement. | Jonathan Wakely | 2012-11-01 | 1 | -1/+1 |
* | Remove obsolete Tru64 UNIX V5.1B support | Rainer Orth | 2012-03-12 | 1 | -3/+3 |
* | re PR libstdc++/52562 ([C++11] Most type_info functions not noexcept) | Paolo Carlini | 2012-03-12 | 1 | -0/+30 |
* | limits (numeric_limits): Fix returns per C++11. | Paolo Carlini | 2012-03-02 | 1 | -0/+24 |
* | re PR libstdc++/51438 (std::exception and derived classes are not compatible ... | Paolo Carlini | 2011-12-06 | 3 | -6/+39 |
* | acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros. | Benjamin Kosnik | 2011-12-01 | 1 | -10/+16 |
* | acinclude.m4: Check for <stdalign.h> | Jonathan Wakely | 2011-11-07 | 1 | -0/+24 |
* | re PR c++/50920 (add a -std=c++11 option to the driver) | Jason Merrill | 2011-10-31 | 2 | -2/+2 |
* | re PR c++/50594 (Option -fwhole-program discards replaced new operator for st... | Paolo Carlini | 2011-10-12 | 1 | -0/+72 |
* | limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsi... | Paolo Carlini | 2011-09-21 | 4 | -8/+9 |
* | re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin... | Paolo Carlini | 2011-09-19 | 5 | -4/+48 |
* | required.cc: New. | Benjamin Kosnik | 2011-02-25 | 1 | -0/+79 |
* | re PR libstdc++/47320 (FAIL: 18_support/numeric_limits/lowest.cc execution test) | Paolo Carlini | 2011-01-16 | 1 | -1/+3 |
* | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 2010-12-19 | 2 | -2/+2 |
* | tuple (tuple): Make default constructors constexpr. | Benjamin Kosnik | 2010-11-04 | 2 | -0/+87 |
* | syntax_option_type.cc: Avoid -Wall warnings. | Paolo Carlini | 2010-11-02 | 2 | -32/+64 |
* | libstdc++: N3126 draft support. | Benjamin Kosnik | 2010-11-01 | 4 | -0/+190 |
* | typeindex: New. | Paolo Carlini | 2010-09-22 | 1 | -21/+38 |
* | hash_bytes.cc: Move... | Paolo Carlini | 2010-09-22 | 1 | -0/+62 |
* | [multiple changes] | Paolo Carlini | 2010-07-27 | 1 | -0/+30 |
* | libstdc++.exp: Set additional_prunes. | Jason Merrill | 2010-06-15 | 2 | -2/+2 |
* | order_statistics_imp.hpp: Avoid -Wall warnings. | Paolo Carlini | 2010-06-08 | 1 | -1/+1 |
* | re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons) | Jonathan Wakely | 2010-06-06 | 2 | -0/+93 |
* | testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size... | Paolo Carlini | 2010-06-03 | 1 | -5/+4 |
* | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 2010-06-03 | 3 | -14/+14 |
* | exception_ptr.h (make_exception_ptr): Add. | Jonathan Wakely | 2010-05-07 | 1 | -0/+38 |
* | limits (__numeric_limits_base::max_digits10, [...]): Add. | Ed Smith-Rowland | 2010-02-25 | 3 | -0/+151 |
* | re PR c++/35669 (NULL (__null) not considered different from 0 with C++) | Manuel López-Ibáñez | 2010-02-20 | 1 | -0/+1 |
* | limits: Implement resolution of DR 559 (CD1) in C++0x mode. | Paolo Carlini | 2010-02-17 | 1 | -0/+100 |
* | PR c++/42983, core issue 906 | Jason Merrill | 2010-02-10 | 2 | -2/+4 |
* | denorm_min.cc: Use dg-add-options ieee. | Uros Bizjak | 2009-08-31 | 10 | -20/+10 |