Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
what_is_new_7_3_0 [2023/04/13 20:55]
admin created
what_is_new_7_3_0 [2023/04/13 20:57] (current)
admin
Line 40: Line 40:
  
   * Adapted log calls to the new infra-estructure using the fmt library.   * Adapted log calls to the new infra-estructure using the fmt library.
-   ​- ​avoid unnecessary locks; +    * avoid unnecessary locks; 
-   - remove superfluous custom streams; +    ​* ​remove superfluous custom streams; 
-   - use FMT; +    ​* ​use FMT; 
-   - Fixed inconsistencies with the use of flush();+    ​* ​Fixed inconsistencies with the use of flush();
  
   * Updated copyright date.   * Updated copyright date.
Line 75: Line 75:
   * Allow the execution of test cases to accept arguments from the command line.   * Allow the execution of test cases to accept arguments from the command line.
  
-  * Moved folder containing the system submodels (provided with the tests) to avoid having those submodels loaded as local submodels ​ +  * Moved folder containing the system submodels (provided with the tests) to avoid having those submodels loaded as local submodels every type a script file from the tests is read.
-every type a script file from the tests is read.+
  
   * Use colors when printing the conclusion for the configuration and compilation scripts on Linux.   * Use colors when printing the conclusion for the configuration and compilation scripts on Linux.
Line 107: Line 106:
  
   * Redefinition of the Log infra-structure:​   * Redefinition of the Log infra-structure:​
-    ​avoid unnecessary locks; +    ​avoid unnecessary locks; 
-    ​remove superfluous custom streams; +    ​remove superfluous custom streams; 
-    ​use FMT; +    ​use FMT; 
-    ​Fixed inconsistencies with the use of flush();+    ​Fixed inconsistencies with the use of flush();
  
   * Replaced uses of boost::​format with fmt::​format.   * Replaced uses of boost::​format with fmt::​format.