diff --git a/SConstruct b/SConstruct index c2e703031..1f1673f6c 100644 --- a/SConstruct +++ b/SConstruct @@ -60,6 +60,8 @@ def setupBasicEnvironment(): EnsurePythonVersion(2,3) EnsureSConsVersion(0,96,90) + Decider('MD5-timestamp') # detect changed files by timestamp, then do a MD5 + opts = defineCmdlineOptions() env = LumieraEnvironment(options=opts ,toolpath = [TOOLDIR] diff --git a/configure.ac b/configure.ac index cc7eee8b6..297b9c2cc 100644 --- a/configure.ac +++ b/configure.ac @@ -188,9 +188,9 @@ AC_CHECK_HEADER([execinfo.h], AC_DEFINE(HAVE_EXECINFO_H)) PKG_CHECK_MODULES(VALGRIND, [valgrind], AC_DEFINE(HAVE_VALGRIND_H), AC_MSG_NOTICE([valgrind not found (optional)])) -PKG_CHECK_MODULES(NOBUGMT_LUMIERA, [nobugmt >= 200909.1], +PKG_CHECK_MODULES(NOBUGMT_LUMIERA, [nobugmt >= 201001.1], AC_DEFINE(HAVE_NOBUGMT_H), - AC_MSG_ERROR([NoBug pkg-config metadata missing (http://www.pipapo.org/pipawiki/NoBug)]) + AC_MSG_ERROR([Missing required nobug version (http://www.lumiera.org/nobug_manual.html)]) ) # END Nobug Dependancies diff --git a/doc/devel/draw/Session.ScopeStructure-1.svg b/doc/devel/draw/Session.ScopeStructure-1.svg new file mode 100644 index 000000000..98e693597 --- /dev/null +++ b/doc/devel/draw/Session.ScopeStructure-1.svg @@ -0,0 +1,1621 @@ + + + diff --git a/doc/devel/uml/class128645.html b/doc/devel/uml/class128645.html index 27413648f..5f94489fb 100644 --- a/doc/devel/uml/class128645.html +++ b/doc/devel/uml/class128645.html @@ -23,7 +23,9 @@
Operation resolve |
create an actual (explicit) placement while trying to satisfy the network of adjacent objects and placements.
Declaration :
Relation subject (<unidirectional association>) |
Placement acts as smart pointer
Declaration :
Operation chain |
create and add another Placement for this media object, thus increasingly constraining the (possible) position of this object.
Declaration :
Relation chain (<unidirectional association>) |
Chain of additional Placements further constraining the position of this MObject
Declaration :
Relation chain (<unidirectional association>) |
Chain of additional Placements further constraining the position of this MObject
Declaration :
Relation <unidirectional association> |
Declaration :
Stereotype: has_a
+