Differences
This shows you the differences between two versions of the page.
|
what_is_new_7_6_0 [2023/11/01 19:36] chrystian Created 'What is New in Dinamica EGO 7.6.0' page |
what_is_new_7_6_0 [2023/11/03 01:14] (current) admin [Dinamica (Application Core and DLLs)] |
||
|---|---|---|---|
| Line 60: | Line 60: | ||
| ===== Dinamica (Application Core and DLLs) ===== | ===== Dinamica (Application Core and DLLs) ===== | ||
| + | |||
| + | * More improvements to the Java binding code generated by SWIG: | ||
| + | - Removed previous trick used to prevent the generation of default constructors from more classes; | ||
| + | - More use of %immutable to prevent generation of "set"-method for read-only struct fields. | ||
| + | |||
| + | * Some improvements to the Java binding code generated by SWIG: | ||
| + | - Removed previous trick used to prevent the generation of default constructors for most classes by using %nodefaultctor; | ||
| + | - Removed some unnecessary functions exports; | ||
| + | - Use of %immutable to prevent generation of "set"-method for some read-only struct fields. | ||
| + | |||
| + | * Fixed compilation warning related to the deprecation of the previous way of using boost::bind. | ||
| + | |||
| + | * Fixed compilation warning about variable being redefined. | ||
| + | |||
| + | * Changed variable name to clarify log behavior. | ||
| + | |||
| + | * Make sure the folder where the log file will be created exists. | ||
| * Fixed error in test case related to changes in the log system. | * Fixed error in test case related to changes in the log system. | ||