gcc/libstdc++-v3/scripts
Douglas Gregor 499c96f56b Makefile.am (tr1_headers): Add new tuple_defs.h.
2006-10-16  Douglas Gregor  <doug.gregor@gmail.com>

	* include/Makefile.am (tr1_headers): Add new tuple_defs.h.
	* include/Makefile.in (tr1_headers): Regenerate.
	* include/tr1/tuple (tuple): Move declaration to tuple_defs.h.
	(get): Ditto.
	(operator==): Ditto.
	(operator<): Ditto.
	(operator!=): Ditto.
	(operator>): Ditto.
	(operator<=): Ditto.
	(operator>=): Ditto.
	(__stripped_tuple_type): Ditto.
	Include tuple.defs.h
	* include/tr1/tuple_iterate.h (tuple): Use
	_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED macro instead of 10
	"typename"s.
	(tuple_element): Use _GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS and
	_GLIBCXX_TYPLE_ALL_TEMPLATE_ARGS instead of 10
	parameters/arguments.
	* include/tr1/tuple_defs.h: New header, contains declarations and
	definitions for the tuple template with all arguments.
	* include/tr1/repeat.h (_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS): New.
	(_GLIBCXX_TUPLE_ALL_TEMPLATE_PARAMS_UNNAMED): New.
	(_GLIBCXX_TUPLE_ALL_TEMPLATE_ARGS): New.
	(_GLIBCXX_TEMPLATE_PARAMS_NULL_CLASS): New.
	(_GLIBCXX_TEMPLATE_ARGS_STRIPPED): New.
	* scripts/gen_includers.pl: Update.
	* scripts/gen_includers2.pl: New.

From-SVN: r117790
2006-10-16 19:08:22 +00:00
..
check_compile acinclude.m4 (glibcxx_PCHFLAGS): Set to stdtr1c++.h. 2006-08-29 10:53:04 +00:00
check_performance Makefile.am (pch*_output_anchor): Add. 2006-07-13 19:21:51 +00:00
create_testsuite_files re PR libstdc++/29095 (cxxabi.h __cxa_cdtor_type not declared when included from "C") 2006-10-09 23:53:35 +00:00
extract_symvers All files: Update FSF address. 2005-08-17 02:28:44 +00:00
gen_bind_includers.pl [multiple changes] 2005-04-01 03:35:59 +00:00
gen_includers.pl Makefile.am (tr1_headers): Add new tuple_defs.h. 2006-10-16 19:08:22 +00:00
gen_includers2.pl Makefile.am (tr1_headers): Add new tuple_defs.h. 2006-10-16 19:08:22 +00:00
make_exports.pl make_exports.pl: Use -_ rather than --strip-underscores or --strip-underscore. 2006-10-15 07:52:18 +00:00
make_graph.py pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
make_graphs.py pb_assoc: Delete. 2006-06-14 23:09:51 +00:00
testsuite_flags.in acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New. 2006-07-14 22:41:43 +00:00