| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile.am: Remove libv3test.a. | Benjamin Kosnik | 2005-04-09 | 3 | -154/+22 |
* | re PR libstdc++/20909 (incorrect floating point format) | Paolo Carlini | 2005-04-09 | 2 | -0/+158 |
* | configure.ac: Create template for PACKAGE and VERSION. | Kelley Cook | 2005-04-08 | 1 | -4/+5 |
* | test.html: Update. | Benjamin Kosnik | 2005-04-07 | 32 | -391/+406 |
* | Makefile.am (ACLOCAL_AMFLAGS): Define. | Kelley Cook | 2005-04-06 | 1 | -3/+2 |
* | memory, [...]: Use mutex to make _Sp_counted_base::add_ref_lock() thread-safe. | Jonathan Wakely | 2005-04-05 | 7 | -10/+18 |
* | Makefile.am (check-local): Remove. | Mark Mitchell | 2005-04-04 | 3 | -28/+22 |
* | Makefile.am (noinst_PROGRAMS): Remove. | Mark Mitchell | 2005-04-01 | 6 | -67/+63 |
* | [multiple changes] | Doug Gregor | 2005-04-01 | 5 | -10/+207 |
* | Makefile.am (CXX): Use ${SHELL}. | Aaron W. LaFramboise | 2005-03-30 | 2 | -6/+9 |
* | libstdc++.exp (libstdc++_init): Define LOCALEDIR when testing an installed co... | Mark Mitchell | 2005-03-25 | 1 | -0/+8 |
* | libstdc++.exp (v3-build_support): Pass -w when compiling support objects. | Mark Mitchell | 2005-03-25 | 1 | -1/+3 |
* | memory: Forward to... | Benjamin Kosnik | 2005-03-24 | 1 | -2/+2 |
* | Makefile.am (all-local): Do not build testsuite_files. | Mark Mitchell | 2005-03-24 | 2 | -2/+2 |
* | normal.exp: Read testsuite_files, if it exists. | Mark Mitchell | 2005-03-24 | 1 | -28/+54 |
* | libstdc++.exp (libstdc++_wchar_t): Rename to ... | Mark Mitchell | 2005-03-23 | 2 | -19/+19 |
* | target-supports.exp (check_iconv_available): Default libiconv to -liconv, if ... | Mark Mitchell | 2005-03-23 | 2 | -52/+118 |
* | re PR libstdc++/20577 (iter_swap doesn't work anymore with vector<bool>) | Chris Jefferson | 2005-03-21 | 1 | -0/+71 |
* | acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic. | Zack Weinberg | 2005-03-21 | 1 | -0/+3 |
* | binders.cc: Remove explicit instantiations for non-weak systems. | Paolo Carlini | 2005-03-16 | 100 | -649/+105 |
* | 12658_thread-1.cc: Don't XFAIL on GNU/Linux. | Ben Elliston | 2005-03-10 | 1 | -2/+0 |
* | type_traits (is_polymorphic): Don't forget the virtual destructor, thus avoid... | Paolo Carlini | 2005-03-07 | 1 | -2/+8 |
* | std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR ... | Paolo Carlini | 2005-03-07 | 2 | -8/+10 |
* | 2.cc, [...]: XFAIL on *-*-hpux11.23. | Joseph Myers | 2005-03-05 | 9 | -0/+9 |
* | type_traits: Add is_base_of. | Paolo Carlini | 2005-03-05 | 2 | -0/+130 |
* | type_traits: Implemenet is_polymorphic. | Paolo Carlini | 2005-03-03 | 4 | -0/+97 |
* | functional (_Has_result_type): Cleanup. | Douglas Gregor | 2005-03-02 | 3 | -0/+267 |
* | * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak. | Vladimir Merzliakov | 2005-03-02 | 1 | -3/+3 |
* | cons/auto_ptr_neg.cc: Correct line numbers. | Benjamin Kosnik | 2005-03-01 | 2 | -2/+3 |
* | type_traits: Add the trivial is_union and is_class; add the __is_union_or_cla... | Paolo Carlini | 2005-02-25 | 3 | -50/+148 |
* | hash.cc: Guard wchar_t use with _GLIBCXX_USE_WCHAR_T. | Benjamin Kosnik | 2005-02-24 | 1 | -1/+4 |
* | TR1 mem_fn and function support | Douglas Gregor | 2005-02-24 | 11 | -7/+954 |
* | type_traits: Implement is_convertible. | Paolo Carlini | 2005-02-23 | 4 | -0/+118 |
* | check_performance: Tweaks. | Benjamin Kosnik | 2005-02-23 | 1 | -2/+2 |
* | auto_ptr_neg.cc: Add missing dg-do compile directive. | Paolo Carlini | 2005-02-22 | 6 | -0/+12 |
* | memory: New file. | Jonathan Wakely | 2005-02-22 | 30 | -0/+1996 |
* | functional (tr1_hashtable_define_trivial_hash): Make hash<T>::operator() a co... | Matt Austern | 2005-02-19 | 4 | -0/+289 |
* | array_syntax.cc: Fix test case to use assignment instead of == | Matt Austern | 2005-02-18 | 5 | -1/+355 |
* | pthread1.cc: Do not invoke pthread_setconcurrency on Solaris 2.6 and below. | Eric Botcazou | 2005-02-18 | 7 | -7/+7 |
* | functional (hash): New function object. | Matt Austern | 2005-02-18 | 10 | -0/+542 |
* | 16728.cc: Remove redundant include <testsuite_performance.h>. | Paolo Carlini | 2005-02-16 | 1 | -2/+1 |
* | re PR libstdc++/19829 (cris-elf testsuite failure: 21_strings/basic_string/fi... | Paolo Carlini | 2005-02-16 | 2 | -4/+4 |
* | re PR libstdc++/19955 (Second std::ctype<char>::narrow() does not call std::c... | Paolo Carlini | 2005-02-15 | 1 | -0/+105 |
* | re PR libstdc++/19946 (cris-elf testsuite failure: demangle/abi_examples/01.c... | Jakub Jelinek | 2005-02-15 | 2 | -4/+8 |
* | re PR libstdc++/11706 (std::pow(T, int) implementation pessimizes code) | Richard Guenther | 2005-02-13 | 1 | -0/+64 |
* | 13450.cc: Fix XFAIL selector. | Janis Johnson | 2005-02-12 | 3 | -3/+3 |
* | libstdc++.exp: Load target-supports-dg.exp. | Janis Johnson | 2005-02-11 | 4 | -0/+5 |
* | * testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*. | Janis Johnson | 2005-02-10 | 1 | -0/+3 |
* | 5.cc: Make buf static. | Loren J. Rittle | 2005-02-07 | 2 | -3/+3 |
* | Revert bad import | Zack Weinberg | 2005-02-02 | 17 | -1222/+0 |