OSDN Git Service

2010-03-22 Johannes Singler <singler@kit.edu>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 96d166f..36e44c3 100644 (file)
@@ -1,131 +1,7 @@
-2010-04-22  Johannes Singler  <singler@kit.edu>
-
-        * include/parallel/partition.h (__parallel_partition):
-        Improve scalability by:
-        -introducing new variables __leftold, __rightold, __dist, thus
-        -getting rid of omp lock by using atomic operations
-        -getting rid of two omp barriers
-
-2010-04-22  Jonathan Wakely  <jwakely.gcc@gmail.com>
-
-       * doc/xml/faq.xml: Link to manual.
-       * doc/xml/manual/using.xml: Expand dynamic libraries section.
-       * doc/xml/manual/strings.xml: Mention shrink_to_fit() member.
-       * doc/xml/manual/prerequisites.xml: Link to doxygen requirements.
-       * doc/xml/manual/appendix_contributing.xml: Update Bash version.
-       * doc/html/*: Regenerate.
-
-2010-04-13  Ian Lance Taylor  <iant@google.com>
-
-       * include/backward/hash_map: Don't #include "backward_warning.h"
-       if _GLIBCXX_PERMIT_BACKWARD_HASH is defined.
-       * include/backward/hash_set: Likewise.
-
-2010-04-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-       * configure.host (os_include_dir): Removed solaris2.7 support.
-       * crossconfig.m4 (GLIBCXX_CROSSCONFIG): Likewise.
-       * configure: Regenerate.
-
-2010-04-06  Matthias Klose  <doko@ubuntu.com>
-
-       * acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.
-       * configure: Regenerate.
-       * doc/xml/manual/configure.xml, doc/html/manual/configure.html:
-       Document --enable-libstdcxx-time as the short form for
-       --enable-libstdcxx-time=yes.
-
-2010-04-03  Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * include/bits/basic_string.h: Fix pasto in comment.
-       * include/ext/vstring.h: Likewise.
-
-2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
-
-       * Makefile.in: Regenerate.
-       * aclocal.m4: Regenerate.
-       * doc/Makefile.in: Regenerate.
-       * include/Makefile.in: Regenerate.
-       * libsupc++/Makefile.in: Regenerate.
-       * po/Makefile.in: Regenerate.
-       * python/Makefile.in: Regenerate.
-       * src/Makefile.in: Regenerate.
-       * testsuite/Makefile.in: Regenerate.
-
-2010-03-30  Johannes Singler  <singler@kit.edu>
-
-        * include/parallel/random_shuffle.h
-        (__parallel_random_shuffle_drs) : Take as many threads as
-        possible, i. e. favor parallelism over cache efficiency.
-        Use own PRNG also for the 1 thread case.
-
-2010-03-30  Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * include/debug/unordered_map: Clean-up includes and guards.
-       * include/debug/unordered_set: Likewise.
-       * include/debug/list: Likewise.
-       * include/profile/unordered_map: Likewise.
-       * include/profile/unordered_set: Likewise.
-
-2010-03-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
-
-       PR target/43458
-       * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
-       Xfail hppa*-*-hpux*.
-
-2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-       * doc/xml/manual/profile_mode.xml (Profile Diagnostics): Correct
-       cols.
-       * doc/xml/manual/using.xml (C++ 1998 Library Headers): Add missing
-       c5 colspec.
-       (C++ 1998 Library Headers for C Library Facilities): Likewise.
-       (C++ 200x Library Headers): Likewise.
-
-2010-03-25  Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * include/bits/unordered_map.h (operator==, operator!=): Add per N3068.
-       * include/bits/unordered_set.h (operator==, operator!=): Likewise.
-       * include/debug/unordered_map (operator==, operator!=): Likewise.
-       * include/debug/unordered_set: Likewise.
-       * include/profile/unordered_map: Likewise.
-       * include/profile/unordered_set: Likewise.
-       * testsuite/23_containers/unordered_map/operators/1.cc: New.
-       * testsuite/23_containers/unordered_multimap/operators/1.cc: Likewise.
-       * testsuite/23_containers/unordered_multimap/operators/2.cc: Likewise.
-       * testsuite/23_containers/unordered_set/operators/1.cc: Likewise.
-       * testsuite/23_containers/unordered_multiset/operators/1.cc: Likewise.
-
-2010-03-25  John Lakos  <jlakos@bloomberg.net>
-           Pablo Halpern  <phalpern@halpernwightsoftware.com>
-           Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * include/bits/hashtable_policy.h (struct _Equality_base): Add.
-       * include/bits/hashtable.h (_Hashtable<>): Derive from the latter.
-
-2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * testsuite/util/testsuite_tr1.h (NType, TType, SLType, PODType): Add.
-       * testsuite/20_util/is_trivial/value.cc: Adjust.
-       * testsuite/20_util/is_standard_layout/value.cc: Likewise.
-       * testsuite/20_util/is_pod/value.cc: Likewise.
-
-2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * testsuite/20_util/is_trivial/value.cc: New.
-       * testsuite/20_util/is_standard_layout/value.cc: Likewise.
-       * testsuite/20_util/is_pod/value.cc: Extend.
-
-2010-03-23  Paolo Carlini  <paolo.carlini@oracle.com>
-
-       * include/bits/stl_algobase.h (lower_bound(_ForwardIterator,
-       _ForwardIterator, const _Tp&, _Compare)): Move...
-       * include/bits/stl_algo.h: ... here.
-
 2010-03-22  Johannes Singler  <singler@kit.edu>
 
         * include/parallel/numeric (inner_product, partial_sum):
-        Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity
+        Precede subsequent call with _GLIBCXX_STD_P:: to avoid ambiguity 
         between __gnu_parallel:: and std::
         * include/parallel/algobase.h (equal): Likewise.
         * include/parallel/algo.h (find_first_of, search_n, merge, nth_element,