Skip to content

Commit

Permalink
⬆️ Upgrade quickfix c++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Oct 6, 2024
1 parent b0bce06 commit be5c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickfix-ffi/libquickfix
Submodule libquickfix updated 47 files
+13 −4 .github/workflows/build_test_autotools.yml
+1 −0 cmake_config.h.in
+1 −1 src/C++/FieldConvertors.h
+1 −1 src/C++/Log.cpp
+94 −23 src/C++/Log.h
+1 −1 src/C++/MySQLConnection.h
+1 −1 src/C++/PUGIXML_DOMDocument.cpp
+10 −10 src/C++/SSLSocketConnection.cpp
+7 −6 src/C++/Session.cpp
+7 −0 src/C++/Session.h
+14 −2 src/C++/SessionFactory.cpp
+1 −1 src/C++/SessionID.h
+20 −0 src/C++/SessionSettings.h
+20 −20 src/C++/SocketConnection.cpp
+18 −20 src/C++/ThreadedSSLSocketConnection.cpp
+34 −1 src/C++/UtilitySSL.cpp
+10 −3 src/C++/UtilitySSL.h
+1 −0 src/C++/double-conversion/utils.h
+11 −6 src/C++/pugiconfig.hpp
+5,631 −3,159 src/C++/pugixml.cpp
+272 −98 src/C++/pugixml.hpp
+4 −4 src/C++/test/DataDictionaryTestCase.cpp
+38 −0 src/C++/test/SessionFactoryTestCase.cpp
+45 −1 src/C++/test/SessionTestCase.cpp
+5,105 −1,556 src/python/QuickfixPython.cpp
+91 −1 src/python/QuickfixPython.h
+101 −0 src/python/quickfix.i
+167 −16 src/python/quickfix.py
+3 −1 src/python3/Makefile.am
+12 −1 src/quickfix.i
+3 −1 src/ruby/.gitignore
+2 −0 src/ruby/Makefile.am
+3,358 −1,467 src/ruby/QuickfixRuby.cpp
+25 −1 src/ruby/QuickfixRuby.h
+3 −1 src/ruby/extconf.rb
+21 −11 src/ruby/make_ruby.sh
+1 −1 src/sql/mysql/create.bat
+8 −0 src/sql/mysql/create_user.sh
+4 −2 src/sql/mysql/mysql.sql
+0 −2 src/sql/mysql/quickfix_database.sql
+2 −0 src/sql/mysql/user.sql
+0 −2 src/sql/oracle/create.bat
+0 −126 src/sql/oracle/login.sql
+4 −0 src/sql/postgresql/create_user.sh
+2 −0 src/sql/postgresql/user.sql
+3 −3 test/cfg/ut.cfg
+4 −1 test/runat_python3.sh

0 comments on commit be5c308

Please sign in to comment.