You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the ability to enable dynamic linking of tests using the CMake parameter DXFCXX_DYNAMICALLY_LINK_UNIT_TESTS
Added the ability to enable dynamic linking of samples using the CMake parameter DXFCXX_DYNAMICALLY_LINK_SAMPLES
Added the ability to enable dynamic linking of tools using the CMake parameter DXFCXX_DYNAMICALLY_LINK_TOOLS
Added the ability to statically link Windows runtime libraries (for Visual Studio) using the DXFCXX_LINK_STATIC_RUNTIME parameter
Added the ability to ignore the libcmt/libcmtd library when statically linking Windows runtime libraries using the DXFCXX_NODEFAULTLIB_LIBCMT parameter (works only when the DXFCXX_LINK_STATIC_RUNTIME parameter is enabled)
Added preparation of library releases for Windows, linked statically with runtime libraries (with parameters: /MT, /MTd, /NODEFAULTLIB:LIBCMT, /NODEFAULTLIB:LIBCMTD). The names of these artifacts end with -static-mt, for
example dxFeedGraalCxxApi-v4.2.0-rc1-x86_64-windows-Release-static-mt.zip
[MDAPI-248][C++] Now documentation is automatically collected and published on GitHub Pages and released.