[Molecuilder-devel] [SCM] branch Candidate_v1.4.12 created. v1.4.11-80-g3107c8a
git at ins.uni-bonn.de
git at ins.uni-bonn.de
Tue Aug 4 09:30:50 CEST 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, Candidate_v1.4.12 has been created
at 3107c8ac84207e4525807b9151d2d08674118a2c (commit)
- Log -----------------------------------------------------------------
commit 3107c8ac84207e4525807b9151d2d08674118a2c
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Sun Aug 2 14:05:47 2015 +0200
Set version to v1.4.12.
commit c0068c29883ab89f29f1ad36a44aa546d131cc6a
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Sun Aug 2 14:01:05 2015 +0200
DOCU: Enhanced description of test policy on version update.
commit 82d111988cb6e74d73ae5383787080b17bf2cce6
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Mon Aug 3 11:25:02 2015 +0200
Cleaned up ActionQueue's interface: Actions are always cloned.
- Action's dstor needs to be public as we have a clone() function.
- ActionRegistrys' (and AQ's) getActionByName now returns const ref. We must
not return a ptr as it may not get deleted elsewhere. We are handing out
prototypes.
- queueAction(action*,...) is private to prevent leakage, queueAction(string,
...) is the public interface.
- some other small functions are now private, too.
- MakroActions now need to clone() the prototype on prepare() and delete them
on unprepare().
- ActionSequence deletes contained actions.
- FIX: ActionSequenceUnitTest cannot check on not-called property of removed
actions anymore as these are gone now (they are deleted on removal and they
are cloned on insertion).
- DOCU: Updated documentation on Actions.
commit 5cf61b4ade7303b1c221599fb66ee1076c5c305e
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Mon Aug 3 11:20:16 2015 +0200
Action::isActive() is now const member function.
- also changed TextMenu's items.
commit 725a1da23441218ebfe802d5508feedc1a4a8b46
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Fri Jul 31 19:09:47 2015 +0200
FIX: Adjacency's operator<<() printed fixed number (3) of entries.
- this caused seg violations and occurred through memcheck run.
- it was a copy&paste error from trianglematcher's.
commit 3532b77102b83baecdd39fade5a59f5aaf230ed0
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Fri Jul 31 12:21:56 2015 +0200
DISTFIX: adjacencymatcher and trianglematcher are check_PROGRAMS, not bin_...
- as such they are not installed and hence .in files must not use AUTOTEST_PATH
but topdir (top build directory).
- also in GuiChecks, regresssion, and Tesselations tests TESTSUITE was made
dependent on them but target check and installcheck only actually depend
on the wrapper scripts (molecuilder, ...).
commit 8e790ebd981dac78daa03f5e06560ba8ea84a21a
Author: Frederik Heber <heber at ins.uni-bonn.de>
Date: Fri Jul 31 11:27:06 2015 +0200
DISTFIX: Additional types.hpp in AdjacencyMatcher/Makefile.am.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the Molecuilder-devel
mailing list