]> https://gitweb.dealii.org/ - dealii.git/commitdiff
rename and document scripts 2782/head
authorTimo Heister <timo.heister@gmail.com>
Fri, 8 Jul 2016 10:11:10 +0000 (11:11 +0100)
committerTimo Heister <timo.heister@gmail.com>
Fri, 8 Jul 2016 10:11:10 +0000 (11:11 +0100)
contrib/utilities/parse_ctest_output.py [moved from contrib/utilities/parse.py with 89% similarity]
contrib/utilities/wrapcomments.py

similarity index 89%
rename from contrib/utilities/parse.py
rename to contrib/utilities/parse_ctest_output.py
index 001a37c4566d9e99dbeb4181602f7632435fd171..b4499b3df3ae2b8db23fc3d88a1a8e03e7022722 100644 (file)
@@ -1,3 +1,28 @@
+#!/usr/bin/python
+
+## ---------------------------------------------------------------------
+##
+## Copyright (C) 2016 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
+#
+# Written by timo.heister@gmail.com
+#
+# This is an (incomplete) script that parses test output from ctest's xml
+# files and generates a static html page from it.
+#
+# Execute in the directory build/Testing
+
 import xml.etree.ElementTree as ET
 import glob
 
index b3c0c30a22ed47a420d5c8a95a7ed6450a500839..63f5a8394600046a755d331c11c736f335063435 100755 (executable)
@@ -1,5 +1,23 @@
 #!/usr/bin/python
 
+## ---------------------------------------------------------------------
+##
+## Copyright (C) 2016 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
+#
+# Written by timo.heister@gmail.com
+
 # run this script on all headers of deal.II to fix comment line wrapping for
 # doxygen comments.
 # Example:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.