You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ct...@apache.org on 2022/05/24 09:19:52 UTC

[thrift] branch master updated (b90f2bcb8 -> 4646a3557)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


    from b90f2bcb8 Trivial: Add missing AC_CHECK_HEADERS (#2610)
     add 4646a3557 Remove execute bit from plain text files in git (#2611)

No new revisions were added by this update.

Summary of changes:
 .editorconfig                                     | 0
 Makefile.am                                       | 0
 appveyor.yml                                      | 0
 configure.ac                                      | 0
 contrib/fb303/java/build.xml                      | 0
 doap.rdf                                          | 0
 lib/c_glib/Makefile.am                            | 0
 lib/c_glib/test/Makefile.am                       | 0
 lib/c_glib/test/testbinaryprotocol.c              | 0
 lib/c_glib/test/testbufferedtransport.c           | 0
 lib/c_glib/test/testcompactprotocol.c             | 0
 lib/c_glib/test/testfdtransport.c                 | 0
 lib/c_glib/test/testframedtransport.c             | 0
 lib/c_glib/test/testmemorybuffer.c                | 0
 lib/c_glib/test/testoptionalrequired.c            | 0
 lib/c_glib/test/testsimpleserver.c                | 0
 lib/c_glib/test/teststruct.c                      | 0
 lib/c_glib/test/testthriftbufferedreadcheck.c     | 0
 lib/c_glib/test/testthriftfdreadcheck.c           | 0
 lib/c_glib/test/testthriftframedreadcheck.c       | 0
 lib/c_glib/test/testthriftmemorybufferreadcheck.c | 0
 lib/c_glib/test/testthrifttest.c                  | 0
 lib/c_glib/test/testtransportsocket.c             | 0
 lib/cpp/CMakeLists.txt                            | 0
 lib/cpp/Makefile.am                               | 0
 lib/cpp/README.md                                 | 0
 lib/cpp/test/Makefile.am                          | 0
 lib/cpp/thrift-nb.pc.in                           | 0
 lib/cpp/thrift-qt5.pc.in                          | 0
 lib/cpp/thrift-z.pc.in                            | 0
 lib/cpp/thrift.pc.in                              | 0
 lib/d/test/Makefile.am                            | 0
 lib/js/test/Makefile.am                           | 0
 lib/js/test/build.xml                             | 0
 lib/js/test/jsTestDriver.conf                     | 0
 lib/js/test/phantomjs-qunit.js                    | 0
 lib/js/test/test-deep-constructor.html            | 0
 lib/js/test/test.html                             | 0
 lib/js/test/test.js                               | 0
 lib/nodejs/Makefile.am                            | 0
 lib/nodets/Makefile.am                            | 0
 lib/php/Makefile.am                               | 0
 lib/php/test/Makefile.am                          | 0
 lib/rb/Makefile.am                                | 0
 lib/ts/test/build.xml                             | 0
 lib/ts/test/test.html                             | 0
 sonar-project.properties                          | 0
 test/Makefile.am                                  | 0
 test/README.md                                    | 0
 test/c_glib/Makefile.am                           | 0
 test/cpp/CMakeLists.txt                           | 0
 test/cpp/Makefile.am                              | 0
 test/keys/README.md                               | 0
 test/php/Makefile.am                              | 0
 tutorial/Makefile.am                              | 0
 tutorial/c_glib/Makefile.am                       | 0
 tutorial/cpp/Makefile.am                          | 0
 tutorial/java/Makefile.am                         | 0
 tutorial/js/Makefile.am                           | 0
 tutorial/js/tutorial.html                         | 0
 tutorial/perl/Makefile.am                         | 0
 tutorial/php/Makefile.am                          | 0
 tutorial/py.tornado/Makefile.am                   | 0
 tutorial/py.twisted/Makefile.am                   | 0
 tutorial/py/Makefile.am                           | 0
 tutorial/rb/Makefile.am                           | 0
 66 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 .editorconfig
 mode change 100755 => 100644 Makefile.am
 mode change 100755 => 100644 appveyor.yml
 mode change 100755 => 100644 configure.ac
 mode change 100755 => 100644 contrib/fb303/java/build.xml
 mode change 100755 => 100644 doap.rdf
 mode change 100755 => 100644 lib/c_glib/Makefile.am
 mode change 100755 => 100644 lib/c_glib/test/Makefile.am
 mode change 100755 => 100644 lib/c_glib/test/testbinaryprotocol.c
 mode change 100755 => 100644 lib/c_glib/test/testbufferedtransport.c
 mode change 100755 => 100644 lib/c_glib/test/testcompactprotocol.c
 mode change 100755 => 100644 lib/c_glib/test/testfdtransport.c
 mode change 100755 => 100644 lib/c_glib/test/testframedtransport.c
 mode change 100755 => 100644 lib/c_glib/test/testmemorybuffer.c
 mode change 100755 => 100644 lib/c_glib/test/testoptionalrequired.c
 mode change 100755 => 100644 lib/c_glib/test/testsimpleserver.c
 mode change 100755 => 100644 lib/c_glib/test/teststruct.c
 mode change 100755 => 100644 lib/c_glib/test/testthriftbufferedreadcheck.c
 mode change 100755 => 100644 lib/c_glib/test/testthriftfdreadcheck.c
 mode change 100755 => 100644 lib/c_glib/test/testthriftframedreadcheck.c
 mode change 100755 => 100644 lib/c_glib/test/testthriftmemorybufferreadcheck.c
 mode change 100755 => 100644 lib/c_glib/test/testthrifttest.c
 mode change 100755 => 100644 lib/c_glib/test/testtransportsocket.c
 mode change 100755 => 100644 lib/cpp/CMakeLists.txt
 mode change 100755 => 100644 lib/cpp/Makefile.am
 mode change 100755 => 100644 lib/cpp/README.md
 mode change 100755 => 100644 lib/cpp/test/Makefile.am
 mode change 100755 => 100644 lib/cpp/thrift-nb.pc.in
 mode change 100755 => 100644 lib/cpp/thrift-qt5.pc.in
 mode change 100755 => 100644 lib/cpp/thrift-z.pc.in
 mode change 100755 => 100644 lib/cpp/thrift.pc.in
 mode change 100755 => 100644 lib/d/test/Makefile.am
 mode change 100755 => 100644 lib/js/test/Makefile.am
 mode change 100755 => 100644 lib/js/test/build.xml
 mode change 100755 => 100644 lib/js/test/jsTestDriver.conf
 mode change 100755 => 100644 lib/js/test/phantomjs-qunit.js
 mode change 100755 => 100644 lib/js/test/test-deep-constructor.html
 mode change 100755 => 100644 lib/js/test/test.html
 mode change 100755 => 100644 lib/js/test/test.js
 mode change 100755 => 100644 lib/nodejs/Makefile.am
 mode change 100755 => 100644 lib/nodets/Makefile.am
 mode change 100755 => 100644 lib/php/Makefile.am
 mode change 100755 => 100644 lib/php/test/Makefile.am
 mode change 100755 => 100644 lib/rb/Makefile.am
 mode change 100755 => 100644 lib/ts/test/build.xml
 mode change 100755 => 100644 lib/ts/test/test.html
 mode change 100755 => 100644 sonar-project.properties
 mode change 100755 => 100644 test/Makefile.am
 mode change 100755 => 100644 test/README.md
 mode change 100755 => 100644 test/c_glib/Makefile.am
 mode change 100755 => 100644 test/cpp/CMakeLists.txt
 mode change 100755 => 100644 test/cpp/Makefile.am
 mode change 100755 => 100644 test/keys/README.md
 mode change 100755 => 100644 test/php/Makefile.am
 mode change 100755 => 100644 tutorial/Makefile.am
 mode change 100755 => 100644 tutorial/c_glib/Makefile.am
 mode change 100755 => 100644 tutorial/cpp/Makefile.am
 mode change 100755 => 100644 tutorial/java/Makefile.am
 mode change 100755 => 100644 tutorial/js/Makefile.am
 mode change 100755 => 100644 tutorial/js/tutorial.html
 mode change 100755 => 100644 tutorial/perl/Makefile.am
 mode change 100755 => 100644 tutorial/php/Makefile.am
 mode change 100755 => 100644 tutorial/py.tornado/Makefile.am
 mode change 100755 => 100644 tutorial/py.twisted/Makefile.am
 mode change 100755 => 100644 tutorial/py/Makefile.am
 mode change 100755 => 100644 tutorial/rb/Makefile.am