Skip to content

Commit

Permalink
Update amqpcpp to 4.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
bmario committed Jan 16, 2023
1 parent 73870b9 commit 8c28ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "lib/amqpcpp"]
path = lib/amqpcpp
url = https://github.com/metricq/AMQP-CPP.git
url = https://github.com/CopernicaMarketingSoftware/AMQP-CPP.git
[submodule "lib/asio"]
path = lib/asio
url = https://github.com/chriskohlhoff/asio.git
Expand Down
2 changes: 1 addition & 1 deletion lib/amqpcpp
Submodule amqpcpp updated 55 files
+23 βˆ’0 .github/ISSUE_TEMPLATE/bug_report.md
+1 βˆ’1 CMakeLists.txt
+4 βˆ’4 Makefile
+324 βˆ’237 README.md
+29 βˆ’4 examples/libev.cpp
+2 βˆ’2 include/amqpcpp/address.h
+6 βˆ’6 include/amqpcpp/array.h
+3 βˆ’3 include/amqpcpp/booleanset.h
+7 βˆ’5 include/amqpcpp/channel.h
+28 βˆ’18 include/amqpcpp/channelimpl.h
+20 βˆ’2 include/amqpcpp/copiedbuffer.h
+3 βˆ’3 include/amqpcpp/decimalfield.h
+10 βˆ’7 include/amqpcpp/deferred.h
+6 βˆ’4 include/amqpcpp/deferredcancel.h
+9 βˆ’6 include/amqpcpp/deferredconfirm.h
+66 βˆ’23 include/amqpcpp/deferredconsumer.h
+6 βˆ’4 include/amqpcpp/deferreddelete.h
+39 βˆ’26 include/amqpcpp/deferredget.h
+9 βˆ’6 include/amqpcpp/deferredpublish.h
+6 βˆ’4 include/amqpcpp/deferredqueue.h
+27 βˆ’18 include/amqpcpp/deferredrecall.h
+7 βˆ’0 include/amqpcpp/endian.h
+2 βˆ’1 include/amqpcpp/exchangetype.h
+3 βˆ’3 include/amqpcpp/field.h
+3 βˆ’3 include/amqpcpp/inbuffer.h
+87 βˆ’145 include/amqpcpp/libboostasio.h
+19 βˆ’13 include/amqpcpp/libev.h
+3 βˆ’3 include/amqpcpp/numericfield.h
+1 βˆ’1 include/amqpcpp/outbuffer.h
+7 βˆ’3 include/amqpcpp/reliable.h
+3 βˆ’3 include/amqpcpp/stringfield.h
+3 βˆ’3 include/amqpcpp/table.h
+11 βˆ’3 include/amqpcpp/tagger.h
+5 βˆ’5 include/amqpcpp/voidfield.h
+6 βˆ’6 src/array.cpp
+21 βˆ’1 src/basiccancelframe.h
+65 βˆ’33 src/channelimpl.cpp
+1 βˆ’1 src/connectionimpl.cpp
+5 βˆ’1 src/connectionstartframe.h
+0 βˆ’91 src/consumedmessage.h
+3 βˆ’0 src/extframe.h
+21 βˆ’20 src/field.cpp
+1 βˆ’1 src/inbuffer.cpp
+15 βˆ’1 src/linux_tcp/openssl.cpp
+1 βˆ’0 src/linux_tcp/openssl.h
+20 βˆ’11 src/linux_tcp/sslconnected.h
+100 βˆ’0 src/linux_tcp/sslerrorprinter.cpp
+73 βˆ’0 src/linux_tcp/sslerrorprinter.h
+8 βˆ’3 src/linux_tcp/sslhandshake.h
+14 βˆ’1 src/linux_tcp/tcpresolver.h
+3 βˆ’0 src/methodframe.h
+2 βˆ’2 src/passthroughbuffer.h
+0 βˆ’1 src/receivedframe.cpp
+8 βˆ’6 src/table.cpp
+23 βˆ’5 src/tagger.cpp

0 comments on commit 8c28ff5

Please sign in to comment.