]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
release notes 5.1.0
authorcrouzet <nicolas.crouzet@cea.fr>
Thu, 11 Jul 2019 13:26:37 +0000 (15:26 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Thu, 11 Jul 2019 13:26:37 +0000 (15:26 +0200)
doc/src/index.rst
doc/src/release_notes/release_notes_5.1.0.rst [new file with mode: 0644]
doc/src/release_notes/release_notes_5.2.0.rst

index 41ad9601f97641a8c591e2f113598c25b48f41f2..694f12eb7d9f6954415834377bbcd36ee3d3ff09 100644 (file)
@@ -77,4 +77,5 @@ Release Notes
    Release Notes 5.4.0 <release_notes/release_notes_5.4.0>
    Release Notes 5.3.0 <release_notes/release_notes_5.3.0>
    Release Notes 5.2.0 <release_notes/release_notes_5.2.0>
+   Release Notes 5.1.0 <release_notes/release_notes_5.1.0>
 
diff --git a/doc/src/release_notes/release_notes_5.1.0.rst b/doc/src/release_notes/release_notes_5.1.0.rst
new file mode 100644 (file)
index 0000000..04199da
--- /dev/null
@@ -0,0 +1,87 @@
+*****************
+SAT version 5.1.0
+*****************
+
+Release Notes, June, 2018
+=========================
+
+This version of salomeTool was used to produce SALOME 8.5.0
+
+New features and improvments
+----------------------------
+
+**sat compile : management of a verbose and debug option**
+
+The verbose and debug option for cmake products is activated through two new keys introduced in application configuration files : **debug** and **verbose**.
+**debug** option will trigger the tranmmission of *-DCMAKE_VERBOSE_MAKEFILE=ON* to cmake, while **verbose** option will transmit *-DCMAKE_VERBOSE_MAKEFILE=ON*.
+The new options can be activated for a selected products (within the option dictionnary associated to the products): 
+
+.. code-block:: bash
+
+    # for KERNEL compilation : specify to cmake a debug compilation with verbosity
+    KERNEL : {tag : "V7_8_0", base : "yes", debug : "yes", verbose : "yes"}
+
+These two options can also be activated globaly, for all products, through golbal keys:
+
+.. code-block:: bash
+
+    specify to cmake a debug compilation with verbosity for all products
+    APPLICATION :
+    {
+        name : 'SALOME-master'
+        workdir : $LOCAL.workdir + $VARS.sep + $APPLICATION.name + '-' + $VARS.dist
+        tag : 'master'
+        verbose :'yes'
+        debug : 'yes'
+        ...
+    }
+
+**Implementation of salome test functionnality with sat launcher**
+
+**sat** launcher is now able to launch salome tests (before the development, only virtual applications where able to launch salome tests).
+SALOME module was adapted to hold the tests (through links to SALOME module test directories).
+Notablt, the results and logs of the test are stored in *INSTALL/SALOME/bin/salome/test*.
+
+.. code-block:: bash
+
+    # display help for salome test command
+    salome test -h
+
+    # show available tests (without running them)
+    salome test -N
+
+    # run tests
+    salome test
+
+
+Change log
+----------
+
+This chapter does not provide the complete set of changes included, only the
+most significant changes are listed.
+
+
++-------------+-----------------------------------------------------------------------------------+
+| Artifact    | Description                                                                       |
++=============+===================================================================================+
+| sat #8908   | sat compile : management of a verbose and debug options                           |
++-------------+-----------------------------------------------------------------------------------+
+| sat #8560   | Define handles set_env_build and set_env_launch to be able to specialise env      |
++-------------+-----------------------------------------------------------------------------------+
+| sat #8638   | Improve information printed by --show option of sat compile                       |
++-------------+-----------------------------------------------------------------------------------+
+| sat #8911   | Implementation of salome test with sat launcher in connection with SALOME module  |
++-------------+-----------------------------------------------------------------------------------+
+| sat #11056  | Generation of new salome launcher with mesa with sat launcher command             |
++-------------+-----------------------------------------------------------------------------------+
+| sat #11028  | Use of a new property "configure_dependency" to manage the dependency of all      |
+|             | salome modules to CONFIGURATION module                                            |
++-------------+-----------------------------------------------------------------------------------+
+| sat #10569  | Debug and improvement of products filters in sat commands                         |
++-------------+-----------------------------------------------------------------------------------+
+| sat #8576   | Improve if messages displayed by sat compile commande                             |
+| sat #8646   | Improve management of errors                                                      |
+| sat #8605   |                                                                                   |
+| sat #8646   |                                                                                   |
+| sat #8576   |                                                                                   |
++-------------+-----------------------------------------------------------------------------------+
index 23fc8d151226dcd61b713cd2f9c9a61845331681..a3b534e44cc63ff8422a666f21245982805906fd 100644 (file)
@@ -1,5 +1,5 @@
 *****************
-SAT version 5.5.0
+SAT version 5.2.0
 *****************
 
 Release Notes, December, 2018