Age | Commit message (Expand) | Author | Files | Lines |
2010-06-21 | sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__=199901L, _XOPEN_SOUR... | Rainer Orth | 2 | -2/+7 |
2010-06-20 | random.tcc (uniform_int_distribution<>::operator()): Fix to work well for arb... | Paolo Carlini | 2 | -17/+57 |
2010-06-18 | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini | 43 | -142/+1112 |
2010-06-17 | stl_uninitialized.h (__uninitialized_default, [...]): Add. | Paolo Carlini | 4 | -31/+204 |
2010-06-16 | stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently ... | Paolo Carlini | 4 | -84/+102 |
2010-06-16 | compatibility.cc: Export long double versions of "C" math library for arm-lin... | Matthias Klose | 2 | -1/+11 |
2010-06-15 | libstdc++.exp: Set additional_prunes. | Jason Merrill | 39 | -49/+100 |
2010-06-15 | call.c (convert_like_real): Give "initializing argument of" information for a... | Jason Merrill | 1 | -5/+0 |
2010-06-15 | call.c (print_z_candidates): Do print viable deleted candidates. | Jason Merrill | 3 | -26/+3 |
2010-06-13 | base.h (min, max): Mark inline. | Paolo Carlini | 3 | -7/+13 |
2010-06-11 | shared_ptr.h (hash<shared_ptr>): Add. | Paolo Carlini | 6 | -1/+138 |
2010-06-11 | appendix_contributing.xml: Indent code examples to match original C++STYLE do... | Jonathan Wakely | 43 | -511/+582 |
2010-06-11 | re PR libstdc++/44268 (abi docs say that hppa-linux defaults to libgcc_s.so.2) | Jonathan Wakely | 2 | -5/+25 |
2010-06-11 | tuple (_Swallow_assign::operator=): Add const. | Jonathan Wakely | 2 | -7/+8 |
2010-06-10 | re PR libstdc++/43918 (gcc 4.5.0 is failing for i586-pc-msdosdjgpp) | Suresh Gumpula | 3 | -0/+131 |
2010-06-10 | tuple (tuple(const tuple&)): Define explicitly-defaulted. | Paolo Carlini | 3 | -5/+9 |
2010-06-10 | re PR libstdc++/44487 ([C++0x] pair of references doesn't work) | Paolo Carlini | 6 | -9/+120 |
2010-06-10 | type_traits (is_nothrow_constructible): Add. | Paolo Carlini | 9 | -8/+225 |
2010-06-09 | re PR libstdc++/44461 (__cxa_end_cleanup ends up in wrong section i.e. not in... | Khem Raj | 2 | -4/+14 |
2010-06-09 | re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64) | Paolo Carlini | 2 | -6/+20 |
2010-06-09 | re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6) | Iain Sandoe | 2 | -9/+14 |
2010-06-09 | re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64) | Paolo Carlini | 2 | -11/+12 |
2010-06-08 | type_traits (has_nothrow_assign): Rename to has_nothrow_copy_assign. | Paolo Carlini | 8 | -4/+266 |
2010-06-08 | 2010-06-08 Johannes Singler <singler@kit.edu> | Johannes Singler | 3 | -10/+23 |
2010-06-08 | 2010-06-08 Johannes Singler <singler@kit.edu> | Johannes Singler | 2 | -3/+12 |
2010-06-08 | re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ... | Paolo Carlini | 6 | -11/+33 |
2010-06-08 | order_statistics_imp.hpp: Avoid -Wall warnings. | Paolo Carlini | 151 | -487/+717 |
2010-06-07 | Makefile.am, [...] (xml_sources_extra): Add fdl-1.3.xml. | Jonathan Wakely | 50 | -384/+1005 |
2010-06-06 | pointer.h (_Pointer_adapter::operator++): Remove name of unused parameter. | Jonathan Wakely | 2 | -2/+7 |
2010-06-06 | re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons) | Jonathan Wakely | 5 | -11/+131 |
2010-06-05 | shared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make nullptr_t specializatio... | Jonathan Wakely | 2 | -3/+8 |
2010-06-05 | status_cxx200x.xml: Update. | Jonathan Wakely | 2 | -4/+28 |
2010-06-05 | [multiple changes] | Jonathan Wakely | 11 | -33/+316 |
2010-06-05 | * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694. | Jason Merrill | 2 | -0/+6 |
2010-06-03 | testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size... | Paolo Carlini | 22 | -73/+94 |
2010-06-03 | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 317 | -1229/+1685 |
2010-06-02 | pointer.cc: Fix which tests are run. | Jonathan Wakely | 3 | -4/+10 |
2010-06-01 | Move changelog entry to correct ChangeLog. | Maxim Kuvyrkov | 1 | -0/+8 |
2010-06-01 | acinclude.m4, [...]: Support Bionic C library. | Maxim Kuvyrkov | 7 | -10/+299 |
2010-05-31 | re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers ... | Jonathan Wakely | 5 | -7/+97 |
2010-05-31 | basic_string.h (front, back): Add. | Paolo Carlini | 10 | -15/+182 |
2010-05-28 | stl_vector.h (vector<>::data): Fix return type in c++0x mode. | Paolo Carlini | 6 | -6/+27 |
2010-05-27 | revert: re PR libstdc++/42832 (Revisit std::function for aliasing issues and ... | Jason Merrill | 3 | -20/+14 |
2010-05-27 | re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations) | Paolo Carlini | 4 | -3/+92 |
2010-05-21 | re PR libstdc++/25306 (fill_n, generate_n assume Size is modifiable) | Paolo Carlini | 5 | -3/+75 |
2010-05-21 | acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Use GNU locale model for glibc 2.3 and... | Joseph Myers | 6 | -87/+15 |
2010-05-21 | functional: Use std::__addressof. | Paolo Carlini | 3 | -5/+12 |
2010-05-20 | [multiple changes] | Paolo Carlini | 44 | -73/+729 |
2010-05-20 | stl_pair.h (pair<>::pair(const pair&)): Defaulted in C++0x mode. | Paolo Carlini | 3 | -1/+20 |
2010-05-19 | wait.cc (wait): Rename. | Jonathan Wakely | 3 | -6/+11 |