summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | Add new i8 type to thrift.vimNobuaki Sukegawa2015-10-241-1/+1
| |
* | THRIFT-3155 move contrib/mingw32-toolchain.cmake to build/cmake/Roger Meier2015-05-161-19/+0
| |
* | THRIFT-3067 C++ cppcheck performance related warningsRoger Meier2015-04-263-4/+3
| | | | | | | | | | | | Patch: Arijit Chattopadhyay <arijitnit06@gmail.com> This closes #444
* | THRIFT-2962:Docker Thrift env for development and testingjfarrell2015-02-182-98/+0
| | | | | | | | | | | | | | | | Client: build Patch: jfarrell Adds build folder and moves all travis, cmake and docker build scripts into one location for easier maintainability.
* | THRIFT-2999 remove CR/LF post .getattributes text = autoRandy Abernethy2015-02-154-157/+157
| | | | | | | | | | Client: all Patch: Randy Abernethy
* | THRIFT-2911 fix c++ version zeromq transport, the old version cannot workJens Geyer2014-12-225-11/+16
| | | | | | | | | | | | | | Client: contrib Patch: tiny <lox.xiao@gmail.com> This closes #315
* | THRIFT-2909 Improve travis buildNobuaki Sukegawa2014-12-211-1/+1
| |
* | THRIFT-2098 Add support for Qt5+Nobuaki Sukegawa2014-12-211-2/+2
| |
* | THRIFT-2903 Qt4 library built with CMake does not workNobuaki Sukegawa2014-12-211-1/+1
| |
* | THRIFT-2893 CMake build fails with boost thread or std threadNobuaki Sukegawa2014-12-211-1/+1
| | | | | | | | | | | | | | | | Following changes are made to fix the build * Add USE_..._THREAD compiler definitions correctly * Link to boost_thread and boost_system when configured with boost thread * Link to pthread if platform is posix and std thread is used * Use PlatformThreadFactory in test code
* | THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-246-6/+6
| | | | | | | | | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* | THRIFT-2744:Add Centos 6.5 Vagrantfile to contribRandy Abernethy2014-11-192-0/+335
| | | | | | | | | | | | | | | | | | Client: Contrib Patch: Randy Abernethy Provides a Vagrantfile to setup Centos 6.5 for Apache Thrift operations. Useful as is and as an example for Centos users interested in configuring Apache Thrift on other Centos systems.
* | 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-1536: Maven thrift pluginjfarrell2014-10-088-0/+1228
| | | | | | | | | | | | | | Client: build Patch: David Trott Maven thrift plugin
* | THRIFT-2768: Whitespace FixupJens Geyer2014-10-032-7/+7
| | | | | | | | | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* | THRIFT-2768: Whitespace FixupJens Geyer2014-10-033-13/+13
| | | | | | | | | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* | THRIFT-2628 struct member name conflicts due to lowercased namesJens Geyer2014-10-021-1/+1
| | | | | | | | | | | | | | Client: Erlang Patch: Alisdair Sullivan This closes #228
* | THRIFT-847 Test Framework harmonization across all languagescdwijayarathna2014-08-151-1/+1
| | | | | | | | Signed-off-by: Roger Meier <roger@apache.org>
* | THRIFT-2667 create Windows Installer via CPackRoger Meier2014-08-152-2/+2
| | | | | | | | Signed-off-by: Roger Meier <roger@apache.org>
* | THRIFT-2655 CPP tests should not use relative path when accessing ssh ↵cdwijayarathna2014-08-101-1/+1
| | | | | | | | related files
* | THRIFT-2638 travis: build with Haskellhenrique2014-07-261-3/+4
| | | | | | | | Patch: John Chee
* | THRIFT-2635 Travis CI build and test matrixhenrique2014-07-232-0/+97
| | | | | | | | This closes #163
* | 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-2467: Unable to build contrib/fb303 on OSX 10.9.2jfarrell2014-06-302-0/+135
| | | | | | | | | | | | | | Client: build Patch: jfarrell Updates fb303 build to use ax_cxx macros to detect and add std cflags.
* | Allow cross build for windows using mingw32Pascal Bach2014-06-101-0/+19
| | | | | | | | | | | | - Build the compiler using CMake for: - Linux native gcc - Windows using mingw32
* | THRIFT-2565 autoconf fails to find mingw-g++ cross compiler on travis CIhenrique2014-06-041-1/+2
| |
* | THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-195-0/+0
| | | | | | | | Patch: Roger Meier
* | THRIFT-2399 Recognize '//'-style comments in emacsCarl Yeksigian2014-03-121-5/+5
| | | | | | | | PATCH: David Hull
* | THRIFT-2383 contrib: sample for connecting Thrift with RebusJens Geyer2014-03-0710-0/+668
| | | | | | | | Patch: Jens Geyer
* | THRIFT-2382 contrib: sample for connecting Thrift with STOMPJens Geyer2014-03-072-0/+218
| | | | | | | | Patch: Jens Geyer
* | THRIFT-2344 configure.ac: compiler-only optionRoger Meier2014-02-091-12/+1
| | | | | | | | Patch: Roger Meier
* | THRIFT-2332 RPMBUILD: run bootstrap (if needed)Roger Meier2014-01-261-0/+1
| | | | | | | | Patch: Nevo Hed
* | THRIFT-2318 perl: dependency Class::Accessor not checkedRoger Meier2014-01-151-1/+1
| | | | | | | | Patch: Roger Meier
* | Thrift-2309: Ruby and PHP added to RPM subpackagesjfarrell2014-01-101-0/+50
| | | | | | | | | | | | | | Client: build Patch: Nevo Hed Adds ruby and php libs to the rpm.
* | THRIFT-2249:Add SMP Build option to thrift.spec (and three config defines)jfarrell2013-11-271-4/+9
| | | | | | | | | | | | | | Client: build Patch: Martin Vogt the patch improves the .spec file in contrib/. with a parallel build option and add defines
* | THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3Roger Meier2013-11-161-1/+1
| | | | | | | | Patch: Andrew Gaul
* | THRIFT-2240 thrift.vim (contrib) does not correctly handle 'union'Jens Geyer2013-10-241-1/+1
| | | | | | | | Patch: Matt Butcher
* | THRIFT-2045: C++ compiler warning and build cleanup (again)Ben Craig2013-10-111-2/+1
| | | | | | | | | | Client: cpp Patch: Ben Craig
* | THRIFT-2197:fix jar output directory in rpm spec filejfarrell2013-10-041-1/+1
| | | | | | | | | | | | | | client: build patch: Hiroaki Kawai Updates RPM spec to include java jar from correct location.
* | THRIFT-2142:Minor tweaks to thrift.el for better emacs package compatibilityjfarrell2013-09-101-4/+18
|/ | | | | | | Client: contrib Patch: Andrew Pennebaker Updates thrift.el for better emacs compatibility.
* 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-2134: mingw-cross-compile script failing with strip errorsjfarrell2013-08-171-5/+7
| | | | | | | Client: build Patch: jfarrell Updates the mingw build script to use the -o option when striping.
* 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