summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-281-0/+2
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1710
* THRIFT-4760: Configure and install pkgconfig files when using cmakeJoel 'Aaron' Cohen2019-01-282-0/+12
| | | | Client: cpp
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-262-14/+3
|
* THRIFT-4757: fix npm identified security vulnerability in transient ↵James E. King III2019-01-261-0/+1
| | | | dependency on sync-exec
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-0/+0
|
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-244-11/+25
|
* Merge pull request #1690 from cyyever/const_membersJames E. King III2019-01-221-0/+11
|\ | | | | THRIFT-4740:Use std::chrono for timeout and add const to some methods.
| * fix c++17 building on windowscyy2019-01-221-0/+11
| |
* | update docker readme file [ci skip]James E. King III2019-01-221-7/+7
| |
* | THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) ↵Rob Becker2019-01-212-5/+5
|/ | | | | | | | | | | | (#1617) * THRIFT-4654 Minor fixes for dart 1 & 2 compatibility * update dockerfiles for CI to test dart 2 * THRIFT-4654 update pubspec for tests * THRIFT-4654 update dart test generator and readme to 1.24.3 * THRIFT-4654 update generated dart sdk to a range * fix the dart tutorials * Add .dart_tool directories to .gitignore * THRIFT-4654: use dart 2.1.0 and fix cross test dart client timeout
* THRIFT-4163: update cmake build type handlingJames E. King III2019-01-213-8/+42
|
* THRIFT-4719: remove cocoaJames E. King III2019-01-142-3/+1
|
* Fix cygwin builds on appveyorJames E. King III2019-01-132-3/+15
|
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-133-16/+5
|
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-1122-1065/+329
|
* Fix swift version [ci skip]James E. King III2019-01-111-0/+1
|
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-114-13/+1
|
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-096-25/+64
|
* Merge remote-tracking branch 'origin/0.10.0'James E. King III2019-01-081-0/+1
|\
| * THRIFT-3775: 0.10.0 release0.10.0jfarrell2016-12-213-2/+5
| | | | | | | | | | | | | | Client: release Patch: jfarrell Versioning for 0.10.0 release candidate
* | add/move a couple build related tools aroundJames E. King III2019-01-072-0/+352
| |
* | set c++11 in proper placecyy2019-01-072-21/+7
| |
* | remove std tr1cyy2019-01-071-6/+0
| |
* | remove boost smart ptrcyy2019-01-072-8/+0
| |
* | remove boost::thread in CIcyy2019-01-071-9/+2
| |
* | remove boost::thread and boost::mutex codecyy2019-01-076-14/+5
| |
* | allow specifing CMAKE_CXX_STANDARD above c++11cyy2019-01-071-7/+18
| |
* | force c++11 in cmakeroot2019-01-071-14/+7
| |
* | update language levels in docker build image (bionic) and readmesJames E. King III2019-01-042-22/+22
| |
* | THRIFT-4547: add swift to bionic build image and run unit testsJames E. King III2019-01-021-0/+7
| |
* | remove unused travis build filesJames E. King III2019-01-012-95/+0
| |
* | Merge pull request #1653 from jeking3/consume-0.12.0James E. King III2018-12-301-1/+1
|\ \ | | | | | | THRIFT-4689: Consume the 0.12.0 release branch changes into master
| * \ Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
| |\ \
| | * | Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
| |/ /
* | | THRIFT-4690: update bionic docker image to use upstream deimos OpenSSL 1.1 ↵James E. King III2018-12-301-4/+4
|/ / | | | | | | tag for dlang
* | THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on ↵James E. King III2018-12-181-3/+0
| | | | | | | | Windows; remove NOMINMAX from cmake build
* | THRIFT-4545: fix haskell build on windows, fix appveyor stale packagesJames E. King III2018-11-114-13/+7
| |
* | fix build errors related to updated static code analysis tools for python ↵James E. King III2018-11-061-1/+1
| | | | | | | | and php
* | update some bionic build componentsJames E. King III2018-10-191-5/+5
| |
* | THRIFT-4618: Use poll() instead of select() in C++ TNonblockingServer if ↵st0ke2018-10-122-0/+4
| | | | | | | | available (#1580)
* | fix appveyor mingw64 buildJames E. King III2018-10-042-12/+3
| |
* | THRIFT-4625: Pin dart version to 1.x in buildBrian Forbis2018-09-282-4/+6
| |
* | THRIFT-4625: Use let/const variable decorators in ES6 JavascriptBrian Forbis2018-09-283-1/+18
| |
* | fix Ubuntu Xenial docker build environment (lock deimos for openssl to older ↵James E. King III2018-09-281-4/+4
| | | | | | | | version)
* | THRIFT-4634: work around cabal 1.22 dependency bug breaking CI job for XenialJames E. King III2018-09-151-2/+8
| |
* | Minor updates for cl, dlang, go versions in Bionic CI buildsJames E. King III2018-07-302-13/+12
| |
* | add coverity scan build automation to cron job on Travis CIJames E. King III2018-06-271-0/+50
| |
* | THRIFT-4579: Move up to Ubuntu Bionic for CI buildsJames E. King III2018-06-167-49/+348
| | | | | | | | | | make dlang library compatible with openssl-1.1 for Ubuntu Bionic Requires an upstream deimos update to be compatible.
* | THRIFT-4582: Fix Xenial CI build issues (#1563)James E. King III2018-06-092-4/+4
| | | | | | | | | | | | | | | | | | * THRIFT-4582: fix xenial build issues * THRIFT-2913: fix Thrift::ThreadPoolServer should serve inside a thread on xenial * THRIFT-4478: Move Xenial up to dmd 2.075.1 as that is the new minimum version that works since the changes for 2.080.0 went in.
* | THRIFT-4478: Thrift will not build with dlang 2.078 or later (#1559)Aki Sukegawa2018-06-072-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * THRIFT-4478 Thrift will not build with dlang 2.078 or later This fixes build errors and deprecation warnings on dmd v2.080.0. * THRIFT-4478: Update ubuntu-artful docker build image to use DMD 2.080.0 * THRIFT-4478 Fix build failure for nonblocking * THRIFT-4478: update readme files