summaryrefslogtreecommitdiff
path: root/contrib/Vagrantfile
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-4/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-4/+0
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-1/+1
|
* THRIFT-4694: Upgrade Java to Java 1.8Beluga Behr2019-01-021-3/+3
|
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-1/+1
| | | | | | | Client: Python Patch: Nobuaki Sukegawa Add py3 cross test
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-1/+1
| | | | | | | Client: Python Patch: Thomas Bartelmess, Eevee (Alex Munroe), helgridly, Christian Verkerk, Jeroen Vlek, Nobuaki Sukegawa This closes #213 and closes #680
* THRIFT-2856 refactor erlang basic transports and unify interfacesalisdair sullivan2015-11-011-1/+1
| | | | | | | Client: Erlang Patch: Alisdair Sullivan This closes #288
* THRIFT-2538: Apache Thrift needs an official NuGet packagejfarrell2014-10-291-1/+1
| | | | | | | Client: .net Patch: jfarrell Updating build to be able to support releases publishing to NuGet
* THRIFT-2759: Trusty Vagrantfile does not make cleanjfarrell2014-10-081-6/+13
| | | | | | | Client: build Patch: jfarrell Fixing vagrant file to build all libraries correctly
* THRIFT-2628 struct member name conflicts due to lowercased namesJens Geyer2014-10-021-1/+1
| | | | | | | Client: Erlang Patch: Alisdair Sullivan This closes #228
* THRIFT-2667 create Windows Installer via CPackRoger Meier2014-08-151-1/+1
| | | | Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-2602: Fix missing dist filesjfarrell2014-07-101-0/+1
| | | | | | | | | | Client: build process Patch: jfarrell Add check for php extension to not build if phpize has not been run, update Vagrantfile to update package list for haskell test deps, and change bison min version to 2.4 to work with the current versions of debian, ubuntu and centos.
* Thrift-2601: Fix vagrant to work again for builds againjfarrell2014-07-091-13/+23
| | | | | | | Client: build Patch: jfarrell Updating vagrant to ubuntu 14.04 and fixes to make it work again.
* THRIFT-2318 perl: dependency Class::Accessor not checkedRoger Meier2014-01-151-1/+1
| | | | Patch: Roger Meier
* THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3Roger Meier2013-11-161-1/+1
| | | | Patch: Andrew Gaul
* Thrift-2136:Vagrant build not compiling java, ruby, php, go libsjfarrell2013-08-181-3/+3
| | | | | | | Client: build Patch: jfarrell Updating to add deb package creation.
* Thrift-2136:Vagrant build not compiling java, ruby, php, go libs due to ↵jfarrell2013-08-171-11/+52
| | | | | | | | | missing dependencies Client: build Patch: jfarrell Updates vagrantfile script to add missing dependencies for java, ruby, php and go libs.
* Thrift-2057:Vagrant fails on php testsjfarrell2013-06-211-1/+11
| | | | | | | Client: build Patch: Jake Farrell Removes phpunit package and installs phpunit from pear
* Thrift-2052: Vagrant machine image defaults to only 384MB RAMjfarrell2013-06-211-0/+5
| | | | | | | Client: build Patch: Justin Porterfield Updates min ram to 1G and sets num cpus to 2
* Thrift-2051:Vagrant fails to build erlangjfarrell2013-06-201-1/+1
| | | | | | | Client: build Patch: Justin Porterfield Removes erlang client lib build from Vagrantfile
* THRIFT-1985: Add a Vagrantfile to build and test Apache Thrift fully ↵Carl Yeksigian2013-06-041-0/+59
reproducable Moved the Vagrantfile to the contrib/ directory to prevent polluting the top level directory