Skip to content

Commit

Permalink
Merge pull request #1 from dxFeed/EN-1274-add-branch-to-submodule-link
Browse files Browse the repository at this point in the history
En 1274 add branch to submodule link
  • Loading branch information
alimantu authored Apr 9, 2020
2 parents 43eaf1c + 81efc61 commit 114c1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "dxfeed/dxfeed-c-api"]
path = dxfeed/dxfeed-c-api
url = https://github.com/dxFeed/dxfeed-c-api.git
path = dxfeed/dxfeed-c-api
url = https://github.com/dxFeed/dxfeed-c-api.git
2 changes: 1 addition & 1 deletion dxfeed/dxfeed-c-api
Submodule dxfeed-c-api updated 81 files
+11 −0 .github/README.md
+18 −0 .github/actions/centos/Dockerfile
+0 −0 .github/actions/centos/README
+21 −0 .github/actions/centos/action.yml
+32 −0 .github/actions/centos/entrypoint.sh
+16 −0 .github/actions/doxygen/Dockerfile
+0 −0 .github/actions/doxygen/README
+18 −0 .github/actions/doxygen/action.yml
+16 −0 .github/actions/doxygen/entrypoint.sh
+22 −0 .github/actions/linux/Dockerfile
+0 −0 .github/actions/linux/README
+23 −0 .github/actions/linux/action.yml
+22 −0 .github/actions/linux/entrypoint.sh
+9 −0 .github/actions/notes/Dockerfile
+0 −0 .github/actions/notes/README
+17 −0 .github/actions/notes/action.yml
+58 −0 .github/actions/notes/entrypoint.sh
+24 −0 .github/actions/publish/Dockerfile
+0 −0 .github/actions/publish/README
+20 −0 .github/actions/publish/action.yml
+55 −0 .github/actions/publish/entrypoint.sh
+389 −0 .github/workflows/github-ci.yml
+2 −0 .gitignore
+31 −7 DXFeed.def
+57 −1 DXFeed_64.def
+57 −33 DXFeedd.def
+57 −1 DXFeedd_64.def
+25 −0 ReleaseNotes.txt
+2,504 −0 docs/Doxyfile
+2,500 −0 docs/Doxyfile.release
+14 −0 docs/assets/footer.html
+16 −3 include/DXErrorCodes.h
+945 −410 include/DXFeed.h
+53 −0 include/DXTypes.h
+155 −37 include/EventData.h
+22 −0 include/RecordData.h
+ lib/libressl/mac/x64/libcrypto.46.0.0.dylib
+1 −0 lib/libressl/mac/x64/libcrypto.46.dylib
+ lib/libressl/mac/x64/libcrypto.a
+1 −0 lib/libressl/mac/x64/libcrypto.dylib
+ lib/libressl/mac/x64/libssl.48.0.0.dylib
+1 −0 lib/libressl/mac/x64/libssl.48.dylib
+ lib/libressl/mac/x64/libssl.a
+1 −0 lib/libressl/mac/x64/libssl.dylib
+ lib/libressl/mac/x64/libtls.20.0.0.dylib
+1 −0 lib/libressl/mac/x64/libtls.20.dylib
+ lib/libressl/mac/x64/libtls.a
+1 −0 lib/libressl/mac/x64/libtls.dylib
+74 −0 src/CMakeLists.txt
+16 −1 src/Candle.c
+300 −267 src/DXFeed.c
+30 −6 src/DXFeed.def.in
+56 −0 src/DXFeed_64.def.in
+56 −32 src/DXFeedd.def.in
+56 −0 src/DXFeedd_64.def.in
+4 −0 src/DXNetwork.c
+2 −1 src/DataStructures.c
+2 −0 src/Decimal.c
+63 −42 src/EventData.c
+19 −3 src/EventSubscription.c
+3 −0 src/RecordTranscoder.c
+2 −2 src/Version.h
+2 −1 tests/CandleSample/CandleSample.c
+49 −7 tests/CommandLineSample/CommandLineSample.c
+1 −1 tests/FullTest/FullTest.c
+2 −2 tests/IncSnapshotConsoleSample/IncSnapshotConsoleSample.c
+103 −81 tests/SnapshotConsoleSample/SnapshotConsoleSample.c
+45 −36 tests/UnitTests/CandleTest.c
+45 −36 tests/UnitTests/SnapshotTests.c
+1 −1 tests/UnitTests/SnapshotUnitTests.c
+1 −0 tests/UnitTests/TestHelper.h
+4 −0 wrappers/COM/include/Interfaces.h
+5 −0 wrappers/COM/src/CMakeLists.txt
+30 −2 wrappers/COM/src/CandleSymbol.cpp
+1 −1 wrappers/COM/src/DXFeedCOM.def
+1 −1 wrappers/COM/src/DXFeedCOM_64.def
+1 −1 wrappers/COM/src/DXFeedCOMd.def
+1 −1 wrappers/COM/src/DXFeedCOMd_64.def
+18 −0 wrappers/COM/src/EventFactory.cpp
+32 −19 wrappers/COM/src/NativeCandleSymbol.cpp
+1 −1 wrappers/COM/src/Version.h

0 comments on commit 114c1b7

Please sign in to comment.