This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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 include/Makefile.am ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	dgregor@gcc.gnu.org	2005-04-01 04:24:33

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include: Makefile.am Makefile.in 
	libstdc++-v3/include/tr1: functional functional_iterate.h 
	                          repeat.h tuple 
	libstdc++-v3/testsuite: testsuite_tr1.h 
Added files:
	libstdc++-v3/include/tr1: bind_iterate.h bind_repeat.h 
	                          mu_iterate.h ref_fwd.h tuple_iterate.h 
	libstdc++-v3/scripts: gen_bind_includers.pl gen_includers.pl 
	libstdc++-v3/testsuite/tr1/3_function_objects/bind: all_bound.cc 
	                                                    nested.cc 
	                                                    placeholders.cc 
	                                                    ref.cc 

Log message:
	* include/tr1/tuple: Support iteration via tuple_iterate.h.
	* include/tr1/tuple_iterate.h: Iteration file for tuple.
	
	2005-03-31  Douglas Gregor  <doug.gregor@gmail.com>
	
	* include/Makefile.am (tr1_headers): Add bind and mu repetition
	headers and reference_wrapper<> forwarding header.
	* include/Makefile.in: Regenerate.
	* include/tr1/bind_iterate.h: Implementation of function call
	operators for the function object returned from tr1::bind().
	* include/tr1/bind_repeat.h: Bind-specific repetition header,
	akin to include/tr1/repeat.h.
	* include/tr1/functional (_Mem_fn): Bug fix: declare result
	member
	template for use with result_of.
	(is_bind_expression): New.
	(is_placeholder): New.
	(_Placeholder): New. Placeholder type for bind.
	(_Mu): New. Implementation detail of bind.
	(_Bind, _Bind_result): New. Function objects returned by bind.
	(_GLIBCXX_JOIN): New. Required to create bind placeholders.
	* include/tr1/functional_iterate.h (_Bind, _Bind_result, bind):
	New. Implementation of tr1::bind.
	* include/tr1/mu_iterate.h (_Mu): result template and operator()
	for the _Mu helper to bind.
	* include/tr1/ref_fwd.h (reference_wrapper): Forward declaration
	used by tuple header.
	(ref): Ditto.
	(cref): Ditto.
	* include/tr1/repeat.h: Add bind-specific repetition macros.
	* include/tr1/tuple: Use reference_wrapper forwarding header for
	initial definitions, then include <tr1/functional> at the end, to
	make the circular dependencies work.
	(tie): Support zero-argument tie() function.
	* testsuite/tr1/3_function_objects/bind/all_bound.cc: New test of
	bind() functionality with parameters bound.
	* testsuite/tr1/3_function_objects/bind/nested.cc: New test of
	nested bind() expressions.
	* testsuite/tr1/3_function_objects/bind/placeholders.cc: New test
	of bind() placeholders.
	* testsuite/tr1/3_function_objects/bind/ref.cc: New test of bind()
	with arguments bound via reference_wrapper<>.
	* scripts/gen_includers.pl: Generate the repetitive part of
	include/tr1/repeat.h.
	* scripts/gen_bind_includers.pl: Generate the repetitive part of
	include/tr1/bind_repeat.h.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.2917.2.15&r2=1.2917.2.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.96.2.2&r2=1.96.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.126.2.2&r2=1.126.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/bind_iterate.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/bind_repeat.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/mu_iterate.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/ref_fwd.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/tuple_iterate.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/functional.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.7.2.2&r2=1.7.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/functional_iterate.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/repeat.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/tuple.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.7&r2=1.7.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/gen_bind_includers.pl.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/gen_includers.pl.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_tr1.h.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.9.2.3&r2=1.9.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/all_bound.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/nested.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/placeholders.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/tr1/3_function_objects/bind/ref.cc.diff?cvsroot=gcc&only_with_tag=gcc-4_0-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]