Differences

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

Link to this comparison view

Last revision Both sides next revision
what_is_new_7_3_0 [2023/04/13 20:55]
admin created
what_is_new_7_3_0 [2023/04/13 20:56]
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 107: Line 107:
  
   * 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.