diff --git a/ChangeLog b/ChangeLog index 17e9120..c5c7530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2017-01-06 15:53 + + * [r89] COPYING, ChangeLog, INSTALL, ax_cxx_compile_stdcxx_11.m4, + ax_init_standard_project.m4, bootstrap.sh, build-in-docker.conf, + build-in-docker.sh, debian/control.in, resolve-debbuilddeps.sh, + resolve-rpmbuilddeps.sh, sql-to-dot.sed: + improved build, tested on wily and xenial + +2017-01-05 14:25 + + * [r88] src/commands.hxx: + more improve expect load; better logging in case of exception + +2017-01-04 15:54 + + * [r87] src/commands.hxx, src/testgui.hxx, src/testgui.ui: + improve expect load; fix views menu; improve function call error + display + +2016-11-01 15:46 + + * [r86] ChangeLog, configure.ac, src/commands.hxx, src/testgui.hxx, + src/testgui.ui: + first version of a script run progress bar + +2016-06-09 14:12 + + * [r85] src/commands.hxx: + jenkins junit interprets dots as subclasses, so remove the dots + in filenames + +2016-06-09 12:41 + + * [r84] src/commands.hxx: + jenkins junit plugin gojne crazy: classname must not be a file + but either a directory or not exist - typo + +2016-06-09 11:18 + + * [r83] src/commands.hxx: + jenkins junit plugin gojne crazy: classname must not be a file + but either a directory or not exist + +2016-06-09 09:47 + + * [r82] configure.ac, src/commands.hxx: + no special characters in classname and name attributes, otherwise + jenkins cannot read the test output xml file + +2016-06-09 08:17 + + * [r81] scripts/wt-mode.el, src/commands.hxx: + filter special ascii commands from output, otherwise jenkins + cannot read the test output xml file - keep new line + +2016-06-09 08:09 + + * [r80] src/commands.hxx: + filter special ascii commands from output, otherwise jenkins + cannot read the test output xml file + 2016-06-08 09:07 * [r79] ax_init_standard_project.m4, bootstrap.sh, diff --git a/bootstrap.sh b/bootstrap.sh index 3b77fbd..e78eccd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1465,7 +1465,7 @@ if testtag AX_USE_DEBIAN_PACKAGING; then -- @PACKAGER@ @BUILD_DATE@ EOF - BUILD_DEPENDS="debhelper, fakeroot, ${VCSDEPENDS_DEB} pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release, fakeroot, $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen, default-jre-headless|default-jre"; fi; if testtag AX_USE_PERLDOC; then echo -n ", libpod-tree-perl"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" + BUILD_DEPENDS="debhelper, fakeroot, ${VCSDEPENDS_DEB} pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release $(if testtag AX_USE_DOXYGEN; then echo -n ", doxygen, graphviz, mscgen, default-jre-headless|default-jre"; fi; if testtag AX_USE_PERLDOC; then echo -n ", libpod-tree-perl"; fi; if testtag AX_USE_CPPUNIT; then echo -n ", libcppunit-dev"; fi; if testtag AX_CXX_QT || testtag AX_CHECK_QT AX_REQUIRE_QT; then echo -n ", qt5-default | libqt4-core | libqtcore4, qt5-qmake | qt4-qmake, qtbase5-dev | libqt4-dev, qtbase5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools, qttools5-dev-tools | qt4-dev-tools"; fi)" to debian/control.in < + + + + diff --git a/doc/header.html.in b/doc/header.html.in new file mode 100644 index 0000000..311876f --- /dev/null +++ b/doc/header.html.in @@ -0,0 +1,33 @@ + + + + + + + +$projectname: $title +$title + + + +$treeview +$search +$mathjax + +$extrastylesheet + + +
+ +
+
+ +
$projectname $projectnumber
+
$projectbrief
+
+ +
diff --git a/doc/plantuml.jar b/doc/plantuml.jar new file mode 100644 index 0000000..9502c23 Binary files /dev/null and b/doc/plantuml.jar differ diff --git a/doc/style.css b/doc/style.css new file mode 100644 index 0000000..303c151 --- /dev/null +++ b/doc/style.css @@ -0,0 +1,38 @@ +#titlearea { + display: flex; + justify-content: space-between; + align-items: flex-begin; +} +#titlearea nav { + padding: 0; + margin: 0; +} +#titlearea nav a { + background-color: lightgray; + border: 1px solid gray; + color: black; + padding: 1ex; + margin: 0; +} +img, object { + max-width: 100% !important; +} +@media (max-width: 50em) { + #navrow1, #navrow2 { + display: block + } + #side-nav, #splitbar, .ui-resizable-handle ui-resizable-e, .ui-resizable-handle ui-resizable-s { + display: none; + } + #doc-content { + margin-left: 0 !important; + } +} +@media (min-width: 50em) { + #navrow1, #navrow2 { + display: none; + } + #side-nav, #splitbar, .ui-resizable-handle ui-resizable-e, .ui-resizable-handle ui-resizable-s { + display: block + } +} diff --git a/makefile_test.inc.am b/makefile_test.inc.am new file mode 100644 index 0000000..baf81c4 --- /dev/null +++ b/makefile_test.inc.am @@ -0,0 +1,9 @@ +## @id $Id$ + +## 1 2 3 4 5 6 7 8 +## 45678901234567890123456789012345678901234567890123456789012345678901234567890 + +%.gcda: % + gcov $< + +CLEANFILES += ${CLEANFILES} ${TEST:%=%.gcno} ${TEST:%=%.gcda} *.gcov