aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2005-05-131.cc: Use initialization instead of copying as the string is used only once.Magnus Fromreide4-20/+14
2005-05-13numeric_limits.cc (dg-options): Add -mieee to options on sh*-*-*.Kaz Kojima1-0/+1
2005-05-10re PR libstdc++/18604 (Use of unqualified names conflict with names in global...Paolo Carlini6-0/+247
2005-05-06testsuite_hooks.cc (try_mkfifo): Remove.Mark Mitchell15-27/+51
2005-05-05acinclude.m4: Remove testsuite_wchar_t and testsuite_thread.Benjamin Kosnik2-46/+11
2005-05-05libstdc++.exp (v3-build_support): Look for __GTHREADS...Mark Mitchell1-8/+8
2005-04-29re PR libstdc++/21238 (conflicting "typedef __numpunct_cache<_CharT> __cac...Paolo Carlini6-0/+325
2005-04-28type_traits (is_convertible): Adjust according to the resolution of TR1 issue...Paolo Carlini1-1/+9
2005-04-27re PR libstdc++/21244 (Vector<bool> anonymous enum problem)Dominik Strasser1-0/+36
2005-04-27type_traits (has_trivial_copy, [...]): Adjust according to the resolution of ...Paolo Carlini5-106/+64
2005-04-26re PR libstdc++/21209 (signed integer overflow in num_get<>::_M_extract_int)Paolo Carlini2-0/+404
2005-04-21check_allocate_max_size.cpp: Add explicit instantiations for systems without ...Mark Mitchell2-2/+16
2005-04-17re PR libstdc++/20914 (Another grouping trouble)Paolo Carlini2-0/+158
2005-04-15pod_char_traits.h (__gnu_cxx::character): Add char_type.Benjamin Kosnik21-635/+353
2005-04-09Makefile.am: Remove libv3test.a.Benjamin Kosnik3-154/+22
2005-04-09re PR libstdc++/20909 (incorrect floating point format)Paolo Carlini2-0/+158
2005-04-08configure.ac: Create template for PACKAGE and VERSION.Kelley Cook1-4/+5
2005-04-07test.html: Update.Benjamin Kosnik32-391/+406
2005-04-06Makefile.am (ACLOCAL_AMFLAGS): Define.Kelley Cook1-3/+2
2005-04-05memory, [...]: Use mutex to make _Sp_counted_base::add_ref_lock() thread-safe.Jonathan Wakely7-10/+18
2005-04-04Makefile.am (check-local): Remove.Mark Mitchell3-28/+22
2005-04-01Makefile.am (noinst_PROGRAMS): Remove.Mark Mitchell6-67/+63
2005-04-01[multiple changes]Doug Gregor5-10/+207
2005-03-30Makefile.am (CXX): Use ${SHELL}.Aaron W. LaFramboise2-6/+9
2005-03-25libstdc++.exp (libstdc++_init): Define LOCALEDIR when testing an installed co...Mark Mitchell1-0/+8
2005-03-25libstdc++.exp (v3-build_support): Pass -w when compiling support objects.Mark Mitchell1-1/+3
2005-03-24memory: Forward to...Benjamin Kosnik1-2/+2
2005-03-24Makefile.am (all-local): Do not build testsuite_files.Mark Mitchell2-2/+2
2005-03-24normal.exp: Read testsuite_files, if it exists.Mark Mitchell1-28/+54
2005-03-23libstdc++.exp (libstdc++_wchar_t): Rename to ...Mark Mitchell2-19/+19
2005-03-23target-supports.exp (check_iconv_available): Default libiconv to -liconv, if ...Mark Mitchell2-52/+118
2005-03-21re PR libstdc++/20577 (iter_swap doesn't work anymore with vector<bool>)Chris Jefferson1-0/+71
2005-03-21acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic.Zack Weinberg1-0/+3
2005-03-16binders.cc: Remove explicit instantiations for non-weak systems.Paolo Carlini100-649/+105
2005-03-1012658_thread-1.cc: Don't XFAIL on GNU/Linux.Ben Elliston1-2/+0
2005-03-07type_traits (is_polymorphic): Don't forget the virtual destructor, thus avoid...Paolo Carlini1-2/+8
2005-03-07std_fstream.h (basic_fstream<>::open, [...]): Implement the resolution of DR ...Paolo Carlini2-8/+10
2005-03-052.cc, [...]: XFAIL on *-*-hpux11.23.Joseph Myers9-0/+9
2005-03-05type_traits: Add is_base_of.Paolo Carlini2-0/+130
2005-03-03type_traits: Implemenet is_polymorphic.Paolo Carlini4-0/+97
2005-03-02functional (_Has_result_type): Cleanup.Douglas Gregor3-0/+267
2005-03-02* testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.Vladimir Merzliakov1-3/+3
2005-03-01cons/auto_ptr_neg.cc: Correct line numbers.Benjamin Kosnik2-2/+3
2005-02-25type_traits: Add the trivial is_union and is_class; add the __is_union_or_cla...Paolo Carlini3-50/+148
2005-02-24hash.cc: Guard wchar_t use with _GLIBCXX_USE_WCHAR_T.Benjamin Kosnik1-1/+4
2005-02-24TR1 mem_fn and function supportDouglas Gregor11-7/+954
2005-02-23type_traits: Implement is_convertible.Paolo Carlini4-0/+118
2005-02-23check_performance: Tweaks.Benjamin Kosnik1-2/+2
2005-02-22auto_ptr_neg.cc: Add missing dg-do compile directive.Paolo Carlini6-0/+12
2005-02-22memory: New file.Jonathan Wakely30-0/+1996