This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/libstdc++-v3 ChangeLog.libstdcxx_so_7-bran ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	libstdcxx_so_7-branch
Changes by:	paolo@gcc.gnu.org	2005-06-07 00:29:14

Modified files:
	libstdc++-v3   : ChangeLog.libstdcxx_so_7-branch 
	libstdc++-v3/include/bits: stl_algo.h stl_algobase.h 
Added files:
	libstdc++-v3/testsuite/performance/25_algorithms: sort.cc 
	libstdc++-v3/testsuite/25_algorithms/nth_element: moveable.cc 
	libstdc++-v3/testsuite/25_algorithms/partial_sort: moveable.cc 
	libstdc++-v3/testsuite/25_algorithms/sort: moveable.cc sort.cc 
Removed files:
	libstdc++-v3/testsuite/25_algorithms: sort.cc 

Log message:
	2005-06-06  Chris Jefferson  <chris@bubblescope.net>
	
	* include/bits/stl_algo.h (__unguarded_linear_insert): Remove
	unnecessary parameter, make rvalref aware.
	(__unguarded_nocopy_partition, __unguarded_mid_partition,
	__introsort_partition): New helper functions.
	(__insertion_sort): Make rvalref aware, adapt to new
	__unguarded_linear_insert.
	(__unguarded_insertion_sort): Adapt to new __unguarded_linear_insert.
	(__introsort_loop, nth_element): Use __introsort_partition.
	* include/bits/stl_algobase.h (__move, __move_backward): New.
	* testsuite/25_algorithms/nth_element/moveable.cc: New.
	* testsuite/25_algorithms/partial_sort/moveable.cc: New.
	* testsuite/25_algorithms/sort/moveable.cc: New.
	* testsuite/25_algorithms/sort.cc: Move to...
	* testsuite/25_algorithms/sort/sort.cc: ...here.
	* testsuite/performance/25_algorithms/sort.cc: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.libstdcxx_so_7-branch.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.1.2.51&r2=1.1.2.52
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algo.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.47.6.11&r2=1.47.6.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_algobase.h.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.30.6.10&r2=1.30.6.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/performance/25_algorithms/sort.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/sort.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/partial_sort/moveable.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/sort/moveable.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/25_algorithms/sort/sort.cc.diff?cvsroot=gcc&only_with_tag=libstdcxx_so_7-branch&r1=NONE&r2=1.1.2.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]