Loading SGT_VERSION +1 −1 Original line number Diff line number Diff line 10.2.6 10.2.7 gui/server/meson.build +8 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,14 @@ project( pkg = import('pkgconfig') fs = import('fs') cxx = meson.get_compiler('cpp') cpp = meson.get_compiler('cpp') if cpp.get_id() == 'clang' add_project_arguments( '-U_LIBCPP_ENABLE_ASSERTIONS', '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE', language: 'cpp' ) endif dep_sgt_core = dependency('SgtCore') Loading meson.build +1 −1 Original line number Diff line number Diff line project( 'SmartGridToolbox', 'cpp', version : '10.2.6', version : '10.2.7', license : 'Apache License 2.0', default_options : ['cpp_std=c++17', 'buildtype=debugoptimized', 'default_library=shared'] ) Loading python_bindings/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import subprocess from Cython.Build import cythonize VERSION = '10.2.6' VERSION = '10.2.7' # ------------------------------------------------------------------------------ # Find C++ compile options. Loading Loading
gui/server/meson.build +8 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,14 @@ project( pkg = import('pkgconfig') fs = import('fs') cxx = meson.get_compiler('cpp') cpp = meson.get_compiler('cpp') if cpp.get_id() == 'clang' add_project_arguments( '-U_LIBCPP_ENABLE_ASSERTIONS', '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE', language: 'cpp' ) endif dep_sgt_core = dependency('SgtCore') Loading
meson.build +1 −1 Original line number Diff line number Diff line project( 'SmartGridToolbox', 'cpp', version : '10.2.6', version : '10.2.7', license : 'Apache License 2.0', default_options : ['cpp_std=c++17', 'buildtype=debugoptimized', 'default_library=shared'] ) Loading
python_bindings/setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ import subprocess from Cython.Build import cythonize VERSION = '10.2.6' VERSION = '10.2.7' # ------------------------------------------------------------------------------ # Find C++ compile options. Loading