2008-08-11 17:08:20 +02:00
|
|
|
2008-08-11 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* configure.ac: Run GLIBCXX_CHECK_STDIO_MACROS unconditionally.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
type_traits (_DEFINE_SPEC*): Simplify.
2008-08-10 Paolo Carlini <paolo.carlini@oracle.com>
* include/tr1_impl/type_traits (_DEFINE_SPEC*): Simplify.
(_DEFINE_SPEC_BODY): Remove.
(__is_void_helper, __is_integral_helper, __is_floating_point_helper,
__is_member_object_pointer_helper, __is_member_function_pointer_helper,
__remove_pointer_helper): Add.
(is_void, is_integral, is_floating_point, is_member_object_pointer,
is_member_function_pointer, remove_pointer): Use the latter.
* include/tr1/type_traits (_DEFINE_SPEC): Simplify.
(_DEFINE_SPEC_HELPER): Remove.
(__is_signed_helper, __is_unsigned_helper): Add.
(is_signed, is_unsigned): Use the latter.
From-SVN: r138925
2008-08-10 12:11:46 +02:00
|
|
|
2008-08-10 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/tr1_impl/type_traits (_DEFINE_SPEC*): Simplify.
|
|
|
|
(_DEFINE_SPEC_BODY): Remove.
|
|
|
|
(__is_void_helper, __is_integral_helper, __is_floating_point_helper,
|
|
|
|
__is_member_object_pointer_helper, __is_member_function_pointer_helper,
|
|
|
|
__remove_pointer_helper): Add.
|
|
|
|
(is_void, is_integral, is_floating_point, is_member_object_pointer,
|
|
|
|
is_member_function_pointer, remove_pointer): Use the latter.
|
|
|
|
* include/tr1/type_traits (_DEFINE_SPEC): Simplify.
|
|
|
|
(_DEFINE_SPEC_HELPER): Remove.
|
|
|
|
(__is_signed_helper, __is_unsigned_helper): Add.
|
|
|
|
(is_signed, is_unsigned): Use the latter.
|
|
|
|
|
2008-08-09 17:58:52 +02:00
|
|
|
2008-08-09 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
Revert fix for libstdc++/35637, thanks to other/36901.
|
|
|
|
* include/tr1_impl/type_traits (__is_function_helper): New, uses
|
|
|
|
variadic templates.
|
|
|
|
(is_function): Forward to the latter.
|
|
|
|
(__in_array): Remove.
|
|
|
|
|
2008-08-09 17:02:30 +02:00
|
|
|
2008-08-09 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* config/locale/darwin/ctype_members.cc: Include <cstdio>.
|
|
|
|
|
2008-08-08 11:54:09 +02:00
|
|
|
2008-08-08 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/ios_base.h: Undef _IOS_BASE_SEEK_CUR and
|
|
|
|
_IOS_BASE_SEEK_END at the end of the file.
|
|
|
|
* include/bits/char_traits.h: Likewise for _CHAR_TRAITS_EOF.
|
|
|
|
|
2008-08-07 17:06:28 +02:00
|
|
|
2008-08-07 Stephen M. Webb <stephenw@xandros.com>
|
|
|
|
|
2008-08-08 11:54:09 +02:00
|
|
|
* include/tr1_impl/regex (match_results<>::cbegin, cend): Add, per
|
|
|
|
N2691 WD.
|
2008-08-07 17:06:28 +02:00
|
|
|
|
2008-08-07 01:17:05 +02:00
|
|
|
2008-08-06 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): New, checks for
|
|
|
|
common values of EOF, SEEK_CUR, SEEK_END.
|
|
|
|
* configure.ac: Use it.
|
|
|
|
* include/bits/ios_base.h: Likewise.
|
|
|
|
* include/bits/char_traits.h: Likewise.
|
|
|
|
* config/locale/gnu/ctype_members.cc: Include <cstdio>.
|
|
|
|
* config/locale/generic/ctype_members.cc: Likewise.
|
|
|
|
* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error lines.
|
|
|
|
* testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.h.in: Likewise.
|
|
|
|
|
|
|
|
2008-08-06 Paolo Carlini <paolo.carlini@oracle.com>
|
2008-08-06 14:25:00 +02:00
|
|
|
|
|
|
|
* acinclude.m4 ([GLIBCXX_CHECK_INT64_T]): Also check whether int64_t
|
|
|
|
is actually a typedef to long or long long.
|
|
|
|
* include/bits/postypes.h: If int64_t is actually a typedef for
|
|
|
|
long or long long don't include <stdint.h> unnecessarily.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.h.in: Likewise.
|
|
|
|
|
2008-08-05 22:39:48 +02:00
|
|
|
2008-08-05 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/util/testsuite_api.h (diamond_derivation<>::test):
|
|
|
|
Expect ambiguity together with the standard exception classes.
|
|
|
|
* testsuite/27_io/ios_base/failure/cons_virtual_derivation.cc: Remove
|
|
|
|
xfail.
|
|
|
|
* testsuite/19_diagnostics/logic_error/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/19_diagnostics/runtime_error/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/18_support/bad_alloc/cons_virtual_derivation.cc: Likewise.
|
|
|
|
* testsuite/18_support/bad_cast/cons_virtual_derivation.cc: Likewise.
|
|
|
|
* testsuite/18_support/bad_exception/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/18_support/bad_typeid/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/ext/concurrence_lock_error/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/ext/forced_exception_error/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/ext/concurrence_unlock_error/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/20_util/bad_function_call/cons_virtual_derivation.cc:
|
|
|
|
Likewise.
|
|
|
|
|
2008-08-04 14:05:41 +02:00
|
|
|
2008-08-04 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/postypes.h: Reinstate inclusion of <stdint.h>;
|
|
|
|
also define the __STDC_* macros.
|
|
|
|
(streamoff): Adjust.
|
|
|
|
|
|
|
|
* include/tr1_impl/cstdint: Check that the __STDC_* macros are
|
|
|
|
not defined before defining.
|
|
|
|
|
2008-08-01 16:06:38 +02:00
|
|
|
2008-08-01 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Reinstate clock_gettime
|
|
|
|
search, but only in libposix4, never link librt.
|
|
|
|
* src/Makefile.am: Reinstate previous change to add GLIBCXX_LIBS.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* configure.in: Likewise.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* libsup++/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
|
2008-07-31 21:37:21 +02:00
|
|
|
2008-07-31 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/std/chrono (duration): Use explicitly defaulted ctor, cctor,
|
|
|
|
dtor and assignment. Add diagnostics as per 20.8.3 paragraphs 2, 3
|
|
|
|
and 4 in WD. Other minor tweaks.
|
|
|
|
* testsuite/20_util/duration/cons/1_neg.cc: Adjust line numbers.
|
|
|
|
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: New.
|
|
|
|
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Likewise.
|
|
|
|
|
2008-07-31 20:43:08 +02:00
|
|
|
2008-07-31 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/lib/libstdc++.exp (libstdc++_init): Set v3-libgomp.
|
|
|
|
(check_v3_target_parallel_mode): Robustify, just follow the
|
|
|
|
structure of testsuite/Makefile.am.
|
|
|
|
|
2008-07-29 21:34:36 +02:00
|
|
|
2008-07-29 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/debug/set.h: Minor formatting fixes.
|
|
|
|
* include/debug/multiset.h: Likewise.
|
|
|
|
* include/debug/safe_association.h: Likewise.
|
|
|
|
* include/debug/vector: Likewise.
|
|
|
|
* include/debug/map.h: Likewise.
|
|
|
|
* include/debug/string: Likewise.
|
|
|
|
* include/debug/multimap.h: Likewise.
|
|
|
|
* include/bits/stl_list.h: Likewise.
|
|
|
|
* include/bits/stl_map.h: Likewise.
|
|
|
|
* include/bits/stl_set.h: Likewise.
|
|
|
|
* include/bits/stl_multimap.h: Likewise.
|
|
|
|
* include/bits/stl_vector.h: Likewise.
|
|
|
|
* include/bits/stl_multiset.h: Likewise.
|
|
|
|
* include/bits/stl_bvector.h: Likewise.
|
|
|
|
|
2008-07-29 19:06:24 +02:00
|
|
|
2008-07-29 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/utility: Include <initializer_list>, per the current WP.
|
|
|
|
|
|
|
|
* testsuite/lib/libstdc++.exp (check_v3_target_cstdint): Tweak,
|
|
|
|
don't use -std=gnu++0x unnecessarily.
|
|
|
|
* testsuite/18_support/numeric_limits/char16_32_t.cc: Use
|
|
|
|
dg-require-cstdint.
|
|
|
|
* testsuite/18_support/headers/cstdint/types_std_c++0x.cc: Likewise.
|
|
|
|
* testsuite/tr1/8_c_compatibility/cstdint/types_std_tr1.cc: Likewise.
|
|
|
|
|
2008-07-29 01:28:16 +02:00
|
|
|
2008-07-28 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
PR libstdc++/36949
|
|
|
|
* include/tr1_impl/boost_shared_ptr.h
|
|
|
|
(__shared_ptr(_Sp_make_shared_tag, _Alloc, _Args&&...): Call
|
|
|
|
__enable_shared_from_this_helper.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/36949.cc: New.
|
|
|
|
|
2008-07-25 00:47:26 +02:00
|
|
|
2008-07-24 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
PR libstdc++/36924
|
|
|
|
Revert:
|
|
|
|
2008-07-23 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Define GLIBCXX_LIBS.
|
|
|
|
Holds the lib that defines clock_gettime (-lrt or -lposix4).
|
|
|
|
* src/Makefile.am: Use it.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* configure.in: Likewise.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* libsup++/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
|
2008-07-24 00:17:31 +02:00
|
|
|
2008-07-23 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/std/condition_variable: Update to N2691 WD.
|
|
|
|
* include/std/mutex: Likewise.
|
|
|
|
* testsuite/30_threads/mutex/cons/assign_neg.cc: Adjust line numbers.
|
|
|
|
* testsuite/30_threads/mutex/cons/copy_neg.cc: Likewise.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Likewise.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
|
|
|
|
|
2008-07-23 16:49:00 +02:00
|
|
|
2008-07-23 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* acinclude.m4 ([GLIBCXX_CHECK_CLOCK_GETTIME]): Define GLIBCXX_LIBS.
|
|
|
|
Holds the lib that defines clock_gettime (-lrt or -lposix4).
|
|
|
|
* src/Makefile.am: Use it.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* configure.in: Likewise.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* libsup++/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
|
2008-07-22 15:52:14 +02:00
|
|
|
2008-07-22 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/ext/sso_string_base.h
|
|
|
|
(__sso_string_base<>::__sso_string_base(std::initializer_list<_CharT>,
|
|
|
|
const _Alloc&)): Remove.
|
|
|
|
* include/ext/rc_string_base.h
|
|
|
|
(__rc_string_base<>::__rc_string_base(std::initializer_list<_CharT>,
|
|
|
|
const _Alloc&)): Likewise.
|
|
|
|
* include/ext/vstring.h
|
|
|
|
(__versa_string<>::__versa_string(std::initializer_list<_CharT>,
|
|
|
|
const _Alloc&)): Adjust.
|
|
|
|
|
2008-07-21 21:40:39 +02:00
|
|
|
2008-07-21 Jason Merrill <jason@redhat.com>
|
|
|
|
|
|
|
|
Add initializer_list support as per N2679.
|
|
|
|
* include/debug/unordered_map: Add initializer_list support.
|
|
|
|
* include/debug/safe_association.h: Likewise.
|
|
|
|
* include/debug/unordered_set: Likewise.
|
|
|
|
* include/debug/vector: Likewise.
|
|
|
|
* include/debug/deque: Likewise.
|
|
|
|
* include/debug/map.h: Likewise.
|
|
|
|
* include/debug/set.h: Likewise.
|
|
|
|
* include/debug/string: Likewise.
|
|
|
|
* include/debug/list: Likewise.
|
|
|
|
* include/debug/multimap.h: Likewise.
|
|
|
|
* include/tr1_impl/unordered_map: Likewise.
|
|
|
|
* include/tr1_impl/hashtable: Likewise.
|
|
|
|
* include/tr1_impl/unordered_set: Likewise.
|
|
|
|
* include/tr1_impl/regex: Likewise.
|
|
|
|
* include/std/valarray: Likewise.
|
|
|
|
* include/std/unordered_map: Likewise.
|
|
|
|
* include/std/unordered_set: Likewise.
|
|
|
|
* include/bits/stl_list.h: Likewise.
|
|
|
|
* include/bits/stl_map.h: Likewise.
|
|
|
|
* include/bits/stl_set.h: Likewise.
|
|
|
|
* include/bits/basic_string.h: Likewise.
|
|
|
|
* include/bits/basic_string.tcc: Likewise.
|
|
|
|
* include/bits/stl_multimap.h: Likewise.
|
|
|
|
* include/bits/stl_vector.h: Likewise.
|
|
|
|
* include/bits/stl_deque.h: Likewise.
|
|
|
|
* include/bits/stl_multiset.h: Likewise.
|
|
|
|
* include/bits/stl_bvector.h: Likewise.
|
|
|
|
* include/ext/vstring.h: Likewise.
|
|
|
|
* include/ext/rc_string_base.h: Likewise.
|
|
|
|
* include/ext/sso_string_base.h: Likewise.
|
|
|
|
* src/Makefile.am (w?string-inst): Build with -std=gnu++0x.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* config/abi/pre/gnu.ver: Add new w?string exports.
|
|
|
|
* testsuite/21_strings/basic_string/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/vector/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/deque/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/list/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/map/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/multimap/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/set/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/multiset/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/unordered_map/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/unordered_multimap/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/unordered_set/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/unordered_multiset/init-list.cc: New test.
|
|
|
|
* testsuite/26_numerics/valarray/init-list.cc: New test.
|
|
|
|
* testsuite/28_regex/init-list.cc: New test.
|
|
|
|
* testsuite/ext/vstring/init-list.cc: New test.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
|
|
|
|
Update error lineno.
|
2008-07-24 00:17:31 +02:00
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Update error lineno.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Update error lineno.
|
2008-07-21 21:40:39 +02:00
|
|
|
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc:
|
|
|
|
Update error lineno.
|
|
|
|
|
2008-07-21 21:21:45 +02:00
|
|
|
2008-07-21 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* config/os/gnu-linux/arm-eabi-extra.ver: New file.
|
|
|
|
* configure.host: Use it for arm*-*-linux-*eabi.
|
|
|
|
|
2008-07-19 21:58:52 +02:00
|
|
|
2008-07-19 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
|
|
|
|
(assert_node_consistent): Avoid ambiguous else warning.
|
|
|
|
|
|
|
|
* include/ext/pb_ds/detail/debug_map_base.hpp: Include <iostream>.
|
|
|
|
|
|
|
|
* include/bits/c++config: In debug-mode (and parallel-mode) set
|
|
|
|
_GLIBCXX_EXTERN_TEMPLATE to -1, not 0, thus disabling extern
|
|
|
|
templates only for basic_string (per libstdc++/21674).
|
|
|
|
* include/bits/basic_string.tcc: Use extern templates when
|
|
|
|
_GLIBCXX_EXTERN_TEMPLATE > 0.
|
|
|
|
|
2008-07-18 22:23:42 +02:00
|
|
|
2008-07-18 Kris Van Hees <kris.van.hees@oracle.com>
|
|
|
|
Holger Hopp <holger.hopp@sap.com>
|
|
|
|
|
|
|
|
* config/abi/pre/gnu.ver: Support char16_t and char32_t.
|
|
|
|
* testsuite/util/testsuite_abi.cc (check_version): Add
|
|
|
|
CXXABI_1.3.3 to known_versions.
|
|
|
|
|
2008-07-18 22:11:50 +02:00
|
|
|
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/debug/vector (insert(iterator, _Tp&&), push_back(_Tp&&)):
|
|
|
|
Enable only when _Tp != bool.
|
|
|
|
|
|
|
|
* testsuite/25_algorithms/heap/1.cc: Avoid unused variable warnings.
|
|
|
|
|
2008-07-18 20:40:53 +02:00
|
|
|
2008-07-18 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/lib/libstdc++.exp (check_v3_target_c_std): Avoid unused
|
|
|
|
variable warnings leading to spurious fails of the test.
|
|
|
|
|
2008-07-16 12:10:41 +02:00
|
|
|
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Adjust
|
|
|
|
dg-error lines.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/cons/1_neg.cc: Likewise.
|
|
|
|
|
|
|
|
* include/tr1_impl/type_traits: Fix comment typo.
|
|
|
|
|
2008-07-16 11:04:16 +02:00
|
|
|
2008-07-16 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/unique_ptr.h: Remove stray character.
|
|
|
|
|
2008-07-16 09:01:23 +02:00
|
|
|
2008-07-15 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/doxygen/user.cfg.in: Add complex, ratio,
|
|
|
|
intializer_list.
|
|
|
|
(PREDEFINED): Add _GLIBCXX_USE_C99_STDINT_TR1.
|
|
|
|
* doc/doxygen/doxygroups.cc: Add std::chrono.
|
|
|
|
* include/bits/unique_ptr.h (default_delete, unique_ptr): Add markup.
|
|
|
|
* libsupc++/initializer_list (initializer_list): Same.
|
|
|
|
* include/std/ratio: Same.
|
|
|
|
* include/std/chrono: Same.
|
|
|
|
* include/std/complex: Disambiguate file markup.
|
|
|
|
|
2008-07-16 01:23:23 +02:00
|
|
|
2008-07-15 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/std/chrono: New, as per N2661.
|
|
|
|
* src/chrono.cc: New.
|
|
|
|
* include/Makefile.am: Update.
|
|
|
|
* src/Makefile.am: Likewise.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* acinclude.m4: Add tests for clock_gettime and gettimeofday that
|
|
|
|
define _GLIBCXX_HAS_CLOCK_GETTIME and/or _GLIBCXX_HAS_GETTIMEOFDAY.
|
|
|
|
* configure.ac: Use them.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.h.in: Likewise.
|
|
|
|
* config/abi/pre/gnu.ver: Add symbols for system_clock::now() and
|
|
|
|
system_clock::is_monotonic.
|
|
|
|
* testsuite/20_util/duration/cons/1.cc: New.
|
|
|
|
* testsuite/20_util/duration/cons/2.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/cons/1_neg.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/requirements/explicit_instantiation/
|
|
|
|
explicit_instantiation.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/arithmetic/1.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/arithmetic/2.cc: Likewise.
|
|
|
|
* testsuite/20_util/duration/comparisons/1.cc: Likewise.
|
|
|
|
* testsuite/20_util/time_point/requirements/explicit_instantiation/
|
|
|
|
explicit_instantiation.cc: Likewise.
|
|
|
|
* testsuite/20_util/time_point/1.cc: Likewise.
|
|
|
|
* testsuite/20_util/time_point/2.cc: Likewise.
|
|
|
|
* testsuite/20_util/time_point/3.cc: Likewise.
|
|
|
|
* testsuite/20_util/clocks/1.cc: Likewise.
|
|
|
|
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: Add
|
|
|
|
missing headers.
|
|
|
|
* testsuite/17_intro/headers/c++200x/all.cc: Likewise.
|
|
|
|
* include/precompiled/stdc++.h: Likewise and remove <date_time>.
|
|
|
|
* doc/doxygen/user.cfg.in: Likewise.
|
|
|
|
|
2008-07-15 12:14:40 +02:00
|
|
|
2008-07-15 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
PR libstdc++/36832
|
|
|
|
* include/ext/rope (_Destroy_const): Add.
|
|
|
|
(rope<>::copy): Call it.
|
|
|
|
* testsuite/ext/rope/36832.cc: New.
|
|
|
|
|
2008-07-15 12:06:58 +02:00
|
|
|
2008-07-15 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
|
|
|
* include/parallel/find_selectors.h:
|
|
|
|
Correct name for include guard #ifndef.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/unique_copy.h: Likewise.
|
|
|
|
* include/parallel/multiway_mergesort.h: Likewise.
|
|
|
|
* include/parallel/checkers.h: Likewise.
|
|
|
|
* include/parallel/[various files]:
|
|
|
|
Add/correct comment for #endif of include guard (at end of file)
|
|
|
|
|
2008-07-12 12:16:16 +02:00
|
|
|
2008-07-12 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/date_time: Remove, per N2549, in WP.
|
|
|
|
* src/date_time.cc: Likewise.
|
|
|
|
* config/abi/pre/gnu.ver: Remove <date_time> symbols.
|
|
|
|
* include/Makefile.am: Remove date_time in std headers.
|
|
|
|
* src/Makefile.am: Remove date_time.cc to source files.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* testsuite/31_date_time/headers/date_time/types_std.cc: Remove.
|
|
|
|
* testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/system_time/requirements: Likewise.
|
|
|
|
* testsuite/31_date_time/system_time/requirements/traits.cc: Likewise.
|
|
|
|
* testsuite/17_intro/headers/c++200x/all.cc: Adjust.
|
|
|
|
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc: Adjust.
|
|
|
|
|
2008-07-10 10:19:26 +02:00
|
|
|
2008-07-10 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
|
|
|
* include/parallel/balanced_quicksort.h:
|
|
|
|
(qsb_divide) Replace "*end" by "*(end - 1)" in assertion.
|
|
|
|
|
2008-07-10 03:41:29 +02:00
|
|
|
2008-07-09 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/36451
|
|
|
|
* doc/xml/manual/allocator.xml: Fix links.
|
|
|
|
* doc/html/*: Regenerate.
|
2008-07-16 09:01:23 +02:00
|
|
|
|
2008-07-10 02:57:16 +02:00
|
|
|
2008-07-09 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* libsupc++/unwind-cxx.h (__is_gxx_forced_unwind_class,
|
|
|
|
__GXX_INIT_FORCED_UNWIND_CLASS): Define for ARM EABI unwinder.
|
|
|
|
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Call
|
|
|
|
__GXX_INIT_FORCED_UNWIND_CLASS for forced unwind with ARM EABI
|
|
|
|
unwinder.
|
|
|
|
* libsupc++/eh_arm.cc (__cxa_type_match): Use
|
|
|
|
__is_gxx_forced_unwind_class to check for forced unwind.
|
|
|
|
|
2008-07-10 02:05:27 +02:00
|
|
|
2008-07-09 Andreas Beckmann <gcc@abeckmann.de>
|
|
|
|
|
|
|
|
PR libstdc++/36552
|
|
|
|
* include/ext/pb_ds/detail/left_child_next_sibling_heap_/
|
|
|
|
null_metadata.hpp: Remove self-include.
|
2008-07-16 09:01:23 +02:00
|
|
|
|
2008-07-09 22:58:06 +02:00
|
|
|
2008-07-09 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* testsuite/20_util/make_signed/requirements/typedefs-2.cc,
|
|
|
|
testsuite/20_util/make_unsigned/requirements/typedefs-2.cc: Use
|
|
|
|
-Wl,--no-enum-size-warning for arm*-*-linux*eabi.
|
|
|
|
|
2008-07-09 17:53:31 +02:00
|
|
|
2008-07-09 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
|
|
|
PR libstdc++/36729
|
|
|
|
* include/parallel/random_shuffle.h:
|
|
|
|
(sequential_random_shuffle) Copy data back.
|
|
|
|
* testsuite/25_algorithms/random_shuffle/1.cc:
|
|
|
|
New. Generic random_shuffle functionality test.
|
|
|
|
|
2008-07-08 13:59:22 +02:00
|
|
|
2008-07-08 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/std/type_traits: Add common_type.
|
|
|
|
* testsuite/20_util/common_type/requirements/
|
|
|
|
explicit_instantiation.cc: New.
|
|
|
|
* testsuite/20_util/common_type/requirements/
|
|
|
|
typedefs-1.cc: Likewise.
|
|
|
|
|
2008-07-08 03:11:18 +02:00
|
|
|
2008-07-07 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/lib/libstdc++.exp (check_v3_target_stdint): New.
|
|
|
|
* testsuite/lib/dg-options.exp (dg-require-cstdint): New.
|
|
|
|
* testsuite/20_util/ratio/cons/cons1.cc: Use it.
|
|
|
|
* testsuite/20_util/ratio/cons/cons_overflow.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops1.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops2.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops3.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops_overflow.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/comparisons/comp1.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/comparisons/comp2.cc: Likewise.
|
|
|
|
|
|
|
|
* include/std/type_traits: Fix comment typo.
|
|
|
|
|
2008-07-06 19:38:08 +02:00
|
|
|
2008-07-06 Roger Sayle <roger@eyesopen.com>
|
|
|
|
|
|
|
|
* include/std/system_error (is_error_code_enum): Use identifier
|
|
|
|
_Tp instead of _T to avoid conflict with system macro on Darwin.
|
|
|
|
(is_error_condition_enum): Likewise.
|
|
|
|
|
2008-07-05 14:36:03 +02:00
|
|
|
2008-07-05 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/postypes.h: Do not include <stdint.h>.
|
|
|
|
|
|
|
|
* include/Makefile.am: Reorder.
|
|
|
|
|
2008-07-05 12:24:08 +02:00
|
|
|
2008-07-05 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/ratio: Prefer __INTMAX_MAX__ to INTMAX_MAX (INTMAX_MIN).
|
|
|
|
|
|
|
|
2008-07-05 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/std/ratio: Documentation for std::ratio class. Add conditions
|
|
|
|
to ratio_less to prevent overflow.
|
|
|
|
* testsuite/20_util/ratio/comparisons/comp2.cc: New.
|
|
|
|
* testsuite/20_util/ratio/cons/cons_overflow.cc: Update dg-error line
|
|
|
|
numbers.
|
|
|
|
|
2008-07-04 20:45:09 +02:00
|
|
|
2008-07-04 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/std/ratio: New, per N2661.
|
|
|
|
* include/Makefile.am: Update.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* testsuite/20_util/ratio/cons/cons1.cc: New.
|
|
|
|
* testsuite/20_util/ratio/cons/cons_overflow.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops1.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops2.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops3.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/operations/ops_overflow.cc: Likewise.
|
|
|
|
* testsuite/20_util/ratio/comparisons/comp1.cc: Likewise.
|
|
|
|
|
2008-07-04 17:40:38 +02:00
|
|
|
2008-07-04 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
PR libstdc++/36616
|
|
|
|
* testsuite/22_locale/time_put/put/char/4.cc: Just use es_ES instead.
|
|
|
|
* testsuite/22_locale/time_put/put/wchar_t/4.cc: Likewise.
|
|
|
|
|
2008-07-03 21:07:35 +02:00
|
|
|
2008-07-03 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc:
|
|
|
|
Improve check on long double limits.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stof.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stod.cc: Likewise.
|
|
|
|
|
2008-07-03 11:42:30 +02:00
|
|
|
2008-07-03 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* libsupc++/Makefile.am: Add initializer_list to the headers.
|
|
|
|
* libsupc++/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
* libsupc++/initializer_list: Minor cosmetic changes.
|
|
|
|
|
2008-07-03 06:32:25 +02:00
|
|
|
2008-07-02 Jason Merrill <jason@redhat.com>
|
|
|
|
|
|
|
|
* libsupc++/initializer_list: Uglify and wrap in
|
|
|
|
__GXX_EXPERIMENTAL_CXX0X__.
|
|
|
|
* include/bits/stl_map.h (insert(initializer_list)): Wrap.
|
|
|
|
|
Implement WG21 N2672, Initializer List proposed wording
gcc/cp/ChangeLog:
2008-07-02 Jason Merrill <jason@redhat.com>
Implement WG21 N2672, Initializer List proposed wording
* cp-tree.h (enum cp_tree_index): Add CPTI_INIT_LIST_TYPE.
(struct lang_type_class): Add has_list_ctor bitfield.
(TYPE_HAS_LIST_CTOR): New macro.
(BRACE_ENCLOSED_INITIALIZER_P): Expect init_list_type_node.
(CONSTRUCTOR_IS_DIRECT_INIT): New macro.
(LOOKUP_NO_NARROWING): New macro.
(LOOKUP_NO_COPY_CTOR_CONVERSION): New macro.
* parser.c (cp_parse_braced_list): Split out from...
(cp_parser_initializer_clause): ...here.
(cp_parser_postfix_expression): Build up CONSTRUCTOR for compound
literal here.
(cp_lexer_next_token_is_not_keyword): New fn.
(cp_parser_parenthesized_expression_list): Handle { }.
(cp_parser_new_expression, cp_parser_new_initializer): Likewise.
(cp_parser_assignment_expression, cp_parser_condition): Likewise.
(cp_parser_jump_statement, cp_parser_simple_declaration): Likewise.
(cp_parser_mem_initializer, cp_parser_init_declarator): Likewise.
(cp_parser_initializer, cp_parser_functional_cast): Likewise.
(cp_parser_omp_for_loop, cp_parser_cache_group): Likewise.
(cp_parser_save_member_function_body): Likewise.
* call.c (conversion_kind): Add ck_list, ck_aggr.
(struct conversion): Add check_narrowing bitfield, conversion list.
(build_list_conv): New fn.
(build_aggr_conv): New fn.
(implicit_conversion): Call them.
(standard_conversion): Set check_narrowing if appropriate.
(add_function_candidate): Handle LOOKUP_NO_COPY_CTOR_CONVERSION.
(build_user_type_conversion_1): When converting from an init list,
we allow additional conversions except when calling a copy ctor.
(convert_like_real): Calling an explicit ctor for an init list is
ill-formed. Handle ck_list and ck_addr. Check narrowing.
(build_new_method_call): If CONSTRUCTOR_IS_DIRECT_INIT is set and
class doesn't have a list ctor, break the {} into a TREE_LIST.
(compare_ics): ck_list is better than other UDCs.
(set_up_extended_ref_temp): Split out from initialize_reference.
(is_std_init_list): New fn.
(is_list_ctor): New fn.
* decl.c (cxx_init_decl_processing): Create init_list_type_node.
(reshape_init_array_1): Pass it to build_constructor.
(reshape_init_class): Ditto.
(initialize_artificial_var): Pass the appropriate type.
(build_aggr_init_full_exprs): Split out from...
(check_initializer): ...here. Handle new semantics.
(build_init_list_var_init): New subroutine of check_initializer.
(grokdeclarator): Converting constructors can have more than one parm.
(grok_special_member_properties): Set TYPE_HAS_LIST_CTOR.
* init.c (expand_default_init): Only do digest_init for aggregates.
* rtti.c (tinfo_base_init): Pass init_list_type_node to
build_constructor_from_list.
(generic_initializer, ptr_initializer): Ditto.
(ptm_initializer, class_initializer): Ditto.
(get_pseudo_ti_init): Ditto.
* error.c (dump_type): Handle init_list_type_node.
(maybe_warn_cpp0x): New fn.
(maybe_varn_variadic_templates): Call it.
* cvt.c (ocp_convert): Handle conversion from { }.
* tree.c (build_array_of_n_type): New fn.
* typeck2.c (store_init_value): Use init_list_type_node.
(digest_init): Likewise.
(check_narrowing): New fn.
* semantics.c: (finish_compound_literal): Take CONSTRUCTOR instead
of vector of constructor elts. Handle non-aggregate types. Make
constant literals static.
* pt.c: (tsubst_copy_and_build): Adjust.
(unify): Handle { }.
* name-lookup.c (arg_assoc_type): Handle init_list_type_node.
gcc/ChangeLog:
2008-07-02 Jason Merrill <jason@redhat.com>
* tree.c (ctor_to_list): New fn.
* tree.h: Declare it.
(CONSTRUCTOR_ELT): New macro.
(CONSTRUCTOR_NELTS): New macro.
libstdc++-v3/ChangeLog:
2008-07-02 Jason Merrill <jason@redhat.com>
* libsupc++/initializer_list: New file.
* include/bits/stl_map.h (insert(initializer_list)): New method.
From-SVN: r137361
2008-07-02 17:38:50 +02:00
|
|
|
2008-07-02 Jason Merrill <jason@redhat.com>
|
|
|
|
|
|
|
|
* libsupc++/initializer_list: New file.
|
|
|
|
* include/bits/stl_map.h (insert(initializer_list)): New method.
|
|
|
|
|
2008-06-30 12:48:48 +02:00
|
|
|
2008-06-30 Alfred E. Heggestad <aeh@db.org>
|
|
|
|
|
|
|
|
* include/backward/backward_warning.h: Fix typo.
|
|
|
|
|
2008-06-29 17:46:50 +02:00
|
|
|
2008-06-29 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* src/string_conversions.cc: Remove.
|
|
|
|
* config/abi/pre/gnu.ver: Delete exports.
|
|
|
|
* src/Makefile.am: Update.
|
|
|
|
* include/ext/string_conversions.h: Add.
|
|
|
|
* include/Makefile.am: Update.
|
|
|
|
* include/bits/basic_string.h: Include string_conversions.h,
|
|
|
|
define numeric conversion functions.
|
|
|
|
* include/ext/vstring.h: Likewise.
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
|
2008-06-29 13:08:26 +02:00
|
|
|
2008-06-29 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_algo.h (copy_n): Add in C++0x mode.
|
|
|
|
* include/bits/algorithmfwd.h: Add.
|
|
|
|
* include/bits/stl_uninitialized.h (uninitialized_copy_n): Add
|
|
|
|
in C++0x mode.
|
|
|
|
* testsuite/20_util/specialized_algorithms/uninitialized_copy_n/
|
|
|
|
move_iterators/1.cc: New
|
|
|
|
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
|
|
|
|
* testsuite/25_algorithms/copy_n/1.cc: New.
|
|
|
|
* testsuite/25_algorithms/copy_n/2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/copy_n/3.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/copy_n/4.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/copy_n/move_iterators/1.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/copy_n/requirements/
|
|
|
|
explicit_instantiation/2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/partition_point/requirements/
|
|
|
|
explicit_instantiation/pod.cc: Likewise.
|
|
|
|
|
2008-06-29 00:39:59 +02:00
|
|
|
2008-06-28 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_algo.h (partition_point): Add in C++0x mode.
|
|
|
|
* include/bits/algorithmfwd.h: Add.
|
|
|
|
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
|
|
|
|
* testsuite/25_algorithms/partition_point/1.cc: New.
|
|
|
|
* testsuite/25_algorithms/partition_point/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/partition_point/requirements/
|
|
|
|
explicit_instantiation/2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/partition_point/requirements/
|
|
|
|
explicit_instantiation/pod.cc: Likewise.
|
|
|
|
|
2008-06-28 20:32:48 +02:00
|
|
|
2008-06-28 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
PR libstdc++/36660
|
|
|
|
* include/ext/pb_ds/detail/resize_policy/
|
|
|
|
sample_resize_trigger.hpp: Remove spurious namespace end.
|
|
|
|
|
2008-06-28 01:02:06 +02:00
|
|
|
2008-06-27 Mark Mitchell <mark@codesourcery.com>
|
|
|
|
|
|
|
|
* libsupc++/vec.cc (__aeabi_vec_dtor_cookie): Handle NULL array
|
|
|
|
address.
|
|
|
|
(__aeabi_vec_delete): Likewise.
|
|
|
|
(__aeabi_vec_delete3): Likewise.
|
|
|
|
(__aeabi_vec_delete3_nodtor): Likewise.
|
|
|
|
|
2008-06-27 19:42:18 +02:00
|
|
|
2008-06-27 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_algo.h (is_partitioned): Add in C++0x mode.
|
|
|
|
* include/bits/algorithmfwd.h: Add.
|
|
|
|
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
|
|
|
|
* testsuite/25_algorithms/is_partitioned/1.cc: New.
|
|
|
|
* testsuite/25_algorithms/is_partitioned/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/is_partitioned/requirements/
|
|
|
|
explicit_instantiation/2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/is_partitioned/requirements/
|
|
|
|
explicit_instantiation/pod.cc: Likewise.
|
|
|
|
|
2008-06-27 12:47:27 +02:00
|
|
|
2008-06-27 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_numeric.h (iota): Add in C++0x mode.
|
|
|
|
* testsuite/util/testsuite_character.h (pod_int): Add operator++
|
|
|
|
in C++0x mode.
|
|
|
|
* testsuite/util/testsuite_api.h (NonDefaultConstructible): Likewise.
|
|
|
|
* testsuite/26_numerics/iota/1.cc: New.
|
|
|
|
* testsuite/26_numerics/iota/requirements/explicit_instantiation/
|
|
|
|
2.cc: Likewise.
|
|
|
|
* testsuite/26_numerics/iota/requirements/explicit_instantiation/
|
|
|
|
pod.cc: Likewise.
|
|
|
|
|
|
|
|
* include/ext/algorithm: Do not fiddle with the legacy headers.
|
|
|
|
|
|
|
|
* testsuite/26_numerics/partial_sum/1.cc: Minor changes, comments,
|
|
|
|
style.
|
|
|
|
* testsuite/26_numerics/accumulate/1.cc: Likewise.
|
|
|
|
* testsuite/26_numerics/adjacent_difference/1.cc: Likewise.
|
|
|
|
* testsuite/26_numerics/inner_product/1.cc: Likewise.
|
|
|
|
|
2008-06-26 19:55:23 +02:00
|
|
|
2008-06-26 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_algo.h (partition_copy): Add in C++0x mode.
|
|
|
|
* include/bits/algorithmfwd.h: Add.
|
|
|
|
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
|
|
|
|
* testsuite/25_algorithms/partition_copy/1.cc: New.
|
|
|
|
* testsuite/25_algorithms/partition_copy/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/partition_copy/requirements/
|
|
|
|
explicit_instantiation/2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/partition_copy/requirements/
|
|
|
|
explicit_instantiation/pod.cc: Likewise.
|
|
|
|
|
2008-06-26 13:36:02 +02:00
|
|
|
2008-06-26 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* testsuite/20_util/unique_ptr/cons/pointer_array.cc: New.
|
|
|
|
* testsuite/20_util/unique_ptr/cons/pointer.cc: Likewise.
|
|
|
|
* testsuite/20_util/unique_ptr/cons/pointer_array_convertible.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/20_util/unique_ptr/assign/move_array.cc: Likewise.
|
|
|
|
* testsuite/20_util/unique_ptr/assign/move.cc: Likewise.
|
|
|
|
* testsuite/20_util/unique_ptr/specialized_algorithms/
|
|
|
|
comparisons_array.cc: Likewise.
|
|
|
|
* testsuite/20_util/unique_ptr/specialized_algorithms/comparisons.cc:
|
|
|
|
Likewise
|
|
|
|
* testsuite/20_util/unique_ptr/specialized_algorithms/swap.cc:
|
|
|
|
Likewise.
|
|
|
|
|
2008-06-26 12:45:31 +02:00
|
|
|
2008-06-26 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/parallel/base.h (plus, multiplies): Use __typeof__,
|
|
|
|
not typeof.
|
|
|
|
|
2008-06-26 01:28:14 +02:00
|
|
|
2008-06-25 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons/default.cc: Avoid -Wall
|
|
|
|
warnings.
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Likewise.
|
|
|
|
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/29_atomics/headers/stdatomic.h/types.c: Likewise.
|
|
|
|
* testsuite/util/testsuite_common_types.h (struct assignable,
|
|
|
|
struct default_constructible, struct copy_constructible,
|
|
|
|
struct explicit_value_constructible): Use a tad of simulated
|
|
|
|
concept checking techniques to avoid spurious warnings.
|
|
|
|
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-error
|
|
|
|
markers.
|
|
|
|
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
|
|
|
|
|
2008-06-25 18:39:15 +02:00
|
|
|
2008-06-25 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_algo.h (__find_if_not, find_if_not, all_of,
|
|
|
|
any_of, none_of): Add in C++0x, per N2666.
|
|
|
|
* include/bits/algorithmfwd.h: Update.
|
|
|
|
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/all_of/check_type.cc: New.
|
|
|
|
* testsuite/25_algorithms/all_of/1.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
|
|
|
|
2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
|
|
|
|
pod.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/any_of/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/any_of/1.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/any_of/requirements/explicit_instantiation/
|
|
|
|
2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/any_of/requirements/explicit_instantiation/
|
|
|
|
pod.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/none_of/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/none_of/1.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
|
|
|
|
2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/none_of/requirements/explicit_instantiation/
|
|
|
|
pod.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/find_if_not/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/find_if_not/1.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/find_if_not/requirements/
|
|
|
|
explicit_instantiation/2.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/find_if_not/requirements/
|
|
|
|
explicit_instantiation/pod.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/copy_if/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/remove_copy_if/check_type.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/find_if/1.cc: Minor tweaks.
|
|
|
|
|
2008-06-24 20:34:52 +02:00
|
|
|
2008-06-24 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/xml/manual/parallel_mode.xml: Clarify use of explicit
|
|
|
|
parallel algorithms.
|
|
|
|
* doc/xml/manual/using.xml: Markup fixes caught by validation check.
|
|
|
|
* doc/xml/manual/test.xml: Remove empty para tags.
|
|
|
|
|
|
|
|
* doc/html/*: Regenerate.
|
|
|
|
|
2008-06-24 20:02:36 +02:00
|
|
|
2008-06-24 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_algo.h (remove_if): Cast __pred result to bool.
|
|
|
|
(copy_if): Add, per N2666.
|
|
|
|
* testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/
|
|
|
|
2.cc: New.
|
|
|
|
* testsuite/25_algorithms/copy_if/requirements/explicit_instantiation/
|
|
|
|
pod.cc: Likewise.
|
|
|
|
* testsuite/25_algorithms/headers/algorithm/synopsis.cc: Update.
|
|
|
|
|
2008-06-24 14:04:13 +02:00
|
|
|
2008-06-24 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
Chalathip Thumkanon <chalathip@gmail.com>
|
|
|
|
|
2008-06-24 14:11:23 +02:00
|
|
|
PR libstdc++/36612
|
2008-06-24 14:04:13 +02:00
|
|
|
* include/ext/pb_ds/exception.hpp (__throw_container_error,
|
|
|
|
__throw_insert_error, __throw_join_error, __throw_resize_error):
|
|
|
|
Mark inline.
|
|
|
|
|
2008-06-22 15:57:06 +02:00
|
|
|
2008-06-22 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add,
|
|
|
|
per DR 809.
|
|
|
|
* include/bits/algorithmfwd.h: Add.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 809.
|
|
|
|
* testsuite/25_algorithms/swap/dr809.cc: New.
|
|
|
|
|
|
|
|
* testsuite/25_algorithms/swap/requirements/explicit_instantiation/
|
|
|
|
2.cc: Remove stray empty line.
|
|
|
|
|
2008-06-21 18:55:17 +02:00
|
|
|
2008-06-21 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_move.h: Rename to move.h.
|
|
|
|
* include/std/utility: Adjust.
|
|
|
|
* include/ext/vstring_util.h: Likewise.
|
|
|
|
* include/ext/throw_allocator.h: Likewise.
|
|
|
|
* include/ext/pool_allocator.h: Likewise.
|
|
|
|
* include/ext/bitmap_allocator.h: Likewise.
|
|
|
|
* include/ext/new_allocator.h: Likewise.
|
|
|
|
* include/ext/malloc_allocator.h: Likewise.
|
|
|
|
* include/ext/array_allocator.h: Likewise.
|
|
|
|
* include/ext/mt_allocator.h: Likewise.
|
|
|
|
* include/bits/stl_algobase.h: Likewise.
|
|
|
|
* include/bits/stl_heap.h: Likewise.
|
|
|
|
* include/bits/stl_pair.h: Likewise.
|
|
|
|
* include/bits/stl_iterator.h: Likewise.
|
|
|
|
* testsuite/util/testsuite_allocator.h: Likewise.
|
|
|
|
* testsuite/util/testsuite_iterators.h: Likewise.
|
|
|
|
* include/Makefile.am: Likewise.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
2008-06-21 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/bits/unique_ptr.h: New.
|
|
|
|
* include/std/memory: Adjust.
|
|
|
|
* include/Makefile.am: Add.
|
|
|
|
* testsuite/20_util/unique_ptr/requirements/explicit_instantiation/
|
|
|
|
explicit_instantiation.cc: New.
|
|
|
|
* testsuite/20_util/unique_ptr/assign/assign.cc: Likewise.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
|
2008-06-21 18:04:40 +02:00
|
|
|
2008-06-21 Jonathan Wakely <jwakely.gcc@gmail.com>
|
|
|
|
|
|
|
|
* include/c_global/climits, include/tr1/climits: Add parentheses.
|
|
|
|
|
2008-06-18 01:13:35 +02:00
|
|
|
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-06-17 23:33:15 +02:00
|
|
|
2008-06-17 Chris Fairles <chris.fairles@gmail.com>
|
|
|
|
|
|
|
|
* include/bits/stl_iterator_base_funcs.h (next, prev): Add in
|
|
|
|
C++0x mode.
|
|
|
|
* testsuite/24_iterators/operations/next.cc: New.
|
|
|
|
* testsuite/24_iterators/operations/prev.cc: Likewise.
|
|
|
|
|
2008-06-17 15:47:54 +02:00
|
|
|
2008-06-17 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* src/string_conversions.cc (__to_xstring<>): New.
|
|
|
|
(to_string, to_wstring): Use it.
|
|
|
|
|
basic_string.h (stod, [...]): Declare in C++0x mode.
2008-06-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/basic_string.h (stod, stof, stoi, stol, stold, stoll,
stoul, stoull, to_string, to_wstring): Declare in C++0x mode.
* src/string_conversions.cc: Add.
* src/Makefile.am: Update.
* config/abi/pre/gnu.ver: Adjust exports.
* src/Makefile.in: Regenerate.
* testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc:
New.
* testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoull.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/
to_string.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stod.cc: New.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stof.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoi.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stol.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stold.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoll.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoul.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoull.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
to_wstring.cc: Likewise.
From-SVN: r136841
2008-06-16 11:58:54 +02:00
|
|
|
2008-06-16 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/basic_string.h (stod, stof, stoi, stol, stold, stoll,
|
|
|
|
stoul, stoull, to_string, to_wstring): Declare in C++0x mode.
|
|
|
|
* src/string_conversions.cc: Add.
|
|
|
|
* src/Makefile.am: Update.
|
|
|
|
* config/abi/pre/gnu.ver: Adjust exports.
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc:
|
|
|
|
New.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/stoull.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/char/
|
|
|
|
to_string.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stod.cc: New.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stof.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stoi.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stol.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stold.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stoll.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stoul.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
stoull.cc: Likewise.
|
|
|
|
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
|
|
|
|
to_wstring.cc: Likewise.
|
|
|
|
|
2008-06-15 14:24:36 +02:00
|
|
|
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* include/Makefile.am: Remove trailing white space, fix typo.
|
|
|
|
(parallel_headers): Remove duplicate file, sort entries.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
|
2008-06-15 14:20:28 +02:00
|
|
|
2008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* src/condition_variable.cc (~condition_variable): Drop unused
|
|
|
|
variable.
|
|
|
|
|
stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove.
2008-06-13 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_deque.h (deque<>::push_back(_Args&&...),
deque<>::push_front(_Args&&...)): Remove.
(deque<>::push_back(value_type&&),
deque<>::push_front(value_type&&)): Add.
(deque<>::push_back(const value_type&),
deque<>::push_front(const value_type&)): Add back.
(deque<>::emplace_back(_Args&&...),
deque<>::emplace_front(_Args&&...)): Declare...
* include/bits/deque.tcc: ... and define.
* include/bits/stl_list.h (list<>::push_back(_Args&&...),
list<>::push_front(_Args&&...)): Remove.
(list<>::push_back(value_type&&), list<>::push_front(value_type&&),
list<>::emplace_back(_Args&&...), list<>::emplace_front(_Args&&...)):
Add.
(list<>::push_back(const value_type&),
list<>::push_front(const value_type&)): Add back.
* include/bits/stl_vector.h (vector<>::push_back(_Args&&...)): Remove.
(vector<>::push_back(value_type&&)): Add.
(vector<>::push_back(const value_type&)): Add back.
(vector<>::emplace_back(_Args&&...)): Declare...
* include/bits/vector.tcc: ... and define.
* include/bits/stl_queue.h (queue<>::push(_Args&&...),
priority_queue<>::push(_Args&&...)): Remove.
(queue<>::push(value_type&&), queue<>::emplace(_Args&&...),
priority_queue<>::push(value_type&&),
priority_queue<>::emplace(_Args&&...)): Add.
(queue<>::push(const value_type&),
priority_queue<>::push(const value_type&)): Add back.
* include/bits/stl_stack.h (stack<>::push(_Args&&...)): Remove.
(stack<>::push(value_type&&), stack<>::emplace(_Args&&...)): Add.
(stack<>::push(const value_type&)): Add back.
* include/debug/deque (deque<>::push_back(_Args&&...),
deque<>::push_front(_Args&&...)): Remove.
(deque<>::push_back(value_type&&), deque<>::push_front(value_type&&),
deque<>::emplace_back(_Args&&...), deque<>::emplace_front(_Args&&...)):
Add.
(deque<>::push_back(const value_type&),
deque<>::push_front(const value_type&)): Add back.
* include/debug/list (list<>::push_back(_Args&&...),
list<>::push_front(_Args&&...)): Remove.
(list<>::push_back(value_type&&), list<>::push_front(value_type&&),
list<>::emplace_back(_Args&&...), list<>::emplace_front(_Args&&...)):
Add.
(list<>::push_back(const value_type&),
list<>::push_front(const value_type&)): Add back.
* include/debug/vector (vector<>::push_back(_Args&&...)): Remove.
(vector<>::push_back(value_type&&),
vector<>::emplace_back(_Args&&...)): Add.
(vector<>::push_back(const value_type&)): Add back.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
Adjust dg-error line numbers.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Likewise.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
Adjust dg-error line numbers.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc:
Likewise.
* testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc:
Likewise.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
Adjust dg-error line numbers.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.
From-SVN: r136750
2008-06-13 14:03:13 +02:00
|
|
|
2008-06-13 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/stl_deque.h (deque<>::push_back(_Args&&...),
|
|
|
|
deque<>::push_front(_Args&&...)): Remove.
|
|
|
|
(deque<>::push_back(value_type&&),
|
|
|
|
deque<>::push_front(value_type&&)): Add.
|
|
|
|
(deque<>::push_back(const value_type&),
|
|
|
|
deque<>::push_front(const value_type&)): Add back.
|
|
|
|
(deque<>::emplace_back(_Args&&...),
|
|
|
|
deque<>::emplace_front(_Args&&...)): Declare...
|
|
|
|
* include/bits/deque.tcc: ... and define.
|
|
|
|
* include/bits/stl_list.h (list<>::push_back(_Args&&...),
|
|
|
|
list<>::push_front(_Args&&...)): Remove.
|
|
|
|
(list<>::push_back(value_type&&), list<>::push_front(value_type&&),
|
|
|
|
list<>::emplace_back(_Args&&...), list<>::emplace_front(_Args&&...)):
|
|
|
|
Add.
|
|
|
|
(list<>::push_back(const value_type&),
|
|
|
|
list<>::push_front(const value_type&)): Add back.
|
|
|
|
* include/bits/stl_vector.h (vector<>::push_back(_Args&&...)): Remove.
|
|
|
|
(vector<>::push_back(value_type&&)): Add.
|
|
|
|
(vector<>::push_back(const value_type&)): Add back.
|
|
|
|
(vector<>::emplace_back(_Args&&...)): Declare...
|
|
|
|
* include/bits/vector.tcc: ... and define.
|
|
|
|
* include/bits/stl_queue.h (queue<>::push(_Args&&...),
|
|
|
|
priority_queue<>::push(_Args&&...)): Remove.
|
|
|
|
(queue<>::push(value_type&&), queue<>::emplace(_Args&&...),
|
|
|
|
priority_queue<>::push(value_type&&),
|
|
|
|
priority_queue<>::emplace(_Args&&...)): Add.
|
|
|
|
(queue<>::push(const value_type&),
|
|
|
|
priority_queue<>::push(const value_type&)): Add back.
|
|
|
|
* include/bits/stl_stack.h (stack<>::push(_Args&&...)): Remove.
|
|
|
|
(stack<>::push(value_type&&), stack<>::emplace(_Args&&...)): Add.
|
|
|
|
(stack<>::push(const value_type&)): Add back.
|
|
|
|
* include/debug/deque (deque<>::push_back(_Args&&...),
|
|
|
|
deque<>::push_front(_Args&&...)): Remove.
|
|
|
|
(deque<>::push_back(value_type&&), deque<>::push_front(value_type&&),
|
|
|
|
deque<>::emplace_back(_Args&&...), deque<>::emplace_front(_Args&&...)):
|
|
|
|
Add.
|
|
|
|
(deque<>::push_back(const value_type&),
|
|
|
|
deque<>::push_front(const value_type&)): Add back.
|
|
|
|
* include/debug/list (list<>::push_back(_Args&&...),
|
|
|
|
list<>::push_front(_Args&&...)): Remove.
|
|
|
|
(list<>::push_back(value_type&&), list<>::push_front(value_type&&),
|
|
|
|
list<>::emplace_back(_Args&&...), list<>::emplace_front(_Args&&...)):
|
|
|
|
Add.
|
|
|
|
(list<>::push_back(const value_type&),
|
|
|
|
list<>::push_front(const value_type&)): Add back.
|
|
|
|
* include/debug/vector (vector<>::push_back(_Args&&...)): Remove.
|
|
|
|
(vector<>::push_back(value_type&&),
|
|
|
|
vector<>::emplace_back(_Args&&...)): Add.
|
|
|
|
(vector<>::push_back(const value_type&)): Add back.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc:
|
|
|
|
Adjust dg-error line numbers.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Likewise.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Likewise.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc:
|
|
|
|
Adjust dg-error line numbers.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
|
|
|
|
Adjust dg-error line numbers.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Likewise.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Likewise.
|
|
|
|
|
2008-06-13 09:35:22 +02:00
|
|
|
2008-06-13 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/tr1_impl/array (array<>::assign): Do not define in
|
|
|
|
C++0x mode, per DR 776...
|
|
|
|
(array<>::fill): ... define instead.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 776.
|
|
|
|
* testsuite/23_containers/array/requirements/fill.cc: New.
|
|
|
|
|
2008-06-12 12:17:53 +02:00
|
|
|
2008-06-12 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/complex (pow(const complex<>&, int)): Do not define in
|
|
|
|
C++0x mode, per DR 844.
|
|
|
|
* include/tr1/complex (pow(const complex<>&, int)): Remove.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 844.
|
|
|
|
* testsuite/26_numerics/complex/dr844.cc: New.
|
|
|
|
* testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Adjust.
|
|
|
|
|
2008-06-12 00:56:51 +02:00
|
|
|
2008-06-11 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/tr1_impl/hashtable (_Hashtable<>::cbegin(size_type),
|
|
|
|
cend(size_type)): Add per DR 691.
|
|
|
|
* testsuite/23_containers/unordered_map/requirements/cliterators.cc:
|
|
|
|
New.
|
|
|
|
* testsuite/23_containers/unordered_multimap/requirements/
|
|
|
|
cliterators.cc: Likewise.
|
|
|
|
* testsuite/23_containers/unordered_set/requirements/cliterators.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/23_containers/unordered_multiset/requirements/
|
|
|
|
cliterators.cc: Likewise.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 691.
|
|
|
|
|
2008-06-11 17:33:30 +02:00
|
|
|
2008-06-11 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* testsuite/30_threads/lock_error, testsuite/30_threads/once_flag:
|
|
|
|
Remove empty directories.
|
|
|
|
|
MAINTAINERS (mt port): Remove.
* MAINTAINERS (mt port): Remove.
(sco5, unixware, sco udk): Remove.
(Kean Johnston): Add to Write After Approval.
fixincludes:
* inclhack.def (AAB_svr4_replace_byteorder,
AAB_ultrix_ansi_compat, AAB_ultrix_limits, AAB_ultrix_memory,
libc1_G_va_list, libc1_ifdefd_memx, nested_motorola,
ptx_sys_mc_param_h, sco_regset, sco_static_func, sco_utime,
solaris_mutex_init_1, solaris_socket, solaris_unistd,
solaris_widec, svr4_krnl, ultrix_atexit_param, ultrix_atof_param,
ultrix_const3, ultrix_fix_fixproto, ultrix_ifdef, ultrix_locale,
ultrix_math_ifdef, ultrix_nested_ioctl, ultrix_nested_svc,
ultrix_stat, ultrix_static, ultrix_stdlib, ultrix_strings,
ultrix_strings2, ultrix_sys_time, ultrix_unistd,
unicosmk_restrict, uw7_byteorder_fix, windiss_math1,
windiss_math2, windiss_valist): Remove.
* fixincl.x: Regenerate.
* mkfixinc.sh: (arm-semi-aof, hppa1.1-*-osf*, hppa1.1-*-bsd*,
i370-*-openedition, i?86-*-moss*, i?86-*-uwin*,
powerpc-*-eabiaix*): Remove.
* tests/base/math.h: Update.
* tests/base/pthread.h: Update.
* tests/base/stdio.h: Update.
* tests/base/stdlib.h: Update.
* tests/base/string.h: Update.
* tests/base/strings.h: Update.
* tests/base/sys/file.h: Update.
* tests/base/sys/limits.h: Update.
* tests/base/sys/socket.h: Update.
* tests/base/sys/stat.h: Update.
* tests/base/sys/time.h: Update.
* tests/base/testing.h: Update.
* tests/base/unistd.h: Update.
* tests/base/_G_config.h: Remove.
* tests/base/arpa: Remove directory.
* tests/base/fs: Remove directory.
* tests/base/locale.h: Remove.
* tests/base/machine: Remove directory.
* tests/base/rpc/svc.h: Remove.
* tests/base/sys/ioctl.h: Remove.
* tests/base/sys/regset.h: Remove.
* tests/base/sys/times.h: Remove.
* tests/base/sys/utsname.h: Remove.
* tests/base/widec.h: Remove.
gcc:
* config.gcc (Obsolete configurations): Remove list of
configurations.
(Unsupported targets list): Add *-*-linux*aout*, *-*-linux*libc1*,
*-*-solaris2.[0-6], *-*-solaris2.[0-6].*, *-*-sysv*. Remove other
targets matched by those patterns.
(strongarm*-*-*, ep9312*-*-*, xscale-*-*, parisc*-*-*,
m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
vax-*-ultrix*, xscale-*-elf, xscale-*-coff,
i[34567]86-*-linux*aout*, i[34567]86-*-linux*libc1): Remove.
Make code for Solaris 7 and greater unconditional for Solaris.
(ep9312-*-*, parisc1*, m680[012]0-*-*, parisc*-*-*, mt-*-*):
Remove --with-* handling.
* config/rs6000/sysv4.h (-mwindiss): Remove from all specs.
(LIB_WINDISS_SPEC, CPP_OS_WINDISS_SPEC, STARTFILE_WINDISS_SPEC,
ENDFILE_WINDISS_SPEC, LINK_START_WINDISS_SPEC,
LINK_OS_WINDISS_SPEC): Remove.
* config/rs6000/sysv4.opt (mwindiss): Remove.
* configure.ac (strongarm*-*-*, xscale*-*-*): Remove.
* configure: Regenerate.
* doc/cpp.texi: Don't mention BeOS.
* doc/extend.texi (interrupt): Don't mention MS1.
* doc/install.texi: (i386-@var{any}-sysv, m68k-bull-sysv,
m68k-hp-hpux, m68000-hp-hpux, m68000-att-sysv,
alphaev5-cray-unicosmk*, xscale-*-*, i?86-*-linux*aout,
i?86-*-sco3.2v5*, i?86-*-udk, m68k-hp-hpux, powerpc-*-sysv4,
powerpc-*-sysv4, powerpcle-*-sysv4, *-*-sysv*, vax-dec-ultrix):
Remove.
* doc/invoke.texi (MT Options): Remove.
(-mwindiss): Remove.
(CRIS Options): Remove cris-axis-aout references.
(HPPA Options): Don't mention hppa1.1-*-pro.
* doc/md.texi: (MorphoTech family): Remove.
* libgcc2.c: Don't handle UWIN.
* config/alpha/t-unicosmk: Remove.
* config/alpha/unicosmk.h: Remove.
* config/arm/kaos-arm.h: Remove.
* config/arm/kaos-strongarm.h: Remove.
* config/arm/strongarm-coff.h: Remove.
* config/arm/strongarm-elf.h: Remove.
* config/arm/strongarm-pe.h: Remove.
* config/arm/t-strongarm-pe: Remove.
* config/arm/t-xscale-coff: Remove.
* config/arm/t-xscale-elf: Remove.
* config/arm/xscale-coff.h: Remove.
* config/arm/xscale-elf.h: Remove.
* config/chorus.h: Remove.
* config/cris/aout.h: Remove.
* config/cris/aout.opt: Remove.
* config/cris/t-aout: Remove.
* config/i386/beos-elf.h: Remove.
* config/i386/kaos-i386.h: Remove.
* config/i386/ptx4-i.h: Remove.
* config/i386/sco5.h: Remove.
* config/i386/sco5.opt: Remove.
* config/i386/sysv4-cpp.h: Remove.
* config/i386/sysv5.h: Remove.
* config/i386/t-beos: Remove.
* config/i386/t-sco5: Remove.
* config/i386/t-uwin: Remove.
* config/i386/uwin.asm: Remove.
* config/i386/uwin.h: Remove.
* config/kaos.h: Remove.
* config/mips/windiss.h: Remove.
* config/mt: Remove directory.
* config/pa/pa-osf.h: Remove.
* config/pa/pa-pro-end.h: Remove.
* config/pa/t-pro: Remove.
* config/ptx4.h: Remove.
* config/rs6000/beos.h: Remove.
* config/rs6000/kaos-ppc.h: Remove.
* config/rs6000/t-beos: Remove.
* config/rs6000/windiss.h: Remove.
* config/sh/kaos-sh.h: Remove.
* config/sol2-6.h: Remove.
* config/sparc/sol26-sld.h: Remove.
* config/sparc/sysv4-only.h: Remove.
* config/vax/bsd.h: Remove.
* config/vax/t-memfuncs: Remove.
* config/vax/ultrix.h: Remove.
* config/vax/vaxv.h: Remove.
* config/windiss.h: Remove.
gcc/testsuite:
* g++.dg/abi/arm_cxa_vec1.C: Don't handle xscale*-*-*.
* g++.dg/eh/spbp.C: Don't handle *-*-solaris2.[56]*.
* g++.dg/warn/miss-format-1.C: Don't handle Solaris before Solaris
7.
* gcc.c-torture/compile/981006-1.c: Don't handle xscale*-*-*,
strongarm*-*-* and cris-*-aout*.
* gcc.c-torture/execute/941014-1.x: Don't handle xscale*-*-* and
strongarm*-*-*.
* gcc.dg/20030909-1.c: Don't handle xscale*-*-* and
strongarm*-*-*.
* gcc.dg/20031108-1.c: Don't handle xscale*-*-* and
strongarm*-*-*.
* gcc.dg/20040813-1.c: Don't handle *-*-sysv5*.
* gcc.dg/arm-asm.c: Don't handle strongarm*-*-* and xscale*-*-*.
* gcc.dg/arm-scd42-1.c: Use target arm*-*-*.
* gcc.dg/arm-scd42-3.c: Use target arm*-*-*.
* gcc.dg/cpp/assert4.c: Don't handle BeOS.
* gcc.dg/debug/pr35154.c: Don't handle *-*-sysv5*.
* gcc.dg/intmax_t-1.c: Don't handle *-*-solaris2.5.1 and
xscale*-*-elf*.
* gcc.dg/pragma-align.c: Don't handle i?86-*-sco3.2v5*.
* gcc.dg/pthread-init-2.c: Don't handle *-*-solaris2.5.1.
* gcc.misc-tests/arm-isr.exp: Use target arm*-*-*.
* gcc.target/powerpc/ppc-sdata-1.c: Don't handle powerpc-*-sysv*.
* gcc.target/powerpc/ppc-sdata-2.c: Don't handle powerpc-*-sysv*.
* gcc.target/powerpc/ppc-stackalign-1.c: Don't handle
powerpc-*-sysv*.
* gfortran.dg/debug/pr35154-stabs.f: Don't handle *-*-sysv5*.
* lib/target-supports.exp: Don't handle strongarm*-*-elf,
xscale*-*-elf and *-*-windiss.
* obj-c++.dg/dwarf-2.mm: Don't handle *-*-solaris2.[56]*.
* objc.dg/dwarf-1.m: Don't handle *-*-solaris2.[56]*.
* objc.dg/dwarf-2.m: Don't handle *-*-solaris2.[56]*.
* gcc.dg/mt-loopi1.c: Remove.
gnattools:
* configure.ac (xscale*-wrs-vx*, xscale*-wrs-coff): Remove.
* configure: Regenerate.
libcpp:
* configure.ac (parisc*64*-*-*): Remove.
* configure: Regenerate.
libffi:
* configure.ac (parisc*-*-linux*, powerpc-*-sysv*,
powerpc-*-beos*): Remove.
* configure: Regenerate.
libgcc:
* config.host (strongarm*-*-*, ep9312*-*-*, xscale-*-*,
parisc*-*-*, m680[012]0-*-*, *-*-linux*libc1*, *-*-linux*aout*,
alpha*-*-unicosmk*, strongarm*-*-freebsd*, ep9312-*-elf,
arm*-*-kaos*, cris-*-aout, parisc*64*-*-linux*, parisc*-*-linux*,
hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-sco3.2v5*,
i[34567]86-*-sysv5*, i[34567]86-*-sysv4*, i[34567]86-*-uwin*,
i[34567]86-*-kaos*, m68020-*-elf*, m68010-*-netbsdelf*,
mips-wrs-windiss, mt-*-elf, powerpc-*-beos*, powerpc-*-chorusos*,
powerpc-wrs-windiss*, powerpcle-*-sysv*, powerpc-*-kaos*,
powerpcle-*-kaos*, sh*-*-kaos*, sparc-*-sysv4*, strongarm-*-elf*,
strongarm-*-pe, strongarm-*-kaos*, vax-*-bsd*, vax-*-sysv*,
vax-*-ultrix*, xscale-*-elf, xscale-*-coff): Remove.
libjava:
* configure.host (strongarm*-elf, xscale*-elf): Remove.
libstdc++-v3:
* configure.host (xscale, ep9312, m680[246]0, solaris2.5,
solaris2.5.[0-9], solaris2.6, windiss*): Remove.
* crossconfig.m4 (*-solaris2.5, *-solaris2.6, *-windiss*): Remove.
* configure: Regenerate.
* config/os/solaris/solaris2.5: Remove directory.
* config/os/solaris/solaris2.6: Remove directory.
* config/os/windiss: Remove directory.
From-SVN: r136534
2008-06-07 20:00:15 +02:00
|
|
|
2008-06-07 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* configure.host (xscale, ep9312, m680[246]0, solaris2.5,
|
|
|
|
solaris2.5.[0-9], solaris2.6, windiss*): Remove.
|
|
|
|
* crossconfig.m4 (*-solaris2.5, *-solaris2.6, *-windiss*): Remove.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config/os/solaris/solaris2.5: Remove directory.
|
|
|
|
* config/os/solaris/solaris2.6: Remove directory.
|
|
|
|
* config/os/windiss: Remove directory.
|
|
|
|
|
2008-06-06 21:32:43 +02:00
|
|
|
2008-06-06 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/xml/manual/using.xml: Outline exception topics.
|
|
|
|
|
|
|
|
* include/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp: Format.
|
|
|
|
* include/ext/pb_ds/detail/left_child_next_sibling_heap_/
|
|
|
|
policy_access_fn_imps.hpp: Same.
|
|
|
|
* include/ext/pb_ds/priority_queue.hpp: Same.
|
|
|
|
* include/ext/throw_allocator.h: Same.
|
|
|
|
|
|
|
|
* include/ext/pb_ds/tag_and_trait.hpp (string_tag): New tag.
|
|
|
|
(sequence_tag): New tag. Doxygen markup fixes.
|
|
|
|
|
|
|
|
* testsuite/lib/libstdc++.exp: Remove twister_ran_gen.cc source file.
|
|
|
|
|
|
|
|
* testsuite/performance/ext/pb_ds/text_find_timing.cc: Fix
|
|
|
|
comment typo, include paths, format.
|
|
|
|
* testsuite/performance/ext/pb_ds/tree_text_insert_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
hash_random_int_erase_mem_usage.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
random_int_subscript_find_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
priority_queue_text_push_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/tree_split_join_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/random_int_find_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/multimap_text_insert_mem_usage.hpp
|
|
|
|
* testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
priority_queue_random_int_push_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/priority_queue_text_modify_timing.hpp
|
|
|
|
* testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
priority_queue_text_push_pop_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
priority_queue_text_join_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
priority_queue_random_int_push_pop_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
random_int_subscript_insert_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/tree_text_lor_find_timing.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/multimap_text_insert_timing.hpp
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
priority_queue_text_pop_mem_usage.cc: Same.
|
|
|
|
* testsuite/performance/ext/pb_ds/
|
|
|
|
hash_zlob_random_int_find_timing.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Same.
|
|
|
|
* testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Same.
|
|
|
|
* testsuite/util/regression/trait/priority_queue/trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/erase_if_fn.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/native_type_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/node_update_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/get_set_load_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/get_set_loads_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/resize_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/to_string.hpp: Same.
|
|
|
|
* testsuite/util/regression/basic_type.hpp: Same.
|
|
|
|
* testsuite/util/common_type/priority_queue/string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/priority_queue/detail/
|
|
|
|
ds_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
resize_policy_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
trigger_policy_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
comb_hash_fn_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/ds_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
size_policy_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
probe_fn_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
list_update_policy_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
store_hash_string_form.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/native_set.hpp: Same.
|
|
|
|
* testsuite/util/io/prog_bar.cc: Same.
|
|
|
|
|
|
|
|
* testsuite/util/regression/rand/io: Remove.
|
|
|
|
* testsuite/util/regression/rand/io/priority_queue: Same.
|
|
|
|
* testsuite/util/regression/rand/io/assoc: Same.
|
|
|
|
* testsuite/util/regression/rand/io/priority_queue/
|
|
|
|
xml_formatter.hpp: Consolidate this...
|
|
|
|
* testsuite/util/regression/rand/io/assoc/xml_formatter.hpp: ...this
|
|
|
|
* testsuite/util/regression/rand/io/xml_formatter.hpp: ... and this
|
|
|
|
* testsuite/util/regression/rand/xml_formatter.hpp: ...here.
|
|
|
|
|
|
|
|
* testsuite/util/regression/rand/priority_queue/
|
|
|
|
container_rand_regression_test.hpp:To ...
|
|
|
|
container_rand_regression_test.h: ... this.
|
|
|
|
* testsuite/util/regression/rand/priority_queue/detail/*.hpp:To ...
|
|
|
|
* testsuite/util/regression/rand/priority_queue/
|
|
|
|
container_rand_regression_test.tcc: ... this.
|
|
|
|
PB_DS_THROW_IF_FAIL: Change to _GLIBCXX_THROW_IF, adjust predicate.
|
|
|
|
PB_DS_SET_DESTRUCT_PRINT: Fold inline.
|
|
|
|
PB_DS_CANCEL_DESTRUCT_PRINT: Fold inline.
|
|
|
|
* testsuite/util/regression/rand/priority_queue/
|
|
|
|
rand_regression_test.hpp: Adjust includes.
|
|
|
|
|
|
|
|
* testsuite/util/regression/rand/assoc/
|
|
|
|
container_rand_regression_test.hpp: To ...
|
|
|
|
* testsuite/util/regression/rand/assoc/
|
|
|
|
container_rand_regression_test.h: ... this.
|
|
|
|
* testsuite/util/regression/rand/assoc/detail/*.hpp:To ...
|
|
|
|
* testsuite/util/regression/rand/assoc/
|
|
|
|
container_rand_regression_test.tcc: ...this.
|
|
|
|
* testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Adjust
|
|
|
|
includes.
|
|
|
|
|
|
|
|
* testsuite/util/regression/priority_queue: Remove.
|
|
|
|
* testsuite/util/regression/assoc: Remove.
|
|
|
|
* testsuite/util/regression/priority_queue/
|
|
|
|
common_type.hpp: Consolidate this...
|
|
|
|
* testsuite/util/regression/assoc/common_type.hpp: ... and this
|
|
|
|
* testsuite/util/regression/common_type.hpp: ...here.
|
|
|
|
|
|
|
|
* testsuite/util/rng: Remove.
|
|
|
|
* testsuite/util/rng/twister_rand_gen.cc: Consolidate...
|
|
|
|
* testsuite/util/rng/twister_rand_gen.hpp: ... and this
|
|
|
|
* testsuite/util/testsuite_rng.h: ...here.
|
|
|
|
|
|
|
|
* testsuite/util/native_type/priority_queue: Remove.
|
|
|
|
* testsuite/util/native_type/priority_queue/
|
|
|
|
native_priority_queue.hpp: To...
|
|
|
|
* testsuite/util/native_type/native_priority_queue.hpp: ...here.
|
|
|
|
|
|
|
|
* testsuite/util/native_type/assoc: Remove.
|
|
|
|
* testsuite/util/native_type/assoc/native_multimap.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_tree_tag.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_hash_multimap.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_set.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_map.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_hash_set.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_hash_tag.hpp: To...
|
|
|
|
* testsuite/util/native_type/assoc/native_hash_map.hpp: To...
|
|
|
|
* testsuite/util/native_type/native_multimap.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_tree_tag.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_hash_multimap.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_set.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_map.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_hash_set.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_hash_tag.hpp: ...here.
|
|
|
|
* testsuite/util/native_type/native_hash_map.hpp: ...here.
|
|
|
|
|
|
|
|
* testsuite/util/common_type/priority_queue/common_type.hpp:
|
|
|
|
Make include guard distinct.
|
|
|
|
* testsuite/util/common_type/assoc/common_type.hpp: Same.
|
|
|
|
|
2008-06-06 21:11:26 +02:00
|
|
|
2008-06-06 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* configure.ac: Do not check for gconv.h.
|
|
|
|
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Do not test for gconv.h or
|
|
|
|
gconf.h. For glibc and uClibc systems, define
|
|
|
|
_GLIBCXX_USE_RANDOM_TR1 and HAVE_MMAP and use AC_LC_MESSAGES and
|
|
|
|
AM_ICONV.
|
|
|
|
* configure, config.h.in: Regenerate.
|
|
|
|
|
2008-06-06 17:03:52 +02:00
|
|
|
2008-06-06 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* testsuite/17_intro/headers/all.cc,
|
|
|
|
testsuite/17_intro/headers/all_c++200x_compatibility.cc,
|
|
|
|
testsuite/17_intro/headers/all_pedantic_errors.cc,
|
|
|
|
testsuite/ext/headers.cc: Only include
|
|
|
|
<ext/codecvt_specializations.h> and <ext/enc_filebuf.h> if
|
|
|
|
_GLIBCXX_HAVE_ICONV.
|
|
|
|
|
2008-06-05 17:47:17 +02:00
|
|
|
2008-06-05 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-06-06 21:32:43 +02:00
|
|
|
* include/parallel/random_shuffle.h:
|
|
|
|
(parallel_random_shuffle_drs) Get the actual number of
|
|
|
|
threads after entering the parallel region. Indentation.
|
|
|
|
* include/parallel/algo.h: (random_shuffle(begin, end))
|
|
|
|
Add namespace qualification to avoid ambiguity.
|
2008-06-05 17:47:17 +02:00
|
|
|
|
2008-06-04 17:53:09 +02:00
|
|
|
2008-06-04 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/ext/pb_ds/assoc_container.hpp: Change allocator typedef
|
2008-06-06 21:32:43 +02:00
|
|
|
to allocator_type, as per existing conventions.
|
2008-06-04 17:53:09 +02:00
|
|
|
* include/ext/pb_ds/detail/binomial_heap_base_/
|
|
|
|
binomial_heap_base_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/left_child_next_sibling_heap_/
|
|
|
|
left_child_next_sibling_heap_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/rc_binomial_heap_/
|
|
|
|
rc_binomial_heap_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp: Same.
|
|
|
|
* include/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp: Same.
|
|
|
|
* include/ext/pb_ds/list_update_policy.hpp: Same.
|
|
|
|
* include/ext/pb_ds/exception.hpp: Same.
|
|
|
|
* include/ext/pb_ds/tree_policy.hpp: Same.
|
|
|
|
* include/ext/pb_ds/trie_policy.hpp: Same.
|
|
|
|
* include/ext/pb_ds/priority_queue.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/trait/assoc/type_trait.hpp: Same.
|
|
|
|
* testsuite/util/regression/rand/priority_queue/detail/
|
|
|
|
defs_fn_imps.hpp: Same.
|
|
|
|
* testsuite/util/regression/rand/priority_queue/detail/
|
|
|
|
operator_fn_imps.hpp: Same.
|
|
|
|
* testsuite/util/regression/rand/priority_queue/
|
|
|
|
container_rand_regression_test.hpp: Same.
|
|
|
|
* testsuite/util/regression/rand/assoc/detail/defs_fn_imps.hpp: Same.
|
|
|
|
* testsuite/util/regression/rand/assoc/detail/
|
|
|
|
operator_fn_imps.hpp: Same.
|
|
|
|
* testsuite/util/regression/rand/assoc/
|
|
|
|
container_rand_regression_test.hpp: Same.
|
|
|
|
* testsuite/util/native_type/assoc/native_multimap.hpp: Same.
|
|
|
|
* testsuite/util/native_type/assoc/native_hash_multimap.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
tree_supports_order_statistics.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
trie_supports_prefix_search.hpp: Same.
|
|
|
|
* testsuite/util/common_type/assoc/detail/
|
|
|
|
trie_supports_order_statistics.hpp: Same.
|
2008-06-06 21:32:43 +02:00
|
|
|
|
2008-06-02 18:01:41 +02:00
|
|
|
2008-06-02 Sandra Loosemore <sandra@codesourcery.com>
|
|
|
|
Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
* testsuite/27_io/basic_filebuf/sputbackc/char/9425.cc: Use
|
|
|
|
dg-require-fileio.
|
|
|
|
* testsuite/27_io/basic_filebuf/sputbackc/char/1-out.cc: Likewise.
|
|
|
|
* testsuite/27_io/basic_filebuf/sputbackc/char/2-out.cc: Likewise.
|
2008-06-06 21:32:43 +02:00
|
|
|
|
2008-06-02 14:22:53 +02:00
|
|
|
2008-06-02 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/bits/vector.tcc (vector<>::_M_insert_aux): In C++0x mode,
|
|
|
|
avoid a memory leak if the first __uninitialized_move_a throws.
|
|
|
|
(vector<>::_M_fill_insert): Do not always copy to __x_copy, similarly
|
|
|
|
to _M_insert_aux.
|
|
|
|
* testsuite/23_containers/vector/modifiers/moveable.cc: Adjust.
|
|
|
|
* testsuite/23_containers/vector/resize/moveable.cc: Likewise.
|
|
|
|
|
2008-06-01 01:01:09 +02:00
|
|
|
2008-05-31 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
Chris Jefferson <chris@bubblescope.net>
|
|
|
|
|
|
|
|
PR libstdc++/36338
|
|
|
|
* include/bits/stl_heap.h (sort_heap): Use __pop_heap directly.
|
|
|
|
(pop_heap): Slightly tweak.
|
|
|
|
|
2008-05-29 13:42:08 +02:00
|
|
|
2008-05-29 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/debug/bitset (bitset(const char*)): Implement DR 778
|
|
|
|
in debug-mode too.
|
|
|
|
|
|
|
|
* include/bits/cpp_type_traits.h (__is_integer): In C++0x mode
|
|
|
|
deal with char16_t and char32_t.
|
|
|
|
|
cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550.
2008-05-26 Paolo Carlini <paolo.carlini@oracle.com>
* include/c_global/cmath (pow(float, int), pow(double, int),
pow(long double, int)): Do not define in C++0x mode, per DR 550.
* include/tr1_impl/cmath (pow): Do not bring in unconditionally
from namespace std.
* include/tr1/cmath (pow(double, double), pow(float, float),
pow(long double, long double), pow(_Tp, _Up)): Define.
* include/tr1/complex (pow): Do not bring in from namespace std.
(pow(const std::complex<_Tp>&, int), pow(const std::complex<_Tp>&,
const _Tp&), pow(const _Tp&, const std::complex<_Tp>&),
pow(const std::complex<_Tp>&, const std::complex<_Tp>&)): Define.
* include/tr1_impl/complex (pow(const std::complex<_Tp>&,
const _Up&), pow(const _Tp&, const std::complex<_Up>&),
pow(const std::complex<_Tp>&, const std::complex<_Up>&)): Always
define.
* doc/xml/manual/intro.xml: Add an entry for DR 550.
* testsuite/26_numerics/headers/cmath/dr550.cc: New.
* testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Adjust.
From-SVN: r135955
2008-05-26 21:18:24 +02:00
|
|
|
2008-05-26 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/c_global/cmath (pow(float, int), pow(double, int),
|
|
|
|
pow(long double, int)): Do not define in C++0x mode, per DR 550.
|
|
|
|
* include/tr1_impl/cmath (pow): Do not bring in unconditionally
|
|
|
|
from namespace std.
|
|
|
|
* include/tr1/cmath (pow(double, double), pow(float, float),
|
|
|
|
pow(long double, long double), pow(_Tp, _Up)): Define.
|
|
|
|
* include/tr1/complex (pow): Do not bring in from namespace std.
|
|
|
|
(pow(const std::complex<_Tp>&, int), pow(const std::complex<_Tp>&,
|
|
|
|
const _Tp&), pow(const _Tp&, const std::complex<_Tp>&),
|
|
|
|
pow(const std::complex<_Tp>&, const std::complex<_Tp>&)): Define.
|
|
|
|
* include/tr1_impl/complex (pow(const std::complex<_Tp>&,
|
|
|
|
const _Up&), pow(const _Tp&, const std::complex<_Up>&),
|
|
|
|
pow(const std::complex<_Tp>&, const std::complex<_Up>&)): Always
|
|
|
|
define.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 550.
|
|
|
|
* testsuite/26_numerics/headers/cmath/dr550.cc: New.
|
|
|
|
* testsuite/tr1/8_c_compatibility/cmath/overloads.cc: Adjust.
|
|
|
|
|
2008-05-26 04:19:57 +02:00
|
|
|
2008-05-25 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.
|
|
|
|
* include/std/date_time: Likewise.
|
|
|
|
* include/std/system_error: Likewise.
|
|
|
|
* include/std/type_traits: Likewise; fix typo in macro name.
|
|
|
|
* include/std/regex: Likewise.
|
|
|
|
* include/std/random: Likewise.
|
|
|
|
* include/std/unordered_map: Likewise.
|
|
|
|
* include/std/condition_variable: Likewise.
|
|
|
|
* include/std/unordered_set: Likewise.
|
|
|
|
* include/std/mutex: Likewise.
|
|
|
|
* include/std/array: Likewise.
|
|
|
|
|
|
|
|
* include/c_std/cmath: Fix obsolete comment.
|
|
|
|
* include/c_global/cmath: Likewise.
|
|
|
|
|
complex (complex<>::real(_Tp), [...]): Add per DR 387.
2008-05-25 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/complex (complex<>::real(_Tp), complex<>::imag(_Tp),
complex<float>::real(float), complex<float>::imag(float),
complex<double>::real(double), complex<double>::imag(double),
complex<long double>::real(long double),
complex<long double>::imag(long double)): Add per DR 387.
(complex<>::real(), complex<>::imag(), complex<float>::real(),
complex<float>::imag(), complex<double>::real(),
complex<double>::imag(), complex<long double>::real(),
complex<long double>::imag(long double)): Adjust in C++0x mode.
(real(complex<>&), imag(complex<>&), real(const complex<>&),
imag(const complex<>&)): Likewise.
* testsuite/26_numerics/complex/dr387.cc: New.
* doc/xml/manual/intro.xml: Add an entry for DR 387.
From-SVN: r135878
2008-05-25 20:59:19 +02:00
|
|
|
2008-05-25 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/complex (complex<>::real(_Tp), complex<>::imag(_Tp),
|
|
|
|
complex<float>::real(float), complex<float>::imag(float),
|
|
|
|
complex<double>::real(double), complex<double>::imag(double),
|
|
|
|
complex<long double>::real(long double),
|
|
|
|
complex<long double>::imag(long double)): Add per DR 387.
|
|
|
|
(complex<>::real(), complex<>::imag(), complex<float>::real(),
|
|
|
|
complex<float>::imag(), complex<double>::real(),
|
|
|
|
complex<double>::imag(), complex<long double>::real(),
|
|
|
|
complex<long double>::imag(long double)): Adjust in C++0x mode.
|
|
|
|
(real(complex<>&), imag(complex<>&), real(const complex<>&),
|
|
|
|
imag(const complex<>&)): Likewise.
|
|
|
|
* testsuite/26_numerics/complex/dr387.cc: New.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 387.
|
|
|
|
|
2008-05-25 18:55:23 +02:00
|
|
|
2008-05-25 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/complex: Trivial stylistic changes, define inline
|
|
|
|
members inline, consistently with the rest of the library.
|
|
|
|
(pow(const _Tp&, const complex<>&)): Minor tweak.
|
|
|
|
|
2008-05-24 12:47:14 +02:00
|
|
|
2008-05-24 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* src/atomic.cc (atomic_flag_test_and_set_explicit,
|
|
|
|
atomic_flag_clear_explicit): Suppress unused parameter warnings.
|
|
|
|
|
2008-05-24 01:08:41 +02:00
|
|
|
2008-05-23 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
2008-06-06 21:32:43 +02:00
|
|
|
* include/std/tuple: Replace int -> size_t throughout per DR 775.
|
2008-05-24 01:08:41 +02:00
|
|
|
* include/tr1_impl/array: Likewise.
|
|
|
|
* include/tr1_impl/utility: Likewise.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 775.
|
|
|
|
|
2008-05-23 12:35:39 +02:00
|
|
|
2008-05-23 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* doc/xml/manual/intro.xml: Adjust links to ISO documents.
|
|
|
|
|
2008-05-23 12:03:31 +02:00
|
|
|
2008-05-23 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/c_std/cmath (fpclassify): Use __builtin_fpclassify.
|
|
|
|
* include/c_global/cmath (fpclassify): Likewise.
|
|
|
|
|
2008-05-23 03:39:17 +02:00
|
|
|
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/tr1_impl/hashtable_policy.h (_Map_base<,,
|
2008-06-06 21:32:43 +02:00
|
|
|
std::_Select1st<_Pair>, true,>::at): Add per DR 761.
|
2008-05-23 03:39:17 +02:00
|
|
|
* testsuite/23_containers/unordered_map/dr761.cc: New.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 761.
|
|
|
|
|
2008-05-22 13:54:41 +02:00
|
|
|
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* testsuite/26_numerics/complex/dr781.cc: Add test variable.
|
|
|
|
|
2008-05-22 13:44:00 +02:00
|
|
|
2008-05-22 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/complex (proj(const std::complex<>&), proj(_Tp)):
|
|
|
|
Add per DR 781.
|
|
|
|
* include/tr1_impl/complex(polar(const _Tp&, const _Up&)): Move to...
|
|
|
|
* include/tr1/complex: ... here.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 781.
|
|
|
|
* testsuite/26_numerics/complex/dr781.cc: Add.
|
|
|
|
* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Update.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-05-21 22:46:16 +02:00
|
|
|
2008-05-21 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/std/bitset (bitset<>::bitset(const char*)): Add per DR 778.
|
|
|
|
(bitset<>::_M_copy_from_ptr): Add.
|
|
|
|
(bitset<>::_M_copy_from_string): Forward to the latter.
|
|
|
|
* doc/xml/manual/intro.xml: Add an entry for DR 778.
|
|
|
|
* testsuite/23_containers/bitset/cons/2.cc: Add.
|
|
|
|
|
2008-05-21 22:13:47 +02:00
|
|
|
2008-05-21 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* doc/html/ext/lwg-active.html: Update to Revision R56.
|
|
|
|
* doc/html/ext/lwg-closed.html: Likewise.
|
|
|
|
* doc/html/ext/lwg-defects.html: Likewise.
|
|
|
|
|
2008-05-20 20:11:34 +02:00
|
|
|
2008-05-20 Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
PR c++/33979 (partial)
|
|
|
|
* include/tr1_impl/functional_hash.h (hash<char16_t>,
|
|
|
|
hash<char32_t>): Add specializations.
|
|
|
|
* include/tr1_impl/type_traits (is_integral<char16_t>,
|
|
|
|
is_integral<char32_t>): Likewise.
|
|
|
|
* include/std/limits (numeric_limits<char16_t>,
|
|
|
|
numeric_limits<char32_t>): Likewise.
|
|
|
|
* src/limits_c++0x.cc: Add.
|
|
|
|
* src/Makefile.am: Update.
|
|
|
|
* testsuite/20_util/hash/requirements/explicit_instantiation.cc:
|
|
|
|
Update.
|
|
|
|
* testsuite/20_util/is_integral/value.cc: New.
|
|
|
|
* testsuite/20_util/is_integral/requirements/typedefs.cc: Likewise.
|
|
|
|
* testsuite/20_util/is_integral/requirements/
|
|
|
|
explicit_instantiation.cc: Likewise.
|
2008-06-06 21:32:43 +02:00
|
|
|
* testsuite/18_support/numeric_limits/char16_32_t.cc: Likewise.
|
2008-05-20 20:11:34 +02:00
|
|
|
* config/abi/pre/gnu.ver: Export new numeric_limits symbols at
|
|
|
|
GLIBCXX_3.4.11.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* config.h.in: Likewise.
|
|
|
|
|
2008-05-16 23:55:00 +02:00
|
|
|
2008-05-16 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/std/system_error: Align to current draft specifications.
|
|
|
|
* src/system_error.cc: Same.
|
|
|
|
* src/functexcept.cc: Adjust for corrected system_error construction.
|
|
|
|
* include/std/ostream: Adjust error_code inserter.
|
|
|
|
* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Remove sys_nerr test.
|
|
|
|
* config/abi/pre/gnu.ver: Add new exports.
|
2008-06-06 21:32:43 +02:00
|
|
|
|
2008-05-16 23:55:00 +02:00
|
|
|
* testsuite/util/testsuite_error.h: Consolidate error testing
|
|
|
|
utilities here.
|
|
|
|
* testsuite/19_diagnostics/error_code/cons/1.cc: Use
|
|
|
|
testsuite_error, adjust line numbers and constructor calls.
|
|
|
|
* testsuite/19_diagnostics/error_code/operators/equal.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/error_code/operators/not_equal.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/error_category/cons/default.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/error_category/operators/equal.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/error_category/operators/not_equal.cc: Same.
|
2008-06-06 21:32:43 +02:00
|
|
|
* testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc:
|
2008-05-16 23:55:00 +02:00
|
|
|
Same.
|
|
|
|
* testsuite/19_diagnostics/system_error/cons-1.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/system_error/what-1.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/system_error/what-2.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/system_error/what-big.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/system_error/what-3.cc: Same.
|
|
|
|
* testsuite/19_diagnostics/system_error/what-4.cc: Same.
|
|
|
|
|
2008-05-16 00:54:29 +02:00
|
|
|
2008-05-15 Bernd Schmidt <bernd.schmidt@analog.com>
|
|
|
|
|
|
|
|
* configure.ac: Don't check AC_LIBTOOL_DLOPEN if using newlib.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-05-15 09:31:50 +02:00
|
|
|
2008-05-15 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-06-06 21:32:43 +02:00
|
|
|
* xml/manual/parallel_mode.xml:
|
|
|
|
General revision and documentation of new compile-time
|
|
|
|
options for sorting.
|
2008-05-15 09:31:50 +02:00
|
|
|
|
2008-05-15 02:52:48 +02:00
|
|
|
2008-05-14 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/std/mutex (mutex::try_lock): Eat errors.
|
|
|
|
(mutex::unlock): Same.
|
|
|
|
(recursive_mutex::try_lock): Eat errors.
|
|
|
|
(recursive_mutex::unlock): Same.
|
|
|
|
* testsuite/30_threads/mutex/dest/destructor_locked.cc: Add
|
|
|
|
-pthreads, adjust line numbers.
|
|
|
|
* testsuite/30_threads/mutex/native_handle/1.cc: Same.
|
|
|
|
* testsuite/30_threads/mutex/cons/1.cc: Same.
|
|
|
|
* testsuite/30_threads/mutex/try_lock/1.cc: Same.
|
|
|
|
* testsuite/30_threads/mutex/try_lock/2.cc: Same.
|
|
|
|
* testsuite/30_threads/mutex/lock/1.cc: Same.
|
|
|
|
* testsuite/30_threads/mutex/unlock/1.cc: Same.
|
|
|
|
* testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: Same.
|
|
|
|
* testsuite/30_threads/recursive_mutex/native_handle/1.cc: Same.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/1.cc: Same.
|
|
|
|
|
2008-05-14 15:12:02 +02:00
|
|
|
2008-05-14 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/std/sstream: Adjust braces.
|
|
|
|
* include/bits/fstream.tcc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Add
|
|
|
|
-shared-libgcc.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
|
|
|
|
|
|
|
|
* doc/doxygen/user.cfg.in: Remove thread include.
|
2008-06-06 21:32:43 +02:00
|
|
|
|
2008-05-13 19:42:46 +02:00
|
|
|
2008-05-13 David Daney <ddaney@avtrex.com>
|
|
|
|
|
|
|
|
* config/cpu/mips/atomicity.h: Remove file.
|
|
|
|
* config/cpu/mips: Remove directory.
|
|
|
|
* configure.host: Remove host specific handling for mips*-*-*.
|
|
|
|
|
2008-05-12 12:15:34 +02:00
|
|
|
2008-05-12 Stefano Soffia <soffia@cs.unipr.it>
|
|
|
|
Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/debug/vector (vector<>::_M_requires_reallocation): Just
|
|
|
|
use this->capacity().
|
|
|
|
(vector<>::capacity): Move non-pedantic / pedantic logic here.
|
|
|
|
* testsuite/23_containers/vector/
|
|
|
|
debug_mode_requires_reallocation-2.cc: New.
|
|
|
|
|
|
|
|
* testsuite/23_containers/vector/debug_mode_requires_reallocation.cc:
|
|
|
|
Rename to debug_mode_requires_reallocation-1.cc
|
|
|
|
|
2008-05-10 17:02:34 +02:00
|
|
|
2008-05-10 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
Paolo Carlini <paolo.carlini@oracle.com>
|
|
|
|
|
|
|
|
* include/debug/vector (vector<>::_M_requires_reallocation): Fix macro.
|
|
|
|
* testsuite/23_containers/vector/debug_mode_requires_reallocation.cc:
|
|
|
|
New.
|
|
|
|
|
2008-05-07 13:14:05 +02:00
|
|
|
2008-05-07 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
|
|
|
* include/parallel/quicksort.h:
|
|
|
|
(parallel_sort_qs_conquer) Explicitly request number of threads
|
|
|
|
in the parallel clause.
|
2008-06-06 21:32:43 +02:00
|
|
|
(parallel_sort_qs) Remove setting the number of threads globally.
|
2008-05-07 13:14:05 +02:00
|
|
|
|
2008-05-07 02:55:51 +02:00
|
|
|
2008-05-06 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/std/mutex (mutex::mutex): Fix usage of initializing macro.
|
|
|
|
(recursive_mutex::recursive_mutex): Same.
|
|
|
|
(once_flag::once_flag): Same.
|
|
|
|
* testsuite/30_threads/mutex/cons/assign_neg.cc: Fix line numbers.
|
|
|
|
* testsuite/30_threads/mutex/cons/copy_neg.cc: Same.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: Same.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: Same.
|
2008-06-06 21:32:43 +02:00
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
2008-05-06 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/std/condition_variable: New.
|
|
|
|
* include/std/mutex: New.
|
|
|
|
* src/condition_variable.cc: New.
|
|
|
|
* src/mutex.cc: New.
|
|
|
|
* include/bits/functexcept.h: Add __throw_system_error varients.
|
|
|
|
* src/functexcept.cc: Same.
|
|
|
|
* config/abi/pre/gnu.ver: Add exports.
|
|
|
|
|
|
|
|
* doc/xml/manual/using.xml: Add new includes.
|
|
|
|
* doc/doxygen/user.cfg.in: Doxygen support.
|
|
|
|
* doc/doxygen/doxygroups.cc: Same.
|
|
|
|
|
|
|
|
* include/Makefile.am: Add mutex, condition_variable.
|
|
|
|
* include/Makefile.in: Regenerated.
|
|
|
|
* src/Makefile.am: Add mutex.cc, condition_variable.cc.
|
|
|
|
* src/Makefile.in: Regenerated.
|
|
|
|
|
|
|
|
* testsuite/30_threads: New.
|
|
|
|
* testsuite/30_threads/lock_error: New.
|
|
|
|
* testsuite/30_threads/mutex: New.
|
|
|
|
* testsuite/30_threads/mutex/dest: New.
|
|
|
|
* testsuite/30_threads/mutex/dest/destructor_locked.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/native_handle: New.
|
|
|
|
* testsuite/30_threads/mutex/native_handle/1.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/cons: New.
|
|
|
|
* testsuite/30_threads/mutex/cons/assign_neg.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/cons/1.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/cons/copy_neg.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/requirements: New.
|
|
|
|
* testsuite/30_threads/mutex/requirements/typedefs.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/try_lock: New.
|
|
|
|
* testsuite/30_threads/mutex/try_lock/1.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/try_lock/2.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/lock: New.
|
|
|
|
* testsuite/30_threads/mutex/lock/1.cc: New.
|
|
|
|
* testsuite/30_threads/mutex/unlock: New.
|
|
|
|
* testsuite/30_threads/mutex/unlock/1.cc: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/dest: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/native_handle: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/native_handle/1.cc: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/assign_neg.cc: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/1.cc: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/cons/copy_neg.cc: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/requirements: New.
|
|
|
|
* testsuite/30_threads/recursive_mutex/requirements/typedefs.cc: New.
|
|
|
|
* testsuite/30_threads/lock_guard: New.
|
|
|
|
* testsuite/30_threads/lock_guard/requirements: New.
|
|
|
|
* testsuite/30_threads/lock_guard/requirements/typedefs.cc: New.
|
|
|
|
* testsuite/30_threads/lock_guard/requirements/
|
|
|
|
explicit_instantiation.cc: New.
|
|
|
|
* testsuite/30_threads/headers: New.
|
|
|
|
* testsuite/30_threads/headers/mutex: New.
|
|
|
|
* testsuite/30_threads/headers/mutex/types_std_c++0x.cc: New.
|
|
|
|
* testsuite/30_threads/headers/mutex/std_c++0x_neg.cc: New.
|
|
|
|
* testsuite/30_threads/headers/condition_variable: New.
|
|
|
|
* testsuite/30_threads/headers/condition_variable/
|
|
|
|
types_std_c++0x.cc: New.
|
|
|
|
* testsuite/30_threads/headers/condition_variable/std_c++0x_neg.cc: New.
|
|
|
|
* testsuite/30_threads/once_flag: New.
|
|
|
|
* testsuite/30_threads/unique_lock: New.
|
|
|
|
* testsuite/30_threads/unique_lock/requirements: New.
|
|
|
|
* testsuite/30_threads/unique_lock/requirements/typedefs.cc: New.
|
|
|
|
* testsuite/30_threads/unique_lock/requirements/
|
|
|
|
explicit_instantiation.cc: New.
|
|
|
|
* testsuite/17_intro/headers/c++200x/all.cc: Add new includes.
|
|
|
|
|
2008-05-06 20:57:46 +02:00
|
|
|
2008-05-06 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/36130
|
|
|
|
* include/bits/c++config: Namespace macros and setup only in C++.
|
|
|
|
* testsuite/29_atomics/headers/stdatomic.h/debug_mode.c: New.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-05-06 10:55:57 +02:00
|
|
|
2008-05-06 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
* include/parallel/multiway_merge.h:
|
|
|
|
(multiway_merge_*_unguarded):
|
|
|
|
Pass sentinel directly, to allow correct determination.
|
|
|
|
(multiway_merge_loser_tree_unguarded):
|
|
|
|
Remove over-cautious assertion.
|
|
|
|
(calls to multiway_merge_*_splitting):
|
|
|
|
Parametrize with type that is correct in all cases.
|
|
|
|
* include/parallel/losertree.h:
|
|
|
|
(delete_min_insert (in many classes)):
|
|
|
|
Correct and standardize assertions.
|
2008-05-06 10:55:57 +02:00
|
|
|
|
2008-05-05 19:22:02 +02:00
|
|
|
2008-05-05 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* testsuite/util/testsuite_visualization.h: Move contents into...
|
|
|
|
* testsuite/util/testsuite_performance.h: ...here.
|
|
|
|
* testsuite/util/testsuite_common_types.h: Move
|
|
|
|
performance-related test infrastructure into
|
|
|
|
testsuite_performance.
|
|
|
|
* testsuite/performance/25_algorithms/search_n.cc: Fix includes.
|
|
|
|
* testsuite/performance/23_containers/find/map.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/create/map.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/insert_erase/associative.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/insert/sequence.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/insert/associative.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/create_from_sorted/set.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/index/map.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/insert_from_sorted/set.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/create_sort/list.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/sort_search/list.cc: Same.
|
|
|
|
* testsuite/performance/23_containers/producer_consumer/sequence.cc:
|
|
|
|
Same.
|
|
|
|
* testsuite/performance/23_containers/producer_consumer/associative.cc:
|
|
|
|
Same.
|
|
|
|
|
|
|
|
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust line numbers.
|
|
|
|
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-05-05 19:16:44 +02:00
|
|
|
2008-05-05 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* 20_util/make_signed/requirements/typedefs-1.cc: Correct requirements.
|
|
|
|
* 20_util/make_unsigned/requirements/typedefs-1.cc: Same.
|
|
|
|
|
2008-05-02 08:08:28 +02:00
|
|
|
2008-05-01 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/bits/c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change.
|
|
|
|
|
2008-04-30 18:43:08 +02:00
|
|
|
2008-04-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* include/Makefile.am (install-headers): Cope with empty
|
|
|
|
parallel_headers.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
|
2008-04-29 21:43:29 +02:00
|
|
|
2008-04-29 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/bits/c++config: Remove space between '#' and 'undef' for
|
|
|
|
_GLIBCXX_LONG_DOUBLE_COMPAT.
|
|
|
|
|
2008-04-29 17:30:56 +02:00
|
|
|
2008-04-29 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.am (install-html, install-pdf): Add dummy targets.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* doc/Makefile.am (install-html, install-pdf): Remove.
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
2008-04-29 07:45:00 +02:00
|
|
|
2008-04-28 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/bits/c++config: Move os_defines and cpu_defines after
|
|
|
|
namespace definitions and base macros.
|
|
|
|
|
2008-04-29 06:40:08 +02:00
|
|
|
2008-04-28 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/35887
|
|
|
|
* acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Revert back to just
|
|
|
|
checking for omp.h.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-04-26 04:21:37 +02:00
|
|
|
2008-04-25 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/35922
|
|
|
|
* include/std/unordered_map: Include debug/unordered_map if
|
|
|
|
_GLIBCXX_DEBUG.
|
|
|
|
* testsuite/23_containers/unordered_map/requirements/debug.cc: Move...
|
|
|
|
* testsuite/23_containers/unordered_map/requirements/
|
|
|
|
debug_container.cc: ...here.
|
|
|
|
* testsuite/23_containers/unordered_map/requirements/debug_mode.cc: New.
|
|
|
|
* testsuite/23_containers/unordered_set/requirements/debug.cc: Move...
|
|
|
|
* testsuite/23_containers/unordered_set/requirements/
|
|
|
|
debug_container.cc: ...here.
|
|
|
|
* testsuite/23_containers/unordered_set/requirements/debug_mode.cc: New.
|
2008-04-29 06:40:08 +02:00
|
|
|
|
2008-04-25 20:37:22 +02:00
|
|
|
2008-04-25 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/35887
|
|
|
|
* acinclude.m4: (GLIBCXX_ENABLE_PARALLEL): Check for thread support.
|
|
|
|
* configure.ac: Re-order compiler macros.
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2008-04-25 01:30:10 +02:00
|
|
|
2008-04-24 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
2008-04-25 20:37:22 +02:00
|
|
|
PR libstdc++/35887
|
2008-04-25 01:30:10 +02:00
|
|
|
* configure.ac: Add default argument to GLIBCXX_ENABLE_PARALLEL.
|
|
|
|
Move atomic warnings to GLIBCXX_ENABLE_ATOMIC_BUILTINS.
|
|
|
|
* acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Check for --disable-libgomp.
|
|
|
|
(GLIBCXX_ENABLE_ATOMIC_BUILTINS): Add warning information.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* include/Makefile.am (parallel_headers): Make conditional on
|
|
|
|
ENABLE_PARALLEL.
|
|
|
|
* include/Makefile.in: Regenerate.
|
2008-04-25 20:37:22 +02:00
|
|
|
|
2008-04-24 19:03:13 +02:00
|
|
|
2008-04-24 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35969
|
|
|
|
* include/debug/list (merge): Use _M_transfer_iter, consistently
|
|
|
|
with the splice members.
|
|
|
|
* testsuite/23_containers/list/operations/35969.cc: New.
|
|
|
|
|
|
|
|
* testsuite/23_containers/list/operators: Rename to
|
|
|
|
testsuite/23_containers/list/operations.
|
|
|
|
|
2008-04-24 16:40:29 +02:00
|
|
|
2008-04-24 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Check for set of
|
|
|
|
all used __sync builtins, in two sizes.
|
|
|
|
* config.h.in: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* src/atomic.cc: Use _GLIBCXX_ATOMIC_BUILTINS_1.
|
|
|
|
* include/ext/atomicity.h: Use _GLIBCXX_ATOMIC_BUILTINS_4.
|
|
|
|
* libsupc++/guard.cc: Use _GLIBCXX_ATOMIC_BUILTINS_4.
|
|
|
|
* doc/xml/manual/concurrency.xm: Update docs.
|
2008-04-25 20:37:22 +02:00
|
|
|
|
2008-04-24 01:28:45 +02:00
|
|
|
2008-04-23 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* config/os/hpux/os_defines.h: Use _GLIBCXX_BEGIN_NAMESPACE,
|
|
|
|
_GLIBCXX_BEGIN_EXTERN_C, etc.
|
|
|
|
|
2008-04-23 09:26:53 +02:00
|
|
|
2008-04-23 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
* include/parallel/quicksort.h: Reformat,
|
|
|
|
(parallel_sort_qs): Do not pass number of elements.
|
|
|
|
* include/parallel/balanced_quicksort.h: Reformat,
|
|
|
|
(parallel_sort_qsb): Do not pass number of elements.
|
|
|
|
* include/parallel/tags.h:
|
|
|
|
Introduce new tags for compile-time choice.
|
|
|
|
* include/parallel/merge.h:
|
|
|
|
(parallel_merge_advance):Beautified.
|
|
|
|
* include/parallel/algo.h: Reformatting (spaces for tabs)
|
|
|
|
New sort and stable_sort variants, corresponding to the tags.
|
|
|
|
* include/parallel/sort.h:
|
|
|
|
New sort and stable_sort variants, corresponding to the tags.
|
|
|
|
Changed determining the desired number of threads.
|
2008-04-23 09:26:53 +02:00
|
|
|
|
2008-04-23 09:20:58 +02:00
|
|
|
2008-04-23 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
* include/parallel/multiway_merge.h
|
|
|
|
(multiway_merge_loser_tree):
|
|
|
|
Leave checks to callers, add precondition instead.
|
|
|
|
(multiway_merge_loser_tree_unguarded): Likewise.
|
|
|
|
(multiway_merge_loser_tree_sentinel): Likewise.
|
|
|
|
(sequential_multiway_merge): Added checks for total length 0.
|
|
|
|
(parallel_multiway_merge): Skip empty sequences.
|
|
|
|
(multiway_merge, all variants):
|
|
|
|
Remove temporary variable, return directly.
|
|
|
|
(stable_multiway_merge, all variants): Likewise.
|
|
|
|
(multiway_merge_sentinels, all variants): Likewise.
|
|
|
|
(stable_multiway_merge_sentinels, all variants): Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h
|
|
|
|
(multiseq_partition): More detailed assertions.
|
2008-04-23 09:20:58 +02:00
|
|
|
|
2008-04-21 22:55:19 +02:00
|
|
|
2008-04-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* acinclude.m4 (GLIBCXX_CHECK_SETRLIMIT, GLIBCXX_ENABLE_C99)
|
|
|
|
(GLIBCXX_CHECK_C99_TR1, GLIBCXX_CHECK_RANDOM_TR1)
|
|
|
|
(GLIBCXX_ENABLE_VISIBILITY): Fix cache variable names.
|
|
|
|
(GLIBCXX_CHECK_SYSTEM_ERROR): Likewise. Factorize.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-04-20 23:10:38 +02:00
|
|
|
2008-04-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
2008-04-20 23:14:32 +02:00
|
|
|
PR libstdc++/35954
|
|
|
|
* include/Makefile.am (pch*_output): Do not touch pch*_output_anchor.
|
|
|
|
Call 'mkdir -p' unconditionally, but ignore its return value.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
|
2008-04-20 23:10:38 +02:00
|
|
|
* include/Makefile.am: Fix most stamp rules to regenerate
|
|
|
|
the links for all sources newer than the stamp file.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
|
2008-04-18 12:28:53 +02:00
|
|
|
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
|
|
|
|
PR bootstrap/35457
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-04-16 23:30:11 +02:00
|
|
|
2008-04-16 Andreas Tobler <a.tobler@schweiz.org>
|
|
|
|
|
|
|
|
PR libstdc++/35915
|
|
|
|
* configure.ac: Use GCC_HEADER_STDINT.
|
|
|
|
* src/atomic.cc: Include gstdint.h
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
|
2008-04-15 01:53:15 +02:00
|
|
|
2008-04-14 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/35816
|
|
|
|
* acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Set CXXFLAGS to
|
|
|
|
-O0 when checking for atomic builtins.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-04-14 21:22:27 +02:00
|
|
|
2008-04-14 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/bits/c++config: Guard _LDBL_ macros with __cplusplus.
|
2008-04-24 01:28:45 +02:00
|
|
|
|
2008-04-11 00:14:17 +02:00
|
|
|
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/html/*: Regenerate.
|
2008-04-24 01:28:45 +02:00
|
|
|
|
2008-04-11 00:14:17 +02:00
|
|
|
2008-04-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* doc/xml/manual/bitmap_allocator.xml: Improve wording a bit.
|
|
|
|
* doc/xml/authors.xml: Fix typos.
|
|
|
|
* doc/xml/faq.xml: Likewise.
|
|
|
|
* doc/xml/manual/abi.xml: Likewise.
|
|
|
|
* doc/xml/manual/allocator.xml: Likewise.
|
|
|
|
* doc/xml/manual/appendix_contributing.xml: Likewise.
|
|
|
|
* doc/xml/manual/backwards_compatibility.xml: Likewise.
|
|
|
|
* doc/xml/manual/build_hacking.xml: Likewise.
|
|
|
|
* doc/xml/manual/codecvt.xml: Likewise.
|
|
|
|
* doc/xml/manual/concurrency.xml: Likewise.
|
|
|
|
* doc/xml/manual/ctype.xml: Likewise.
|
|
|
|
* doc/xml/manual/debug_mode.xml: Likewise.
|
|
|
|
* doc/xml/manual/diagnostics.xml: Likewise.
|
|
|
|
* doc/xml/manual/evolution.xml: Likewise.
|
|
|
|
* doc/xml/manual/extensions.xml: Likewise.
|
|
|
|
* doc/xml/manual/locale.xml: Likewise.
|
|
|
|
* doc/xml/manual/messages.xml: Likewise.
|
|
|
|
* doc/xml/manual/parallel_mode.xml: Likewise.
|
|
|
|
* doc/xml/manual/status_cxx200x.xml: Likewise.
|
|
|
|
* doc/xml/manual/strings.xml: Likewise.
|
|
|
|
* doc/xml/manual/support.xml: Likewise.
|
|
|
|
* doc/xml/manual/test.xml: Likewise.
|
|
|
|
* doc/xml/manual/using.xml: Likewise.
|
|
|
|
|
|
|
|
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
|
|
|
* doc/xml/manual/parallel_mode.xml: Remove map/set bulk
|
|
|
|
insertors. Correct omp_set_num_threads example.
|
2008-04-24 01:28:45 +02:00
|
|
|
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
|
|
|
|
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
|
|
|
|
* src/atomic.c: Format, doxygen markup, edits.
|
|
|
|
|
|
|
|
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
|
|
|
|
* src/Makefile.am (atomic.c): Add.
|
|
|
|
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
|
2008-04-24 01:28:45 +02:00
|
|
|
* configure.ac: Call it.
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Same.
|
|
|
|
* Makefile.in: Same.
|
|
|
|
* doc/Makefile.in: Same.
|
|
|
|
* po/Makefile.in: Same.
|
|
|
|
* libmath/Makefile.in: Same.
|
|
|
|
* include/Makefile.in: Same.
|
|
|
|
* testsuite/Makefile.in: Same.
|
|
|
|
* libsupc++/Makefile.in: Same.
|
|
|
|
* config.h.in: Same.
|
|
|
|
* configure: Same.
|
2008-04-24 01:28:45 +02:00
|
|
|
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
* config/abi/pre/gnu.ver: Add atomics exports.
|
|
|
|
|
|
|
|
* include/ext/typelist.h (apply_generator): New.
|
|
|
|
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
|
|
|
|
(_GLIBCXX_END_EXTERN_C): New.
|
|
|
|
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
|
2008-04-24 01:28:45 +02:00
|
|
|
compiling as C.
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
|
|
|
|
flag for libstdc++.
|
|
|
|
* testsuite/util/testsuite_common_types.h (integral_types): New
|
|
|
|
typelist.
|
|
|
|
(atomics, atomics_tl): Same.
|
|
|
|
(assignable, default_constructible, copy_constructible,
|
2008-04-24 01:28:45 +02:00
|
|
|
explicit_value_constructible): New.
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
|
|
|
|
* testsuite/29_atomics: New.
|
|
|
|
* testsuite/29_atomics/atomic_address: Same.
|
|
|
|
* testsuite/29_atomics/atomic_address/cons: Same.
|
|
|
|
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/requirements: Same.
|
2008-04-24 01:28:45 +02:00
|
|
|
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/
|
|
|
|
atomic_global_fence_compatibility.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
|
|
|
|
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
|
|
|
|
* testsuite/29_atomics/headers: Same.
|
|
|
|
* testsuite/29_atomics/headers/cstdatomic: Same.
|
|
|
|
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
|
|
|
|
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
|
|
|
|
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
|
|
|
|
* testsuite/29_atomics/headers/stdatomic.h: Same.
|
|
|
|
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
|
|
|
|
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
|
|
|
|
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
|
|
|
|
* testsuite/29_atomics/atomic: Same.
|
|
|
|
* testsuite/29_atomics/atomic/cons: Same.
|
|
|
|
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic/cons/default.cc: Same.
|
|
|
|
* testsuite/29_atomics/atomic/requirements: Same.
|
|
|
|
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
|
|
|
|
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
|
|
|
|
1.cc: Same.
|
2008-04-24 01:28:45 +02:00
|
|
|
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
2008-04-10 Lawrence Crowl <crowl@google.com>
|
|
|
|
|
|
|
|
* include/c_global/cstdatomic: New.
|
|
|
|
* include/c_compatibility/stdatomic.h: New.
|
|
|
|
* src/atomic.c: New.
|
|
|
|
|
2008-04-10 21:02:57 +02:00
|
|
|
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/std/tuple: Consistency check for include guard, doxygen
|
2008-04-24 01:28:45 +02:00
|
|
|
file markup.
|
2008-04-10 21:02:57 +02:00
|
|
|
* include/std/date_time: Same.
|
|
|
|
* include/std/type_traits: Same.
|
|
|
|
* include/std/regex: Same.
|
|
|
|
* include/std/array: Same.
|
2008-04-24 01:28:45 +02:00
|
|
|
* include/std/system_error: Same, add error_code ctor.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-04-07 10:27:34 +02:00
|
|
|
2008-04-07 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-04-10 21:02:57 +02:00
|
|
|
* include/parallel/multiway_merge.h: Moved decisions to
|
|
|
|
compile-time instead of run-time.
|
|
|
|
* include/parallel/losertree.h: Removed obsolete variants, added
|
|
|
|
variant that uses pointers in the loser tree.
|
|
|
|
* include/parallel/types.h: Remove obsolete settings options from enum.
|
|
|
|
* include/parallel/features.h: Remove obsolete compile-time switches.
|
|
|
|
* include/parallel/compiletime_settings.h: Remove obsolete variant
|
|
|
|
that copies back *after* sorting.
|
|
|
|
* include/parallel/tags.h: Add one new tag for compile-time switch.
|
|
|
|
* include/parallel/merge.h: Adapt to changes in multiway_merge.h.
|
|
|
|
* include/parallel/multiway_mergesort.h: Adapt to changes in
|
|
|
|
multiway_merge.h. Factor out splitting variants. Remove obsolete
|
|
|
|
variant that copies back *after* sorting.
|
|
|
|
* include/parallel/sort.h: Adapt to changes in multiway_mergesort.h.
|
|
|
|
* testsuite/25_algorithms/sort/35588.cc: Added test case from /
|
|
|
|
for PR 35588.
|
2008-04-07 10:27:34 +02:00
|
|
|
|
re PR libstdc++/35725 (ambiguous std::fill with character array)
2008-03-29 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/35725
* include/bits/stl_algobase.h (__fill_a(_ForwardIterator,
_ForwardIterator, _Tp), __fill_a(_Tp*, _Tp*, _Tp),
__fill_n_a(_OutputIterator, _Size, _Tp), __fill_n_a(_Tp*, _Size,
_Tp)): Fix signatures.
* testsuite/25_algorithms/fill/35725.cc: New.
* testsuite/25_algorithms/fill_n/35725.cc: Likewise.
From-SVN: r133721
2008-03-29 23:38:19 +01:00
|
|
|
2008-03-29 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35725
|
|
|
|
* include/bits/stl_algobase.h (__fill_a(_ForwardIterator,
|
|
|
|
_ForwardIterator, _Tp), __fill_a(_Tp*, _Tp*, _Tp),
|
|
|
|
__fill_n_a(_OutputIterator, _Size, _Tp), __fill_n_a(_Tp*, _Size,
|
|
|
|
_Tp)): Fix signatures.
|
|
|
|
* testsuite/25_algorithms/fill/35725.cc: New.
|
|
|
|
* testsuite/25_algorithms/fill_n/35725.cc: Likewise.
|
|
|
|
|
2008-03-29 10:23:13 +01:00
|
|
|
2008-03-29 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* config/abi/post/s390-linux-gnu/baseline_symbols.txt: Update.
|
|
|
|
* config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
* config/abi/post/mips-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
* config/abi/post/sparc-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
|
2008-03-28 18:32:05 +01:00
|
|
|
2008-03-27 Ian Lance Taylor <iant@google.com>
|
|
|
|
|
|
|
|
* acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set
|
|
|
|
glibcxx_ld_is_gold. Check for gold in --gc-sections test.
|
|
|
|
(GLIBCXX_ENABLE_SYMVERS): Check for gold.
|
|
|
|
* aclocal.m4, configure: Rebuild.
|
|
|
|
|
2008-03-26 23:29:13 +01:00
|
|
|
2008-03-26 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* testsuite/util/testsuite_abi.h: Remove symbol_objects,
|
2008-05-06 23:11:47 +02:00
|
|
|
symbol_names typedefs.
|
2008-03-26 23:29:13 +01:00
|
|
|
* testsuite/util/testsuite_abi.cc (compare_symbols): Correct check
|
|
|
|
for long double compatiblity symbols, simplify data structures used.
|
|
|
|
|
2008-03-26 07:27:35 +01:00
|
|
|
2008-03-25 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* scripts/run_doxygen: Remove html_output_dir. Downgrade to
|
|
|
|
Doxygen 1.5.1.
|
|
|
|
* doc/doxygen/style.css: Delete.
|
|
|
|
* doc/doxygen/user.cfg.in: Regenerate with Doxygen 1.5.1.
|
|
|
|
(INPUT): Update.
|
|
|
|
(PREDEFINED): Update.
|
|
|
|
(HTML_OUTPUT): Remove html_output_dir, use html.
|
|
|
|
(HTML_STYLESHEET): Remove style.css.
|
|
|
|
* doc/doxygen/tables.html: Remove style.css use.
|
|
|
|
* doc/doxygen/mainpage.html: Nested lists for Namespaces and Classes.
|
|
|
|
* doc/doxygen/doxygroups.cc: Namespace edits.
|
|
|
|
* doc/doxygen/Intro.3: Correct typo.
|
|
|
|
|
|
|
|
* doc/xml/api.xml: Add gcc-4.3 links.
|
2008-05-06 23:11:47 +02:00
|
|
|
* doc/html/api.html: Regenerate.
|
|
|
|
|
2008-03-26 07:27:35 +01:00
|
|
|
* include/debug/debug.h: Document namepaces here.
|
|
|
|
* include/parallel/base.h: Same.
|
|
|
|
* include/ext/typelist.h: Same.
|
|
|
|
* include/ext/pb_ds/tag_and_trait.hpp: Same.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-03-26 07:27:35 +01:00
|
|
|
* include/tr1_impl/random: Adjust line break.
|
|
|
|
* include/tr1_impl/unordered_map: Correct and or add markup.
|
|
|
|
* include/tr1_impl/boost_shared_ptr.h: Correct and or add markup.
|
|
|
|
* include/tr1_impl/functional_hash.h: Same.
|
|
|
|
* include/tr1_impl/cmath: Same.
|
|
|
|
* include/tr1_impl/functional: Same.
|
|
|
|
* include/tr1_impl/unordered_set: Same.
|
|
|
|
* include/tr1_impl/complex: Same.
|
|
|
|
* include/tr1_impl/type_traits: Same.
|
|
|
|
* include/tr1_impl/regex: Same.
|
|
|
|
* include/tr1_impl/array: Same.
|
|
|
|
* include/std/tuple: Same.
|
|
|
|
* include/std/date_time: Same.
|
|
|
|
* include/std/system_error: Same.
|
|
|
|
* include/std/type_traits: Same.
|
|
|
|
* include/ext/enc_filebuf.h: Same.
|
|
|
|
* include/ext/throw_allocator.h: Same.
|
|
|
|
* include/ext/pool_allocator.h: Same.
|
|
|
|
* include/ext/bitmap_allocator.h: Same.
|
|
|
|
* include/ext/concurrence.h: Same.
|
|
|
|
* include/ext/codecvt_specializations.h: Same.
|
|
|
|
* include/ext/stdio_sync_filebuf.h: Same.
|
|
|
|
* include/ext/array_allocator.h: Same.
|
|
|
|
* include/ext/mt_allocator.h: Same.
|
|
|
|
* include/bits/locale_classes.h: Same.
|
|
|
|
* include/bits/locale_facets.h: Same.
|
|
|
|
* include/bits/codecvt.h: Same.
|
|
|
|
* include/bits/char_traits.h: Same.
|
|
|
|
* include/bits/allocator.h: Same.
|
|
|
|
* include/bits/locale_facets_nonio.h: Same.
|
|
|
|
* include/tr1/poly_laguerre.tcc: Same.
|
|
|
|
* include/tr1/riemann_zeta.tcc: Same.
|
|
|
|
* include/tr1/beta_function.tcc: Same.
|
|
|
|
* include/tr1/tuple: Same.
|
|
|
|
* include/tr1/exp_integral.tcc: Same.
|
|
|
|
* include/tr1/gamma.tcc: Same.
|
|
|
|
* include/tr1/hypergeometric.tcc: Same.
|
|
|
|
* include/tr1/modified_bessel_func.tcc: Same.
|
|
|
|
* include/tr1/legendre_function.tcc: Same.
|
|
|
|
* include/tr1/type_traits: Same.
|
|
|
|
* include/tr1/special_function_util.h: Same.
|
|
|
|
* include/tr1/bessel_function.tcc: Same.
|
|
|
|
* include/tr1/cmath: Same.
|
|
|
|
* include/tr1/poly_hermite.tcc: Same.
|
|
|
|
* include/tr1/ell_integral.tcc: Same.
|
|
|
|
* config/abi/compatibility.h: Adjust file name.
|
|
|
|
|
|
|
|
* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Adjust
|
2008-04-24 01:28:45 +02:00
|
|
|
line numbers.
|
2008-03-26 07:27:35 +01:00
|
|
|
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
|
|
|
|
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
|
|
|
|
|
2008-03-23 20:19:05 +01:00
|
|
|
2008-03-23 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* doc/xml/faq.xml: Fix various links.
|
|
|
|
* doc/xml/api.xml: Likewise.
|
|
|
|
* doc/xml/manual/parallel_mode.xml: Likewise.
|
|
|
|
* doc/html/faq.html: Regenerate.
|
|
|
|
* doc/html/api.html: Likewise.
|
|
|
|
* doc/html/manual/bk01pt12ch31s03.html: Likewise.
|
|
|
|
|
2008-03-21 12:31:11 +01:00
|
|
|
2008-03-20 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* testsuite/util/testsuite_abi.cc: Add support for not counting
|
|
|
|
GLIBCXX_LDBL_* compat symbols missing if no long double compat
|
|
|
|
symbols under test.
|
2008-04-24 01:28:45 +02:00
|
|
|
|
2008-03-20 21:28:54 +01:00
|
|
|
2008-03-20 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35637
|
|
|
|
* include/tr1_impl/type_traits (struct __in_array): Add back.
|
|
|
|
(is_function): Use it.
|
|
|
|
* testsuite/tr1/4_metaprogramming/is_function/35637.cc: New.
|
|
|
|
|
2008-03-20 18:14:05 +01:00
|
|
|
2008-03-20 Johannes Singler <singler@ira.uka.de>
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
* include/parallel/set_operations.h (set_intersection): Remove.
|
2008-03-20 18:14:05 +01:00
|
|
|
|
2008-03-20 15:20:49 +01:00
|
|
|
2008-03-19 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/35256
|
|
|
|
* doc/xml/manual/parallel_mode.xml: Correct configuration documentation.
|
|
|
|
* doc/html/manual/bk01pt12ch31s04.html: Regenerate.
|
|
|
|
|
2008-03-18 18:22:52 +01:00
|
|
|
2008-03-18 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* configure.ac (libtool_VERSION): To 6:11:0.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
|
2008-03-16 18:13:04 +01:00
|
|
|
2008-03-16 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc:
|
|
|
|
Update.
|
|
|
|
* testsuite/17_intro/headers/c++200x/all.cc: Likewise.
|
|
|
|
* include/precompiled/stdc++.h: Likewise.
|
|
|
|
|
|
|
|
2008-03-16 Pedro Lamarão <pedro.lamarao@gmail.com>
|
|
|
|
|
|
|
|
* include/std/date_time: New file.
|
|
|
|
* src/date_time.cc: New file.
|
2008-05-06 23:11:47 +02:00
|
|
|
* config/abi/pre/gnu.ver: Added <date_time> symbols in version
|
|
|
|
GLIBCXX_3.4.11 and changed two patterns in version GLIBCXX_3.4
|
2008-03-16 18:13:04 +01:00
|
|
|
that matched new symbols.
|
|
|
|
* include/Makefile.am: Add date_time in std headers.
|
|
|
|
* src/Makefile.am: Add date_time.cc to source files.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
|
|
|
|
2008-03-16 Pedro Lamarão <pedro.lamarao@gmail.com>
|
|
|
|
|
|
|
|
* testsuite/31_date_time/headers/date_time/types_std.cc: New.
|
|
|
|
* testsuite/31_date_time/headers/date_time/std_c++0x_neg.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/headers/date_time/functions_std.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/headers/date_time/synopsis.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/nanoseconds/requirements/traits.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/nanoseconds/requirements/duration.cc: Likewise.
|
|
|
|
* testsuite/31_date_time/system_time/requirements: Likewise.
|
2008-05-06 23:11:47 +02:00
|
|
|
* testsuite/31_date_time/system_time/requirements/traits.cc: Likewise.
|
2008-03-16 18:13:04 +01:00
|
|
|
|
|
|
|
2008-03-16 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* config.h.in: Regenerate.
|
|
|
|
|
2008-03-16 09:19:08 +01:00
|
|
|
2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* configure: Likewise.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
|
2008-03-13 18:48:21 +01:00
|
|
|
2008-03-13 Dennis Czeremin <dennis.czeremin@smiths-heimann.com>
|
|
|
|
|
|
|
|
PR libstdc++/35566
|
|
|
|
* include/bits/stl_multimap.h (multimap<>::multimap(_InputIterator,
|
|
|
|
_InputIterator)): Forward to _M_insert_equal, not _M_insert_unique.
|
|
|
|
|
2008-03-13 18:35:40 +01:00
|
|
|
2008-03-13 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35541
|
|
|
|
* include/debug/functions.h (__check_sorted_set_aux): Fix signature.
|
|
|
|
* testsuite/25_algorithms/set_difference/35541.cc: New.
|
|
|
|
|
2008-03-07 12:09:49 +01:00
|
|
|
2008-03-07 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* config/abi/pre/gnu.ver: Move <system_error> related
|
|
|
|
symbols to GLIBCXX_3.4.11 symbol version.
|
|
|
|
* testsuite/util/testsuite_abi.cc (check_version): Allow
|
|
|
|
GLIBCXX_3.4.11.
|
|
|
|
|
2008-03-06 19:35:26 +01:00
|
|
|
2008-03-06 Chris Jefferson <chris@bubblescope.net>
|
|
|
|
Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35480
|
|
|
|
* include/tr1/tuple (operator==, operator<): Fix.
|
|
|
|
* include/std/tuple (operator==, operator<): Likewise.
|
|
|
|
* testsuite/tr1/6_containers/tuple/comparison_operators/35480.cc: New.
|
|
|
|
* testsuite/20_util/tuple/comparison_operators/35480.cc: Likewise.
|
|
|
|
|
2008-03-04 13:44:31 +01:00
|
|
|
2008-03-04 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* crossconfig.m4 (*-mingw32*): Define HAVE_STRTOF and
|
|
|
|
HAVE_STRTOLD.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-03-02 14:59:10 +01:00
|
|
|
2008-03-02 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
|
|
|
|
* testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc,
|
|
|
|
testsuite/tr1/2_general_utilities/shared_ptr/assign/shared_ptr_neg.cc:
|
|
|
|
Mark changed error message prelude, adding "in file included from",
|
|
|
|
using dg-excess-errors.
|
|
|
|
|
2008-03-01 20:17:28 +01:00
|
|
|
2008-03-01 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
|
|
|
|
* config/abi/post/x86_64-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
* config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
* config/abi/post/i386-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
* config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt:
|
|
|
|
Likewise.
|
|
|
|
* config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
* config/abi/post/i486-linux-gnu/baseline_symbols.txt: Likewise.
|
|
|
|
|
2008-03-01 20:15:17 +01:00
|
|
|
2008-02-29 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* config/abi/pre/gnu.ver: Remove
|
|
|
|
_ZNKSt3tr14hashIgEclEg@@GLIBCXX_3.4.10 and
|
|
|
|
_ZNKSt4hashIgEclEg@@GLIBCXX_3.4.10 export.
|
|
|
|
* config/os/gnu-linux/ldbl-extra.ver: Export
|
|
|
|
_ZNKSt3tr14hashIgEclEg@@GLIBCXX_LDBL_3.4.10
|
|
|
|
and _ZNKSt4hashIgEclEg@@GLIBCXX_LDBL_3.4.10.
|
|
|
|
* src/hash.cc: Only define long double hash specialization if
|
|
|
|
_GLIBCXX_LONG_DOUBLE_COMPAT_IMPL is defined.
|
|
|
|
* src/compatibility-ldbl.cc: Include "hash.cc".
|
|
|
|
(_GLIBCXX_LONG_DOUBLE_COMPAT_IMPL): Define.
|
|
|
|
(_ZNKSt4hashIeEclEe): New alias.
|
|
|
|
* testsuite/util/testsuite_abi.cc (check_version): Support
|
2008-05-06 23:11:47 +02:00
|
|
|
GLIBCXX_LDBL_3.4.10.
|
2008-03-01 20:15:17 +01:00
|
|
|
|
2008-02-25 14:15:16 +01:00
|
|
|
2008-02-25 Jan Beulich <jbeulich@novell.com>
|
|
|
|
|
|
|
|
* acinclude.m4: Also check for EIDRM and ETXTBSY.
|
|
|
|
* configure: Re-generate.
|
|
|
|
* config/os/generic/error_constants.h (namespace posix_error):
|
|
|
|
Also wrap uses of EIDRM and ETXTBSY in conditionals.
|
|
|
|
* testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
|
|
|
|
Likewise.
|
|
|
|
|
2008-02-25 07:26:24 +01:00
|
|
|
2008-02-20 Jason Merrill <jason@redhat.com>
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
* include/bits/c++config: Use 'inline namespace' instead of
|
2008-02-25 07:26:24 +01:00
|
|
|
strong using.
|
|
|
|
|
2008-02-18 14:32:01 +01:00
|
|
|
2008-02-18 Pedro Lamarao <pedro.lamarao@mndfck.org>
|
|
|
|
|
|
|
|
* include/std/tuple: Fixes for moveable, non-copyable types.
|
|
|
|
* testsuite/20_util/tuple/moveable2.cc: New.
|
|
|
|
|
|
|
|
2008-02-18 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/std/tuple (operator+(tuple<>&&, tuple<>&&): Remove.
|
|
|
|
|
2008-02-18 01:05:26 +01:00
|
|
|
2008-02-17 Ed Smith-Rowland <3dw4rd@verizon.net>
|
|
|
|
|
|
|
|
* include/tr1/poly_laguerre.tcc: Doxygen fixes.
|
|
|
|
* include/tr1/exp_integral.tcc: Same.
|
|
|
|
* include/tr1/gamma.tcc: Same.
|
|
|
|
* include/tr1/hypergeometric.tcc: Same.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-02-18 01:00:00 +01:00
|
|
|
2008-02-17 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/34797
|
|
|
|
* include/parallel/settings.h (_Settings): Reconstruct Settings class
|
|
|
|
here, uglify, remove anonymous namespace and static
|
2008-05-06 23:11:47 +02:00
|
|
|
members. Convert to datum.
|
2008-02-18 01:00:00 +01:00
|
|
|
* include/parallel/types.h: Move Settings:: enumerations here, uglify.
|
|
|
|
* src/parallel_settings.cc: New, definition for _Settings member
|
2008-05-06 23:11:47 +02:00
|
|
|
functions.
|
2008-02-18 01:00:00 +01:00
|
|
|
* include/parallel/multiway_merge.h: Same.
|
|
|
|
* include/parallel/for_each.h: Same.
|
|
|
|
* include/parallel/workstealing.h: Same.
|
|
|
|
* include/parallel/base.h: Same.
|
|
|
|
* include/parallel/numeric
|
|
|
|
* include/parallel/features.h: Same.
|
|
|
|
* include/parallel/quicksort.h: Same.
|
|
|
|
* include/parallel/equally_split.h: Same.
|
|
|
|
* include/parallel/algorithmfwd.h: Same.
|
|
|
|
* include/parallel/omp_loop_static.h: Same.
|
|
|
|
* include/parallel/random_shuffle.h: Same.
|
|
|
|
* include/parallel/balanced_quicksort.h: Same.
|
|
|
|
* include/parallel/tags.h: Same.
|
|
|
|
* include/parallel/multiway_mergesort.h: Same.
|
|
|
|
* include/parallel/numericfwd.h: Same.
|
|
|
|
* include/parallel/partition.h: Same.
|
|
|
|
* include/parallel/partial_sum.h: Same.
|
|
|
|
* include/parallel/find.h: Same.
|
|
|
|
* include/parallel/algo.h: Same.
|
|
|
|
* include/parallel/omp_loop.h: Same.
|
|
|
|
* include/parallel/sort.h: Same.
|
|
|
|
|
|
|
|
* src/Makefile.am (parallel_sources): Add parallel_settings.cc.
|
|
|
|
* src/Makefile.in: Regenerate.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-02-18 01:00:00 +01:00
|
|
|
* config/abi/pre/gnu.ver: Export _Settings::get and _Settings::set.
|
|
|
|
|
2008-02-17 16:46:30 +01:00
|
|
|
2008-02-17 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35221
|
|
|
|
* include/parallel/types.h: Reinstate integer types typedefs.
|
|
|
|
* include/parallel/multiseq_selection.h: Adjust.
|
|
|
|
* include/parallel/compatibility.h: Likewise.
|
|
|
|
* include/parallel/random_shuffle.h: Likewise.
|
|
|
|
* include/parallel/random_number.h: Likewise.
|
|
|
|
* include/parallel/base.h: Likewise.
|
|
|
|
|
2008-02-17 00:39:56 +01:00
|
|
|
2008-02-17 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/35209
|
|
|
|
* config/abi/pre/gnu.ver: Export stdio_sync_filebuf symbols.
|
|
|
|
* testsuite/ext/stdio_sync_filebuf/char/35209.cc: New.
|
|
|
|
* testsuite/ext/stdio_sync_filebuf/wchar_t/35209.cc: Likewise.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-02-17 00:21:20 +01:00
|
|
|
2008-02-16 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/parallel/random_number.h: Use TR1's mersenne_twister.
|
|
|
|
(random_number::genrand_bits()): Remove.
|
|
|
|
(random_number::set_seed): Remove.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-02-16 07:15:39 +01:00
|
|
|
2008-02-15 Benjamin Kosnik <bkoz@redhat.com>
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-02-16 07:15:39 +01:00
|
|
|
* include/parallel/types.h: Remove enum parallelism.
|
2008-05-06 23:11:47 +02:00
|
|
|
|
2008-02-15 23:55:14 +01:00
|
|
|
2008-02-15 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* include/parallel/types.h: Move enum parallelism here. Use
|
|
|
|
tr1/cstdint's int16_t, uint16_t, int32_t, uint32_t, int64_t,
|
2008-05-06 23:11:47 +02:00
|
|
|
uint64_t.
|
2008-02-15 23:55:14 +01:00
|
|
|
* include/parallel/multiseq_selection.h: Adjust for cstdint.
|
|
|
|
* include/parallel/compatibility.h: Same.
|
|
|
|
* include/parallel/tags.h: Just compile-time tags.
|
|
|
|
* include/parallel/base.h: Put namespace bits here.
|
|
|
|
|
|
|
|
* src/Makefile.am (PARALLEL_FLAGS): Use it.
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
* testsuite/25_algorithms/nth_element/1.cc: Add test variable.
|
|
|
|
|
2008-02-15 10:09:47 +01:00
|
|
|
2008-02-15 Hans-Peter Nilsson <hp@axis.com>
|
|
|
|
|
|
|
|
* testsuite/config/default.exp: Load gcc dejapatches.exp.
|
|
|
|
|
2008-02-14 22:41:20 +01:00
|
|
|
2008-02-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
|
|
|
|
|
|
|
* testsuite/27_io/fpos/14320-1.cc: Check for "long long" and
|
|
|
|
remove XFAIL.
|
|
|
|
|
2008-02-14 18:03:02 +01:00
|
|
|
2008-02-14 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* config/os/generic/error_constants.h (posix_errno): Guard
|
|
|
|
not_supported use of ENOTSUP.
|
|
|
|
* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add check for ENOTSUP
|
|
|
|
for OpenBSD.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* configure: Rengerate.
|
|
|
|
* config.h.in: Same.
|
|
|
|
|
2008-02-14 00:34:10 +01:00
|
|
|
2008-02-13 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/doxygen/mainpage.html: Correct links.
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-02-12 03:39:33 +01:00
|
|
|
2008-02-11 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/html/*: Populate with regenerated files.
|
|
|
|
|
2008-02-12 03:35:48 +01:00
|
|
|
2008-02-11 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/html/*: Remove all but contents of ext/pb_ds.
|
|
|
|
* doc/html/index.html: New.
|
|
|
|
* doc/html/README: New.
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-02-12 03:10:57 +01:00
|
|
|
2008-02-11 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* doc/doxygen/mainpage.html: Add in corrected links.
|
|
|
|
* README: Edit, move most into...
|
|
|
|
* doc/xml/manual/appendix_contributing.xml (Directory Layout): ...here.
|
|
|
|
(Documentation Style): Revise.
|
|
|
|
* doc/xml/spine.xml: Edit file names.
|
|
|
|
* doc/Makefile.am: Edit xml_sources.
|
|
|
|
* doc/Makefile.in: Regenerate.
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-02-11 11:05:33 +01:00
|
|
|
2008-02-11 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* configure: Regenerate with documented autoconf and automake
|
|
|
|
versions (i.e., 2.59 and 1.9.6).
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
|
2008-02-11 01:01:33 +01:00
|
|
|
2008-02-10 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
Convert documentation to DocBook.
|
|
|
|
* doc/Makefile.am (doc-doxygen-html): Changed to doc-html-doxygen.
|
|
|
|
(doc-doxygen-man): Changed to doc-man-doxygen.
|
|
|
|
(doc-performance): Changed to doc-html-performance.
|
|
|
|
(doc-xml-doxygen): New.
|
|
|
|
(doc-xml-single): New.
|
|
|
|
(doc-xml-validate): New.
|
|
|
|
(doc-html): New.
|
|
|
|
(doc-html-single): New.
|
|
|
|
(doc-fo): New.
|
|
|
|
(doc-pdf): New.
|
|
|
|
(doc-pdf-fop-xml): New.
|
|
|
|
(doc-pdf-fop-fo): New.
|
|
|
|
(doc-pdf-xmlto): New.
|
|
|
|
(doc-pdf-xmlroff): New.
|
|
|
|
(doc-pdf-prince): New.
|
|
|
|
* doc/xml: New directory.
|
|
|
|
* doc/xml/authors.xml: New.
|
|
|
|
* doc/xml/images: New directory.
|
|
|
|
* doc/xml/images/confdeps.png: Add.
|
|
|
|
* doc/xml/images/confdeps.dot: Add.
|
|
|
|
* doc/xml/faq.xml: New.
|
|
|
|
* doc/xml/api.xml: New.
|
|
|
|
* doc/xml/gnu: New directory.
|
|
|
|
* doc/xml/gnu/gpl-3.0.xml: New.
|
|
|
|
* doc/xml/gnu/fdl-1.2.xml: New.
|
|
|
|
* doc/xml/gnu/gpl-2.0.xml: New.
|
|
|
|
* doc/xml/manual: New directory.
|
|
|
|
* doc/xml/manual/mt_allocator.xml: New.
|
|
|
|
* doc/xml/manual/allocator.xml: New.
|
|
|
|
* doc/xml/manual/ctype.xml: New.
|
|
|
|
* doc/xml/manual/numerics.xml: New.
|
|
|
|
* doc/xml/manual/codecvt.xml: New.
|
|
|
|
* doc/xml/manual/concurrency.xml: New.
|
|
|
|
* doc/xml/manual/backwards_compatibility.xml: New.
|
|
|
|
* doc/xml/manual/intro.xml: New.
|
|
|
|
* doc/xml/manual/shared_ptr.xml: New.
|
|
|
|
* doc/xml/manual/abi.xml: New.
|
|
|
|
* doc/xml/manual/status_cxxtr1.xml: New.
|
|
|
|
* doc/xml/manual/auto_ptr.xml: New.
|
|
|
|
* doc/xml/manual/build.xml: New.
|
|
|
|
* doc/xml/manual/internals.xml: New.
|
|
|
|
* doc/xml/manual/parallel_mode.xml: New.
|
|
|
|
* doc/xml/manual/status_cxx1998.xml: New.
|
|
|
|
* doc/xml/manual/containers.xml: New.
|
|
|
|
* doc/xml/manual/io.xml: New.
|
|
|
|
* doc/xml/manual/appendix_porting.xml: New.
|
|
|
|
* doc/xml/manual/utilities.xml: New.
|
|
|
|
* doc/xml/manual/bitmap_allocator.xml: New.
|
|
|
|
* doc/xml/manual/support.xml: New.
|
|
|
|
* doc/xml/manual/configure.xml: New.
|
|
|
|
* doc/xml/manual/build_hacking.xml: New.
|
|
|
|
* doc/xml/manual/evolution.xml: New.
|
|
|
|
* doc/xml/manual/using.xml: New.
|
|
|
|
* doc/xml/manual/debug.xml: New.
|
|
|
|
* doc/xml/manual/localization.xml: New.
|
|
|
|
* doc/xml/manual/strings.xml: New.
|
|
|
|
* doc/xml/manual/debug_mode.xml: New.
|
|
|
|
* doc/xml/manual/locale.xml: New.
|
|
|
|
* doc/xml/manual/extensions.xml: New.
|
|
|
|
* doc/xml/manual/appendix_contributing.xml: New.
|
|
|
|
* doc/xml/manual/messages.xml: New.
|
|
|
|
* doc/xml/manual/diagnostics.xml: New.
|
|
|
|
* doc/xml/manual/appendix_free.xml: New.
|
|
|
|
* doc/xml/manual/algorithms.xml: New.
|
|
|
|
* doc/xml/manual/iterators.xml: New.
|
|
|
|
* doc/xml/manual/spine.xml: New.
|
|
|
|
* doc/xml/manual/test.xml: New.
|
|
|
|
* doc/xml/manual/status_cxx200x.xml: New.
|
|
|
|
* doc/xml/spine.xml: New.
|
|
|
|
|
|
|
|
* doc/xml/book.txml: New. Template file.
|
|
|
|
* doc/xml/chapter.txml: Same.
|
|
|
|
* doc/xml/class.txml: Same.
|
|
|
|
|
|
|
|
* doc/doxygen/guide.html: Removed, integrated into other docs.
|
2008-02-11 01:02:11 +01:00
|
|
|
* doc/doxygen/user.cfg.in: Clean up XML generation.
|
2008-02-15 23:55:14 +01:00
|
|
|
* doc/doxygen/run_doxygen: Move to..
|
2008-02-11 01:01:33 +01:00
|
|
|
* scripts/run_doxygen: ...here.
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-02-11 01:01:33 +01:00
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Regenerate.
|
2008-02-15 23:55:14 +01:00
|
|
|
* doc/Makefile.in: Regenerate.
|
2008-02-11 01:01:33 +01:00
|
|
|
* po/Makefile.in: Regenerate.
|
|
|
|
* libmath/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* libsupc++/Makefile.in: Regenerate.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
|
2008-02-10 16:48:10 +01:00
|
|
|
2008-02-10 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/16251
|
|
|
|
* include/std/istream (basic_istream<>::basic_istream()): Call
|
|
|
|
this->init().
|
|
|
|
(basic_iostream<>::basic_iostream(basic_streambuf<>*)): Don't
|
|
|
|
do it here, per 27.6.1.5.1/1.
|
|
|
|
* include/std/ostream (basic_ostream<>::basic_ostream()): Call
|
|
|
|
this->init().
|
|
|
|
* testsuite/27_io/basic_iostream/cons/16251.C: New.
|
|
|
|
|
|
|
|
* testsuite/27_io/basic_iostream/cons/2020.cc: Minor tweaks.
|
|
|
|
|
2008-01-31 19:44:55 +01:00
|
|
|
2008-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-01-31 19:44:55 +01:00
|
|
|
* include/backward/auto_ptr.h: Fix comment typos.
|
|
|
|
* include/bits/algorithmfwd.h: Likewise.
|
|
|
|
* include/bits/basic_ios.h: Likewise.
|
|
|
|
* include/bits/c++config: Likewise.
|
|
|
|
* include/bits/char_traits.h: Likewise.
|
|
|
|
* include/bits/codecvt.h: Likewise.
|
|
|
|
* include/bits/gslice.h: Likewise.
|
|
|
|
* include/bits/ios_base.h: Likewise.
|
|
|
|
* include/bits/locale_facets.h: Likewise.
|
|
|
|
* include/bits/locale_facets_nonio.tcc: Likewise.
|
|
|
|
* include/bits/postypes.h: Likewise.
|
|
|
|
* include/bits/sstream.tcc: Likewise.
|
|
|
|
* include/bits/stl_algo.h: Likewise.
|
|
|
|
* include/bits/stl_deque.h: Likewise.
|
|
|
|
* include/bits/stl_iterator.h: Likewise.
|
|
|
|
* include/bits/stl_iterator_base_types.h Likewise.
|
|
|
|
* include/bits/stl_list.h: Likewise.
|
|
|
|
* include/bits/stl_map.h: Likewise.
|
|
|
|
* include/bits/stl_multimap.h: Likewise.
|
|
|
|
* include/bits/stl_multiset.h: Likewise.
|
|
|
|
* include/bits/stl_set.h: Likewise.
|
|
|
|
* include/bits/stl_vector.h: Likewise.
|
|
|
|
* include/bits/valarray_array.h: Likewise.
|
|
|
|
* include/debug/safe_base.h: Likewise.
|
|
|
|
* include/ext/bitmap_allocator.h: Likewise.
|
|
|
|
* include/ext/codecvt_specializations.h Likewise.
|
|
|
|
* include/ext/mt_allocator.h: Likewise.
|
|
|
|
* include/ext/rc_string_base.h: Likewise.
|
|
|
|
* include/ext/rope: Likewise.
|
|
|
|
* include/parallel/checkers.h: Likewise.
|
|
|
|
* include/parallel/find.h: Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h: Likewise.
|
|
|
|
* include/parallel/partition.h: Likewise.
|
|
|
|
* include/parallel/settings.h: Likewise.
|
|
|
|
* include/std/bitset: Likewise.
|
|
|
|
* include/std/complex: Likewise.
|
|
|
|
* include/std/fstream: Likewise.
|
|
|
|
* include/std/istream: Likewise.
|
|
|
|
* include/std/limits: Likewise.
|
|
|
|
* include/std/ostream: Likewise.
|
|
|
|
* include/std/stdexcept: Likewise.
|
|
|
|
* include/std/streambuf: Likewise.
|
|
|
|
* include/tr1/bessel_function.tcc: Likewise.
|
|
|
|
* include/tr1/cmath: Likewise.
|
|
|
|
* include/tr1/ell_integral.tcc: Likewise.
|
|
|
|
* include/tr1/hypergeometric.tcc: Likewise.
|
|
|
|
* include/tr1/legendre_function.tcc: Likewise.
|
|
|
|
* include/tr1_impl/random: Likewise.
|
|
|
|
* include/tr1_impl/regex: Likewise.
|
|
|
|
|
2008-01-31 18:19:55 +01:00
|
|
|
2008-01-31 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/27_io/basic_istream/extractors_character/pod/3983-2.cc:
|
|
|
|
Avoid -Wall warnings.
|
|
|
|
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/hash/operators/size_t.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/cons/aggregate_initialization.cc:
|
|
|
|
Likewise.
|
2008-05-06 23:11:47 +02:00
|
|
|
* testsuite/tr1/6_containers/array/requirements/contiguous.cc:
|
2008-01-31 18:19:55 +01:00
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/requirements/member_swap.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/requirements/assign.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/specialized_algorithms/swap.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/
|
|
|
|
less_or_equal.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/
|
|
|
|
greater_or_equal.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/less.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/equal.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/not_equal.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/comparison_operators/greater.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/at_out_of_range.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/back.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/iterators/end_is_one_past.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/capacity/empty.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/capacity/max_size.cc: Likewise.
|
|
|
|
* testsuite/tr1/6_containers/array/capacity/size.cc: Likewise.
|
|
|
|
* testsuite/thread/guard.cc: Likewise.
|
|
|
|
* testsuite/20_util/tuple/cons/big_tuples.cc: Likewise.
|
|
|
|
* testsuite/20_util/tuple/cons/constructor.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/dr402.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/make.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/creation/alloc.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/thread/mutex_weaktoshared.cc: Likewise.
|
|
|
|
* testsuite/20_util/shared_ptr/thread/default_weaktoshared.cc:
|
|
|
|
Likewise.
|
|
|
|
|
2008-01-26 17:28:03 +01:00
|
|
|
2008-01-26 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
|
|
|
|
PR target/34794
|
|
|
|
* config/os/aix/os_defines.h: Define __COMPATMATH__.
|
|
|
|
|
2008-01-24 17:25:09 +01:00
|
|
|
2008-01-24 David Edelsohn <edelsohn@gnu.org>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2008-01-22 18:34:56 +01:00
|
|
|
2008-01-21 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES.
|
|
|
|
|
2008-01-20 02:48:44 +01:00
|
|
|
2008-01-19 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* src/Makefile.in: Likewise.
|
|
|
|
* doc/Makefile.in: Likewise.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* include/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
|
2008-01-18 09:16:51 +01:00
|
|
|
2008-01-18 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* docs/*: To...
|
|
|
|
* doc/*: ...here.
|
|
|
|
* testsuite/Makefile.am: Move doc-performance to...
|
|
|
|
* Makefile.am: Add doc to SUBDIRS, move doxygen-* rules to...
|
|
|
|
* doc/Makefile.am: Consolidate documentation creation here.
|
|
|
|
(doc-doxygen-html): New.
|
|
|
|
(doc-doxygen-man): New.
|
|
|
|
(doc-performance): New.
|
|
|
|
* doc/Makefile.in: New.
|
|
|
|
* acinclude.m4 (glibcxx_SUBDIRS): Add doc directory.
|
|
|
|
* doc/doxygen/guide.html: Edit for unified html configuration.
|
|
|
|
* doc/doxygen/mainpage.html: Same.
|
|
|
|
* doc/doxygen/run_doxygen: Same, more namespace fixups for man
|
|
|
|
generation.
|
|
|
|
* doc/doxygen/user.cfg.in: Update for doxygen 1.5.4.
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-01-18 09:16:51 +01:00
|
|
|
* include/tr1_impl/random: Remove maint from doxygen markup.
|
|
|
|
* include/tr1_impl/functional: Same.
|
|
|
|
* include/std/tuple: Same.
|
|
|
|
* include/std/streambuf: Same.
|
|
|
|
* include/std/bitset: Same.
|
|
|
|
* include/std/limits: Same.
|
|
|
|
* include/std/fstream: Same.
|
|
|
|
* include/std/istream: Same.
|
|
|
|
* include/std/sstream: Same.
|
|
|
|
* include/ext/pool_allocator.h: Same.
|
|
|
|
* include/ext/rc_string_base.h: Same.
|
|
|
|
* include/bits/basic_ios.h: Same.
|
|
|
|
* include/bits/stl_list.h: Same.
|
|
|
|
* include/bits/stl_map.h: Same.
|
|
|
|
* include/bits/locale_classes.h: Same.
|
|
|
|
* include/bits/stl_set.h: Same.
|
|
|
|
* include/bits/stl_iterator_base_types.h: Same.
|
|
|
|
* include/bits/basic_string.h: Same.
|
|
|
|
* include/bits/stl_multimap.h: Same.
|
|
|
|
* include/bits/stl_vector.h: Same.
|
|
|
|
* include/bits/ios_base.h: Same.
|
|
|
|
* include/bits/stl_deque.h: Same.
|
|
|
|
* include/bits/postypes.h: Same.
|
|
|
|
* include/bits/stl_multiset.h: Same.
|
|
|
|
* include/bits/stl_algo.h: Same.
|
|
|
|
* include/bits/stl_iterator.h: Same.
|
|
|
|
* include/bits/stl_tempbuf.h: Same.
|
|
|
|
* include/bits/stl_construct.h: Same.
|
|
|
|
* include/bits/stl_relops.h: Same.
|
|
|
|
* include/tr1/tuple: Same.
|
|
|
|
* include/backward/auto_ptr.h: Same.
|
|
|
|
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
|
2008-02-15 23:55:14 +01:00
|
|
|
Fixups for line number changes.
|
2008-01-18 09:16:51 +01:00
|
|
|
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/vector/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/deque/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/
|
|
|
|
constructor_1_neg.cc: Same.
|
|
|
|
* testsuite/23_containers/list/requirements/dr438/
|
|
|
|
constructor_2_neg.cc: Same.
|
|
|
|
* testsuite/20_util/auto_ptr/assign_neg.cc: Same.
|
|
|
|
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
* config.h.in: Regenerate.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* src/Makefile.in: Regenerate.
|
|
|
|
* po/Makefile.in: Regenerate.
|
|
|
|
* libmath/Makefile.in: Regenerate.
|
|
|
|
* include/Makefile.in: Regenerate.
|
|
|
|
* libsupc++/Makefile.in: Regenerate.
|
|
|
|
* testsuite/Makefile.in: Regenerate.
|
|
|
|
|
|
|
|
* scripts/make_graphs.py: Correct paths for new layout.
|
2008-02-15 23:55:14 +01:00
|
|
|
|
2008-01-18 09:16:51 +01:00
|
|
|
2008-01-17 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* acinclude.m4 (AC_LC_MESSAGES): Remove serial.
|
|
|
|
* linkage.m4 (AC_REPLACE_MATHFUNCS): Same.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* aclocal.m4: Regenerate.
|
|
|
|
|
2008-01-15 03:06:31 +01:00
|
|
|
2008-01-14 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/list_partition.h: Formatting fixes, inline tweaks.
|
|
|
|
* include/parallel/numeric: Likewise.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/unique_copy.h: Likewise.
|
|
|
|
* include/parallel/algobase.h: Likewise.
|
|
|
|
* include/parallel/algo.h: Likewise.
|
|
|
|
|
2008-01-15 01:15:43 +01:00
|
|
|
2008-01-14 Seongbae Park <seongbae.park@gmail.com>
|
|
|
|
|
|
|
|
* crossconfig.m4: Add missing header checks, C99 TR1 check,
|
|
|
|
and sigsetjmp check.
|
|
|
|
|
2008-01-14 19:08:39 +01:00
|
|
|
2008-01-14 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/tree.h: Remove.
|
|
|
|
* include/Makefile.am: Update.
|
|
|
|
* include/Makefile.in: Rebuild.
|
|
|
|
|
|
|
|
* src/Makefile.am: Remove spurious trailing backslash.
|
|
|
|
* src/Makefile.in: Rebuild.
|
|
|
|
* po/Makefile.in: Likewise.
|
|
|
|
* libmath/Makefile.in: Likewise.
|
|
|
|
* testsuite/Makefile.in: Likewise.
|
|
|
|
* libsupc++/Makefile.in: Likewise.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* Makefile.in: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
|
re PR libstdc++/34730 (Legal program doesn't compile with -D_GLIBCXX_DEBUG)
2008-01-12 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/34730
* include/debug/functions.h (__check_sorted_set,
__check_sorted_set_aux): Add.
(__check_sorted): Check StrictWeakOrdering.
* include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
__glibcxx_check_strict_weak_ordering_pred): Remove.
(__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
(__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
* include/debug/debug.h (__glibcxx_requires_sorted_set,
__glibcxx_requires_sorted_set_pred): Add.
* include/bits/stl_algo.h (merge, includes, set_union,
set_intersection, set_difference, set_symmetric_difference):
Adjust, use __glibcxx_requires_sorted_set* instead.
* testsuite/25_algorithms/set_intersection/34730.cc: New.
From-SVN: r131500
2008-01-13 02:34:58 +01:00
|
|
|
2008-01-12 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34730
|
|
|
|
* include/debug/functions.h (__check_sorted_set,
|
|
|
|
__check_sorted_set_aux): Add.
|
|
|
|
(__check_sorted): Check StrictWeakOrdering.
|
|
|
|
* include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
|
|
|
|
__glibcxx_check_strict_weak_ordering_pred): Remove.
|
|
|
|
(__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
|
|
|
|
(__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
|
|
|
|
* include/debug/debug.h (__glibcxx_requires_sorted_set,
|
|
|
|
__glibcxx_requires_sorted_set_pred): Add.
|
|
|
|
* include/bits/stl_algo.h (merge, includes, set_union,
|
|
|
|
set_intersection, set_difference, set_symmetric_difference):
|
2008-05-06 23:11:47 +02:00
|
|
|
Adjust, use __glibcxx_requires_sorted_set* instead.
|
re PR libstdc++/34730 (Legal program doesn't compile with -D_GLIBCXX_DEBUG)
2008-01-12 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/34730
* include/debug/functions.h (__check_sorted_set,
__check_sorted_set_aux): Add.
(__check_sorted): Check StrictWeakOrdering.
* include/debug/macros.h (__glibcxx_check_strict_weak_ordering,
__glibcxx_check_strict_weak_ordering_pred): Remove.
(__glibcxx_check_sorted, __glibcxx_check_sorted_pred): Adjust.
(__glibcxx_check_sorted_set, __glibcxx_check_sorted_set_pred): Add.
* include/debug/debug.h (__glibcxx_requires_sorted_set,
__glibcxx_requires_sorted_set_pred): Add.
* include/bits/stl_algo.h (merge, includes, set_union,
set_intersection, set_difference, set_symmetric_difference):
Adjust, use __glibcxx_requires_sorted_set* instead.
* testsuite/25_algorithms/set_intersection/34730.cc: New.
From-SVN: r131500
2008-01-13 02:34:58 +01:00
|
|
|
* testsuite/25_algorithms/set_intersection/34730.cc: New.
|
|
|
|
|
2008-01-10 03:07:41 +01:00
|
|
|
2008-01-09 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/multiway_merge.h: Reformat to 80 columns;
|
|
|
|
adjust some inline specifiers; other minor style fixes.
|
|
|
|
* include/parallel/losertree.h: Likewise.
|
|
|
|
* include/parallel/list_partition.h: Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h: Likewise.
|
|
|
|
* include/parallel/workstealing.h: Likewise.
|
|
|
|
* include/parallel/base.h: Likewise.
|
|
|
|
* include/parallel/par_loop.h: Likewise.
|
|
|
|
* include/parallel/numeric: Likewise.
|
|
|
|
* include/parallel/quicksort.h: Likewise.
|
|
|
|
* include/parallel/algorithmfwd.h: Likewise.
|
|
|
|
* include/parallel/for_each_selectors.h: Likewise.
|
|
|
|
* include/parallel/omp_loop_static.h: Likewise.
|
|
|
|
* include/parallel/random_shuffle.h: Likewise.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/set_operations.h: Likewise.
|
|
|
|
* include/parallel/tree.h: Likewise.
|
|
|
|
* include/parallel/merge.h: Likewise.
|
|
|
|
* include/parallel/unique_copy.h: Likewise.
|
|
|
|
* include/parallel/settings.h: Likewise.
|
|
|
|
* include/parallel/multiway_mergesort.h: Likewise.
|
|
|
|
* include/parallel/numericfwd.h: Likewise.
|
|
|
|
* include/parallel/search.h: Likewise.
|
|
|
|
* include/parallel/partition.h: Likewise.
|
|
|
|
* include/parallel/compatibility.h: Likewise.
|
|
|
|
* include/parallel/partial_sum.h: Likewise.
|
|
|
|
* include/parallel/find.h: Likewise.
|
|
|
|
* include/parallel/algo.h: Likewise.
|
|
|
|
* include/parallel/queue.h: Likewise.
|
|
|
|
* include/parallel/omp_loop.h: Likewise.
|
|
|
|
* include/parallel/sort.h: Likewise.
|
|
|
|
* include/parallel/random_number.h: Likewise.
|
|
|
|
|
2008-01-09 20:10:47 +01:00
|
|
|
2008-01-09 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
* docs/html/17_intro/api.html: Fix markup for rope.h.
|
|
|
|
|
2008-01-09 19:27:27 +01:00
|
|
|
2008-01-09 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* include/parallel/iterator.h: Reformat to 80 columns; adjust some
|
|
|
|
inline specifiers.
|
|
|
|
* include/parallel/find_selectors.h: Likewise.
|
|
|
|
* include/parallel/losertree.h: Likewise.
|
|
|
|
* include/parallel/list_partition.h: Likewise.
|
|
|
|
* include/parallel/for_each.h: Likewise.
|
|
|
|
* include/parallel/multiseq_selection.h: Likewise.
|
|
|
|
* include/parallel/algorithmfwd.h: Likewise.
|
|
|
|
* include/parallel/for_each_selectors.h: Likewise.
|
|
|
|
* include/parallel/balanced_quicksort.h: Likewise.
|
|
|
|
* include/parallel/merge.h: Likewise.
|
|
|
|
* include/parallel/algobase.h: Likewise.
|
|
|
|
* include/parallel/find.h: Likewise.
|
|
|
|
* include/parallel/algo.h: Likewise.
|
2008-05-06 23:11:47 +02:00
|
|
|
* include/parallel/checkers.h: Likewise.
|
2008-01-09 19:27:27 +01:00
|
|
|
|
2008-01-09 12:12:11 +01:00
|
|
|
2008-01-09 Francesco Biscani <bluescarni@gmail.com>
|
|
|
|
|
|
|
|
* include/tr1_impl/hashtable (_Hashtable): Fix friend declaration
|
|
|
|
of __detail::_Map_base<>.
|
|
|
|
|
2008-01-08 19:16:06 +01:00
|
|
|
2008-01-08 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/22_locale/global_templates/user_facet_hierarchies.cc: Do
|
|
|
|
not include <cassert>.
|
|
|
|
* testsuite/22_locale/global_templates/standard_facet_hierarchies.cc:
|
|
|
|
Likewise.
|
|
|
|
* testsuite/util/testsuite_common_types.h: Include <algorithm>.
|
|
|
|
|
2008-01-08 17:14:49 +01:00
|
|
|
2008-01-08 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* configure.ac (--enable-linux-futex): Add new configure option.
|
|
|
|
(HAVE_LINUX_FUTEX): New AC_DEFINE.
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
* aclocal.m4: Rebuilt.
|
|
|
|
* configure: Rebuilt.
|
|
|
|
* config.h.in: Rebuilt.
|
|
|
|
* config/cpu/generic/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
|
|
|
|
_GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
|
|
|
|
* config/cpu/arm/cxxabi_tweaks.h (_GLIBCXX_GUARD_BIT,
|
|
|
|
_GLIBCXX_GUARD_PENDING_BIT, _GLIBCXX_GUARD_WAITING_BIT): Define.
|
|
|
|
* libsupc++/guard.cc: Include climits and syscall.h.
|
|
|
|
(_GLIBCXX_USE_FUTEX): Define if futex syscall and atomic builtins
|
|
|
|
are supported.
|
|
|
|
(_GLIBCXX_FUTEX_WAIT, _GLIBCXX_FUTEX_WAKE): Likewise.
|
|
|
|
(__guard_test_bit): New static inline.
|
|
|
|
(__cxa_guard_acquire, __cxa_guard_release, __cxa_guard_abort): Use
|
|
|
|
atomic builtins and futex syscall if _GLIBCXX_USE_FUTEX.
|
|
|
|
|
2008-01-07 12:11:02 +01:00
|
|
|
2008-01-07 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34680
|
|
|
|
* include/bits/locale_classes.h (has_facet<>, use_facet<>): Do not
|
|
|
|
use dynamic_cast when run-time type identification is disabled; do
|
|
|
|
not mark inline; only declare, define...
|
|
|
|
* include/bits/locale_classes.tcc: ... here.
|
|
|
|
|
2008-01-06 21:25:57 +01:00
|
|
|
2008-01-06 Ted Phelps <phelps@gnusto.com>
|
|
|
|
|
|
|
|
PR c++/34152
|
|
|
|
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
|
|
|
|
_GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.
|
|
|
|
|
2008-01-01 20:05:41 +01:00
|
|
|
2008-01-01 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34095
|
|
|
|
* include/parallel/multiway_merge.h (multiway_merge_bubble,
|
|
|
|
parallel_multiway_merge): Together with ::operator new use
|
|
|
|
::operator delete.
|
|
|
|
* include/parallel/losertree.h (LoserTree<>::~LoserTree): Likewise.
|
|
|
|
* include/parallel/quicksort.h (parallel_sort_qs_divide): Likewise.
|
|
|
|
* include/parallel/random_shuffle.h (parallel_random_shuffle_drs_pu,
|
|
|
|
sequential_random_shuffle): Likewise.
|
|
|
|
* include/parallel/tree.h (_M_not_sorted_bulk_insertion_construction):
|
|
|
|
Likewise.
|
|
|
|
* include/parallel/multiway_mergesort.h (parallel_sort_mwms_pu,
|
|
|
|
parallel_sort_mwms): Likewise.
|
|
|
|
* include/parallel/partial_sum.h (parallel_partial_sum_linear):
|
2008-05-06 23:11:47 +02:00
|
|
|
Likewise.
|
2008-01-01 20:05:41 +01:00
|
|
|
* testsuite/25_algorithms/sort/34095.cc: New.
|
|
|
|
|
2008-01-01 17:52:38 +01:00
|
|
|
2008-01-01 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
* testsuite/25_algorithms/sort/34636.cc: Fix Copyright year.
|
|
|
|
|
2008-01-01 17:42:34 +01:00
|
|
|
2008-01-01 Paolo Carlini <pcarlini@suse.de>
|
|
|
|
|
|
|
|
PR libstdc++/34636
|
|
|
|
* include/parallel/algobase.h (lexicographical_compare_switch(...,
|
|
|
|
random_access_iterator_tag, random_access_iterator_tag)): Careful
|
|
|
|
with undereferenceable iterators.
|
|
|
|
* testsuite/25_algorithms/sort/34636.cc: New.
|