[dune-pdelab] [dune-pdelab-commit] dune-pdelab r560 - in trunk: . dune/pdelab/experimental
Christian Engwer
christi at uni-hd.de
Thu Jul 29 14:37:57 CEST 2010
Hi Joe,
bitte keine .git* Dateien einchecken.
:-)
Christian
On Thu, Jul 29, 2010 at 02:30:50PM +0200, joe at conan.iwr.uni-heidelberg.de wrote:
> Author: joe
> Date: Thu Jul 29 14:30:50 2010
> New Revision: 560
> URL: http://svn.dune-project.org/websvn/listing.php?repname=dune-pdelab&path=/&rev=560&sc=1
>
> Log:
> Introduce experimental directory for stuff that may need further polish before
> general use.
>
> See enclosed README.txt for guidelines.
>
> Added:
> trunk/dune/pdelab/experimental/
> trunk/dune/pdelab/experimental/.gitignore
> trunk/dune/pdelab/experimental/Makefile.am
> trunk/dune/pdelab/experimental/README.txt
> Modified:
> trunk/configure.ac
>
> Modified: trunk/configure.ac
> ==============================================================================
> --- trunk/configure.ac Thu Jul 29 12:54:59 2010 (r559)
> +++ trunk/configure.ac Thu Jul 29 14:30:50 2010 (r560)
> @@ -34,6 +34,7 @@
> dune/pdelab/Makefile
> dune/pdelab/test/Makefile
> dune/pdelab/common/Makefile
> + dune/pdelab/experimental/Makefile
> dune/pdelab/finiteelementmap/Makefile
> dune/pdelab/function/Makefile
> dune/pdelab/gridfunctionspace/Makefile
>
> Added: trunk/dune/pdelab/experimental/.gitignore
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/dune/pdelab/experimental/.gitignore Thu Jul 29 14:30:50 2010 (r560)
> @@ -0,0 +1,2 @@
> +/Makefile
> +/Makefile.in
>
> Added: trunk/dune/pdelab/experimental/Makefile.am
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/dune/pdelab/experimental/Makefile.am Thu Jul 29 14:30:50 2010 (r560)
> @@ -0,0 +1,5 @@
> +noinst_DATA = README.txt
> +
> +SUBDIRS =
> +
> +include $(top_srcdir)/am/global-rules
>
> Added: trunk/dune/pdelab/experimental/README.txt
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ trunk/dune/pdelab/experimental/README.txt Thu Jul 29 14:30:50 2010 (r560)
> @@ -0,0 +1,19 @@
> +This "experimental" directory contains code which for various reasons should
> +not be used by unsuspecting users but nevertheless should be kept around. The
> +following guidelines apply:
> +
> + * This directory is included in the build system so people can run "make
> + headercheck" to see if a header still compiles.
> +
> + * Headers in this directory are not installed, they are mentioned in
> + noinst_HEADERS in the Makefile.am.
> +
> + * Headers in this directory _are_ distributed, i.e. do not mention them in
> + nodist_noinst_HEADERS. The reason is that not distributing them would make
> + the Makefile.am much more complicated.
> +
> + * The directory structure below dune/pdelab/experimental should mirror the
> + one below dune/pdelab.
> +
> + * When branching for a release, the whole "experimental" directory is deleted
> + from the release branch.
>
> _______________________________________________
> dune-pdelab-commit mailing list
> dune-pdelab-commit at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune-pdelab-commit
>
More information about the dune-pdelab
mailing list