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

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


    from fb539ae  THRIFT-5453: Defer DNS from NewTSocketConf to TSocket.Open
     new e14ac85  Larger whitespace cleanup of AppVeyor build files
     new 9e3ac85  Renamed Windows build files from cl-prefix to win-prefix
     new 166786e  Updated MSYS2 install for current AppVeyor and upstream MSYS2
     new ce64880  AppVeyor: larger updates in build configuration and 
documentation
     new 22bb550  Removed the 'shortened' profile names in favor of descriptive 
profile class names
     new c371e4a  Separate the cmake 'build' and 'install' targets
     new ffc7bb9  Merged AppVeyor scripts for 'install', 'build' and 'test' 
into one
     new fcb07b1  appveyor.yml: Disabled broken Cygwin build
     new 6dfaf9c  appveyor.yml: Disabled 'fast_finish'
     new 4cf1e35  Merge pull request #2429 from 
BioDataAnalysis/bda_fix_win_build

The 6339 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 appveyor.yml                                       |  38 ++--
 build/appveyor/CYGW-appveyor-build.bat             |  35 ----
 build/appveyor/CYGW-appveyor-install.bat           |  50 ------
 build/appveyor/CYGW-appveyor-test.bat              |  21 ---
 build/appveyor/CYGWIN-appveyor-full.bat            |  96 ++++++++++
 build/appveyor/MING-appveyor-build.bat             |  34 ----
 build/appveyor/MING-appveyor-install.bat           |  59 -------
 build/appveyor/MING-appveyor-test.bat              |  22 ---
 build/appveyor/MINGW-appveyor-full.bat             | 126 +++++++++++++
 build/appveyor/MSVC-appveyor-build.bat             |  59 -------
 build/appveyor/MSVC-appveyor-full.bat              | 196 +++++++++++++++++++++
 build/appveyor/MSVC-appveyor-install.bat           |  64 -------
 build/appveyor/MSVC-appveyor-test.bat              |  32 ----
 build/appveyor/MSYS-appveyor-build.bat             |  48 -----
 build/appveyor/MSYS-appveyor-full.bat              |  98 +++++++++++
 build/appveyor/MSYS-appveyor-install.bat           |  48 -----
 build/appveyor/MSYS-appveyor-test.bat              |  26 ---
 build/appveyor/README.md                           |  20 +--
 build/appveyor/build-libevent.bat                  |  14 +-
 build/appveyor/build-zlib.bat                      |  16 +-
 build/appveyor/cl_banner_apache_thrift.bat         |  24 ---
 build/appveyor/cl_banner_build.bat                 |  23 ---
 build/appveyor/cl_banner_install.bat               |  23 ---
 build/appveyor/cl_banner_test.bat                  |  23 ---
 build/appveyor/cl_setcompiler.bat                  |  63 -------
 build/appveyor/cl_setenv.bat                       | 122 -------------
 build/appveyor/cl_setgenerator.bat                 |  79 ---------
 build/appveyor/simulate-appveyor.bat               |   7 +-
 build/appveyor/{cl_showenv.bat => win_showenv.bat} |   4 +-
 build/docker/msvc2017/build-compiler.bat           |   2 +-
 build/docker/msvc2017/build.bat                    |   2 +-
 31 files changed, 558 insertions(+), 916 deletions(-)
 delete mode 100644 build/appveyor/CYGW-appveyor-build.bat
 delete mode 100644 build/appveyor/CYGW-appveyor-install.bat
 delete mode 100644 build/appveyor/CYGW-appveyor-test.bat
 create mode 100644 build/appveyor/CYGWIN-appveyor-full.bat
 delete mode 100644 build/appveyor/MING-appveyor-build.bat
 delete mode 100644 build/appveyor/MING-appveyor-install.bat
 delete mode 100644 build/appveyor/MING-appveyor-test.bat
 create mode 100644 build/appveyor/MINGW-appveyor-full.bat
 delete mode 100644 build/appveyor/MSVC-appveyor-build.bat
 create mode 100644 build/appveyor/MSVC-appveyor-full.bat
 delete mode 100644 build/appveyor/MSVC-appveyor-install.bat
 delete mode 100644 build/appveyor/MSVC-appveyor-test.bat
 delete mode 100644 build/appveyor/MSYS-appveyor-build.bat
 create mode 100644 build/appveyor/MSYS-appveyor-full.bat
 delete mode 100644 build/appveyor/MSYS-appveyor-install.bat
 delete mode 100644 build/appveyor/MSYS-appveyor-test.bat
 delete mode 100644 build/appveyor/cl_banner_apache_thrift.bat
 delete mode 100644 build/appveyor/cl_banner_build.bat
 delete mode 100644 build/appveyor/cl_banner_install.bat
 delete mode 100644 build/appveyor/cl_banner_test.bat
 delete mode 100644 build/appveyor/cl_setcompiler.bat
 delete mode 100644 build/appveyor/cl_setenv.bat
 delete mode 100644 build/appveyor/cl_setgenerator.bat
 rename build/appveyor/{cl_showenv.bat => win_showenv.bat} (97%)

Reply via email to