glib/glib/pcre
21:06:47 Tim Janik 1e55738f31 initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional
2007-11-21 21:06:47  Tim Janik  <timj@imendio.com>

	* Makefile.decl: initialize automake variables EXTRA_DIST and
	TEST_PROGS for unconditional appending via += in other makefiles.
	define recursive test targets: test, test-report, perf-report,
	full-report, as described here:
      http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html

	* Makefile.am:
	* build/win32/vs8/Makefile.am, build/win32/dirent/Makefile.am:
	* build/win32/Makefile.am, build/Makefile.am:
	* docs/Makefile.am, docs/reference/Makefile.am:
	* docs/reference/glib/Makefile.am, docs/reference/gobject/Makefile.am:
	* gmodule/Makefile.am, tests/Makefile.am:
	* tests/refcount/Makefile.am, tests/gobject/Makefile.am:
	* glib/update-pcre/Makefile.am, glib/libcharset/Makefile.am:
	* glib/tests/Makefile.am, glib/pcre/Makefile.am:
	* glib/gnulib/Makefile.am, gobject/Makefile.am, m4macros/Makefile.am:
	* gthread/Makefile.am, glib/Makefile.am:
	include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.

	* glib/tests/Makefile.am: removed example testing rules.

	* glib/tests/testing.c: conditionalized performance and slow tests.

	* glib/gtestutils.h:
	* glib/gtestutils.c: work around g_test_config_vars not changing its
	exported value after value assignments, aparently due to symbol aliases.

	* glib/gtester.c: fixed off-by-one error which produced junk in logs.

	* configure.in: check for python >= 2.4 and provide $PYTHON for scripts.


svn path=/trunk/; revision=5914
2007-11-21 20:09:46 +00:00
..
COPYING Update to PCRE 7.2 2007-07-31 17:22:56 +00:00
Makefile.am initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional 2007-11-21 20:09:46 +00:00
makefile.msc Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_chartables.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_compile.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_config.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_dfa_exec.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_exec.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_fullinfo.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_get.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_globals.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_info.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_internal.h Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_maketables.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_newline.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_ord2utf8.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_refcount.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_study.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_tables.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_try_flipped.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_ucp_searchfuncs.c Add GRegex for regular expression matching. (#50075) 2007-03-15 13:01:31 +00:00
pcre_valid_utf8.c Add GRegex for regular expression matching. (#50075) 2007-03-15 13:01:31 +00:00
pcre_version.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre_xclass.c Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
pcre.h Update the internal copy of PCRE to 7.4 2007-11-07 04:57:22 +00:00
ucp.h Add GRegex for regular expression matching. (#50075) 2007-03-15 13:01:31 +00:00
ucpinternal.h Add GRegex for regular expression matching. (#50075) 2007-03-15 13:01:31 +00:00