Mentions légales du service

Skip to content
Snippets Groups Projects
Commit be3aed1c authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

Issue tag v16.13.

parent 1e91657f
Branches
Tags v16.13
No related merge requests found
...@@ -35,9 +35,6 @@ Untitled.xcworkspace ...@@ -35,9 +35,6 @@ Untitled.xcworkspace
*.os *.os
*.o *.o
# Personal script to use orque easily as my test machine.
Scripts/synchronize_orque.sh
# Scons configuration file # Scons configuration file
Sources/build_configuration_* Sources/build_configuration_*
.sconsign-network.dblite .sconsign-network.dblite
......
...@@ -15175,6 +15175,7 @@ ...@@ -15175,6 +15175,7 @@
"-lyuni-static-core", "-lyuni-static-core",
"-lmpi", "-lmpi",
"-lpetsc", "-lpetsc",
"-lmpi_cxx",
); );
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO; PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
...@@ -15285,6 +15286,7 @@ ...@@ -15285,6 +15286,7 @@
"-lyuni-static-core", "-lyuni-static-core",
"-lmpi", "-lmpi",
"-lpetsc", "-lpetsc",
"-lmpi_cxx",
); );
PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO; PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO;
SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES; SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = YES;
...@@ -85,7 +85,7 @@ def ProcessCommit(special_branch_names): ...@@ -85,7 +85,7 @@ def ProcessCommit(special_branch_names):
if __name__ == "__main__": if __name__ == "__main__":
try: try:
ProcessCommit(('')) ProcessCommit(('master', 'develop'))
except Exception as e: except Exception as e:
print "{0}".format(e) print "{0}".format(e)
......
...@@ -4,6 +4,11 @@ means week 46 of year 2013. Should a second tag be given the same week, an index ...@@ -4,6 +4,11 @@ means week 46 of year 2013. Should a second tag be given the same week, an index
Next tag: Next tag:
v16.13:
- Feature #873: Add the possibility of a decoupled time dependency in Parameter (and hence in TransientSource).
- Feature #875: Extend ParameterAtDof so it might encompass several finite element spaces (one per dimension at most).
- Documentation #9: Fix all Doxygen warnings in FElt library. - Documentation #9: Fix all Doxygen warnings in FElt library.
- Bug #870: Fix huge bug in GeometricMeshRegion::GetSubsetGeometricEltList(), which produced ill-defined range of subset of geometric elements of a given dimension. - Bug #870: Fix huge bug in GeometricMeshRegion::GetSubsetGeometricEltList(), which produced ill-defined range of subset of geometric elements of a given dimension.
- Support #869: Make all tests work again and add them in the integration tests procedure. - Support #869: Make all tests work again and add them in the integration tests procedure.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment