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
@@ -63,7 +63,7 @@ option(DXFCXX_INSTALL_SAMPLES "Prepare install the samples" ${DXFCXX_IS_ROOT_PRO
63
63
option(DXFCXX_INSTALL_TOOLS "Prepare install the tools"${DXFCXX_IS_ROOT_PROJECT})
64
64
65
65
option(DXFCXX_LINK_STATIC_RUNTIME "Compile and link with -MT/-MTd or equivalent flag(s) to use a multi-threaded statically-linked runtime library. Visual Studio only."OFF)
66
-
option(DXFCXX_NODEFAULTLIB_LIBCMT"Ignore libcmt/libcmtd. Use if DXFCXX_LINK_STATIC_RUNTIME == ON."${DXFCXX_LINK_STATIC_RUNTIME})
66
+
option(DXFCXX_NODEFAULTLIB"Ignore libcmt/libcmtd/msvcrt/msvcrtd. Use if DXFCXX_LINK_STATIC_RUNTIME == ON."${DXFCXX_LINK_STATIC_RUNTIME})
if (EXISTS"${CMAKE_CURRENT_SOURCE_DIR}/third_party/graal-native-sdk-${DXFEED_GRAAL_NATIVE_SDK_VERSION}-${DXFCXX_GRAAL_TARGET_PLATFORM}/CMakeLists.txt")
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+16
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
## v4.3.0
2
+
3
+
* Renamed `DXFCXX_NODEFAULTLIB_LIBCMT` to `DXFCXX_NODEFAULTLIB` CMake project option for clearer purposes and added support for additional libraries in `/NODEFAULTLIB` configuration.
4
+
***\[MDAPI-254]\[C++]** Migrated to Graal SDK v2.5.0
5
+
* Added `AGGREGATE`, `COMPOSITE`, `REGIONAL` OrderSource. The new system property `dxscheme.unitaryOrderSource=true|false` has been added.
6
+
It controls whether a single or unitary source is used when subscribing to all sources. It is set to 'false' by default.
7
+
All separate sources, such as `COMPOSITE_ASK`, `COMPOSITE_BID`, `REGIONAL_ASK`, `REGIONAL_BID`, `AGGREGATE_ASK` and `AGGREGATE_BID` have been
8
+
declared deprecated.
9
+
* Added new Order source for BlueOcean ATS: ocea.
10
+
* Added new Order sources for IG CFDs Gate: IGC, igc.
11
+
* Added new Order sources for EDX Gate: EDX, edx.
12
+
* Added new Order sources for Nuam Exchange Gate: NUAM, nuam.
13
+
* Added the ability to automatically generate the DXEndpoint name.
14
+
If the user does not explicitly specify the endpoint name, it will be generated using the template `qdcxx{Id}`,
15
+
where `{Id}` will be an empty string for the first instance of the endpoint and "-2", "-3", etc. for subsequent instances.
16
+
1
17
## v4.2.0
2
18
3
19
***\[MDAPI-249]\[C++]** Transitive dependencies are hidden.
0 commit comments