gcc/libstdc++-v3
Johannes Singler f9985df51b re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind())
2008-04-07  Johannes Singler  <singler@ira.uka.de>

         * include/parallel/multiway_merge.h:
           Moved decisions to compiletime instead of runtime.
         * 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.

From-SVN: r133975
2008-04-07 08:27:34 +00:00
..
config baseline_symbols.txt: Update. 2008-03-29 09:23:13 +00:00
doc run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
include re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
libmath configure.ac (libtool_VERSION): To 6:11:0. 2008-03-18 17:22:52 +00:00
libsupc++ configure.ac (libtool_VERSION): To 6:11:0. 2008-03-18 17:22:52 +00:00
po configure.ac (libtool_VERSION): To 6:11:0. 2008-03-18 17:22:52 +00:00
scripts run_doxygen: Remove html_output_dir. 2008-03-26 06:27:35 +00:00
src configure.ac (libtool_VERSION): To 6:11:0. 2008-03-18 17:22:52 +00:00
testsuite re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
ChangeLog re PR libstdc++/35588 ([parallel mode] parallel std::sort and bind()) 2008-04-07 08:27:34 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007 2008-01-02 Paolo Carlini <pcarlini@suse.de> 2008-01-02 15:11:59 +00:00
Makefile.am [multiple changes] 2008-01-18 08:16:51 +00:00
Makefile.in configure.ac (libtool_VERSION): To 6:11:0. 2008-03-18 17:22:52 +00:00
README mainpage.html: Add in corrected links. 2008-02-12 02:10:57 +00:00
acinclude.m4 acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set glibcxx_ld_is_gold. 2008-03-28 17:32:05 +00:00
aclocal.m4 acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set glibcxx_ld_is_gold. 2008-03-28 17:32:05 +00:00
config.h.in [multiple changes] 2008-03-16 17:13:04 +00:00
configure acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Set glibcxx_ld_is_gold. 2008-03-28 17:32:05 +00:00
configure.ac configure.ac (libtool_VERSION): To 6:11:0. 2008-03-18 17:22:52 +00:00
configure.host configure.host (try_cpu settings): Set try_cpu=cris for crisv32. 2007-12-15 21:33:45 +00:00
crossconfig.m4 crossconfig.m4 (*-mingw32*): Define HAVE_STRTOF and HAVE_STRTOLD. 2008-03-04 12:44:31 +00:00
fragment.am
linkage.m4 [multiple changes] 2008-01-18 08:16:51 +00:00

README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.