summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* version bumpJens Geyer2022-08-301-1/+1
|
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
| | | | | | | Trivially change file mode from 755 to 644 for files in git that shouldn't be marked as executable. These were probably marked as executable due to some contributors developing on Windows using a filesystem that doesn't support POSIX file modes, or aggressively marks everything as executable.
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* appveyor.yml: Disabled 'fast_finish'Mario Emmenlauer2021-08-111-2/+4
|
* appveyor.yml: Disabled broken Cygwin buildMario Emmenlauer2021-08-111-5/+7
|
* Merged AppVeyor scripts for 'install', 'build' and 'test' into oneMario Emmenlauer2021-08-111-14/+6
|
* Removed the 'shortened' profile names in favor of descriptive profile class ↵Mario Emmenlauer2021-08-111-3/+7
| | | | names
* AppVeyor: larger updates in build configuration and documentationMario Emmenlauer2021-08-111-8/+6
|
* Updated MSYS2 install for current AppVeyor and upstream MSYS2Mario Emmenlauer2021-08-111-0/+2
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* THRIFT-4282: Disabled StressTestNonBlocking on WindowsMario Emmenlauer2020-04-241-4/+2
|
* bump versionJens Geyer2019-10-171-1/+1
| | | | This closes #1899
* Fix MinGW build issue in AppVeyorJames E. King III2019-05-041-1/+1
|
* THRIFT-4759:add thrift export to fix windows shared lib building (#1714)cyy2019-02-041-1/+1
| | | | | * add THRIFT_EXPORT to fix windows shared lib building * use shared libraries on vs2017 appveyor build, leave msvc2017 static link
* THRIFT-4739: fix concurrency_test (test-only fix)James E. King III2019-02-021-4/+4
|
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-261-4/+4
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* Fix cygwin builds on appveyorJames E. King III2019-01-131-9/+2
|
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-111-0/+7
|
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-5/+5
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-2/+2
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-2/+2
|/
* THRIFT-4476: Typecasting problem on double list items,Ozan Can Altiok2018-03-201-2/+1
| | | | | | | | | | | emitting doubles with high precision Client: cpp Client: erl Client: java Client: js Client: py This closes #1511
* THRIFT-4508: remove cygwin64 build in favor of MSVC2013James E. King III2018-03-121-5/+16
|
* THRIFT-4508: change windows CI builds to use current MSVC, one cygwin and ↵James E. King III2018-03-061-21/+20
| | | | one mingw build
* THRIFT-4106: fix errors concurrency_test was identifyingJames E. King, III2017-09-071-1/+1
| | | | | | Client: C++ This closes #1343
* THRIFT-2221: detect C++11 and use std namespace for memory operations ↵James E. King, III2017-08-101-2/+6
| | | | | | | | (smart_ptr) Client: C++ This closes #1328
* THRIFT-4166: fix recent VC2010 build regression and prevent it in the futureJames E. King, III2017-04-061-26/+28
| | | | | | Client: cpp This closes #1237
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ↵James E. King, III2017-03-101-61/+66
| | | | | | CI build process This closes #1205
* THRIFT-4076: pick up PATH changes and JAVA_HOME from the registry after ↵James E. King, III2017-02-211-7/+3
| | | | | | using chocolatey to install ant (and jdk, which it depends on) This closes #1201
* THRIFT-4076 fix appveyor ant issueJames E. King, III2017-02-081-6/+10
| | | | | | Client: Build This closes #1180
* THRIFT-4034 compiler build fixes for macos sierra and some cmake cleanup for ↵James E. King, III2017-01-231-3/+0
| | | | | | | | | compiler Compiler Patch: Robert Lu <robberphex@gmail.com> This closes #1161
* fix appveyor builds - ant version changed to 1.9.8James E. King, III2017-01-041-1/+1
|
* THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that ↵James E. King, III2016-11-121-3/+2
| | | | | | | | area, did a little refactoring and prettying up along the way Client: C++ This closes #1103
* THRIFT-3934 Automatically resolve OpenSSL binary version on Windows CINobuaki Sukegawa2016-09-291-4/+3
|
* THRIFT-3826 Appveyor builds cannot download winflexbison properlyNobuaki Sukegawa2016-09-261-1/+1
| | | | | | Use appveyor-retry for winflexbison to alleviate the problem. This closes #1095
* THRIFT-3813 Appveyor builds reference an openssl version that is no longer thereNobuaki Sukegawa2016-09-261-1/+1
| | | | | Update OpenSSL binary version on Windows CI to 1.0.2i. (Reusing a JIRA issue for 1.0.2h)
* THRIFT-3910 Do not invoke pip as part of build processNobuaki Sukegawa2016-09-041-0/+1
| | | | This closes #1073
* THRIFT-3815 Put appveyor dependency versions to one placeNobuaki Sukegawa2016-05-151-6/+8
| | | | This closes #1006
* THRIFT-3813: fix appveyor dependency on external openssl installer that was ↵Jim King2016-05-051-2/+2
| | | | | | revved This closes #1004
* THRIFT-3793: move to ant-1.9.7 for appveyor buildsJim King2016-04-211-3/+3
| | | | | | | Client: Build process Patch: Jim King <jim.king@simplivity.com> This closes #990
* Update OpenSSL version in Appveyor buildNobuaki Sukegawa2016-03-021-2/+3
|
* THRIFT-3692 (Re)enable Appveyor C++ and Python buildNobuaki Sukegawa2016-03-021-10/+17
| | | | This closes #908
* THRIFT-3677 Improve CMake Java buildNobuaki Sukegawa2016-02-271-7/+12
| | | | This closes #897
* Update OpenSSL version for Appveyor buildNobuaki Sukegawa2016-02-031-2/+2
|
* THRIFT-3505 Enhance Python TSSLSocketNobuaki Sukegawa2016-01-031-1/+1
| | | | This closes #760
* Update OpenSSL version for AppveyorNobuaki Sukegawa2015-12-051-2/+2
|
* THRIFT-3442 Run CMake tests on AppveyorNobuaki Sukegawa2015-11-231-17/+43
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #713