summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* bump versionJens Geyer2023-02-151-0/+6
|
* release branch 0.18.0v0.18.0Jens Geyer2023-02-071-0/+6
|
* java to use jdk 17 (#2686)Jiayu Liu2022-10-141-1/+1
|
* Replace ThriftTest.thrift with v0.16/ThriftTest.thrift to allow for merging ↵Jens Geyer2022-09-051-0/+1
| | | | the partially completed uuid implementation to master
* version bumpJens Geyer2022-08-301-0/+6
|
* THRIFT-5562: remove gradle wrapper and use installed gradle 6.9Jiayu Liu2022-04-191-1/+1
| | | | | | | Client: java Patch: Jiayu Liu This closes #2576
* THRIFT-5536 Fix cross language testsAki Sukegawa2022-03-081-1/+1
|
* Release 0.16.0Jens Geyer2022-01-201-0/+6
|
* THRIFT-5479 Add net 6 supportJens Geyer2021-12-051-2/+2
| | | | | Client: netstd Patch: Jens Geyer
* Version 0.15.0Jens Geyer2021-08-031-0/+6
|
* Merge branch '0.14.2' into upstreamJens Geyer2021-06-171-0/+12
|\
| * Version 0.14.2Jens Geyer2021-06-111-0/+6
| |
| * version 0.14.1Jens Geyer2021-03-021-0/+6
| |
* | THRIFT-5349 Add net5.0 as supported platformJens Geyer2021-02-151-2/+2
| | | | | | | | | | | | | | Client: netstd Patch: Jens Geyer This closes #2328
* | Merge branch '0.14.0'Jens Geyer2021-02-151-0/+6
|\ \ | |/
| * Version 0.14.0Jens Geyer2021-02-041-0/+6
| |
* | THRIFT-5348: Update debian/copyright [skip ci]Jihoon Seo2021-02-101-88/+51
|/ | | | | | Patch: Jihoon Seo This closes #2326
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-283-43/+42
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* Version 0.13.0Jens Geyer2019-10-171-0/+6
|
* THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost ↵James E. King III2019-05-041-2/+2
| | | | | | predef endian header Client: cpp
* THRIFT-4766: Fix JDK11 build (#1723)Fokko Driesprong2019-02-011-1/+1
| | | | | | | | * [THRIFT-4766] Enable JDK9 build * THRIFT-4766: build on bionic using native jdk (java-11-openjdk) Change from headless to the normal JDK. Maybe the libasound is pulled in transitively.
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-2/+0
|
* THRIFT-4719: remove cocoaJames E. King III2019-01-141-1/+0
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-4/+22
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-4/+22
| |
* | THRIFT-4546: replace all git-wip-us.apache.org to github.comRobert Lu2018-12-281-2/+2
|/
* THRIFT-4342: update ruby tests to use rspec 3, updated all dependencies for rubyJames E. King III2018-03-231-3/+3
| | | | Client: rb
* THRIFT-(1418|1507|3983|4120|4178|4259|4294): Multiple issuesAlex Volanis2018-01-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client: java THRIFT-4294: Java Configure Fails for Ant >= 1.10 THRIFT-4259: Thrift does not compile due to Ant Maven task errors THRIFT-4178: Java libraries missing from package when using cmake THRIFT-3983: libthrift is deployed on central with pom packaging instead of jar THRIFT-1507: Maven can't download resource from central when behind a proxy and won't use local repository THRIFT-1418: Compiling Thrift from source: Class org.apache.tools.ant.taskdefs.ConditionTask doesn't support the nested "typefound" element Refactor CMake install hook to allow using "sudo make install/fast" which avoids the THRIFT-1507 and THRIFT-1418 issues. New Gradle based build system for Thrift Java Library * Add Gradle 4.4.1 Wrapper artifacts to enable builds Using the Gradle Wrapper helps normalize the builds on all platforms so we use a consistent build tool independent of package managers. The Gradle build logic was partitioned into multiple specific scripts to simplify understanding and maintenance of the build. This is now hooked into CMake and Autoconf processing steps and can build/test/publish to Maven. The README.md was updated to illustrate the new build options and add some documentation on the requirements for Maven publication. Cleaned up the CMake files to reduce reliance on file globbing which is known to cause confusion when multiple users contribute. * Fix two minor issues in Javadoc and unit test Return values were undeclared in Javadoc Test was asserting on the wrong test object instance * Create simple runner scripts for cross-check Using Gradle as a java execution wrapper is too heavy. I simplified the test client/server execution by using a three generated scripts in the build directory direcly callable by the cross-check test harness. * Cleanup the remaining Ant build scripts Pulled the Maven Ant task properties out of the Java build since they are no longer used there. Deleted the no longer used build.xml and build.properties files from the Java build. Made each Ant build own the Maven Ant task details in their build.properties file. * Fix the build issue with Java SSL in the ubuntu-trusty container The latest Trusty JDK7 builds seem to have encountered this issue because the OpenJDK removed the SunEC algorithms. * Update the developer info as requested in review Use the generic Apache Thrift developer list for contact information * Add Clover Code coverage for easy access by developers Clover plugin for Gradle was applied and configured which enables code coverage reports to be available on demand via a command line option. The documentation in the README.md was enhanced to give the details of this change and how to take advantage of it.
* THRIFT-4110: add libthrift0-dbg debug symbols package to debian build ↵James E. King, III2017-03-102-1/+13
| | | | | | process for symbolic debugging This closes #1209
* THRIFT-4043 ensure perl files do not end up in /usr/lib/ThriftJames E. King, III2017-02-081-1/+2
| | | | | | Client: Build This closes #1174
* THRIFT-4033 disable thrift compiler plug-in support by default, as the ↵James E. King, III2017-01-251-4/+4
| | | | | | thrift-compiler packaging is not ready for it yet This closes #1157
* THRIFT-3999: Fix debian package set up scriptslast-before-0-10jfarrell2016-12-192-5/+7
| | | | | | | Client: build Patch: Akira Nakagawa debian/control has typo and missing packages and it prevents building packages.
* THRIFT-2835 Add possibility to distribute generators separately from thrift ↵Nobuaki Sukegawa2016-09-261-3/+3
| | | | | | | | | | | | | | core, and load them dynamically Client: Compiler Patch: Nobuaki Sukegawa, rebased by dtmuller Also fixed by dtmuller: * Add plugin namespace for erlang language binding * Fix unit test test_const_value * Don't clear type cache with every t_program conversion * Type "wb" may not be supported by popen on non-Windows platforms * Fix constness of AST type signatures
* THRIFT-3856 Update debian dependenciesAkira Nakagawa2016-07-231-6/+6
| | | | This closes #1030 and closes #999
* THRIFT-3796 There's no --dbg for dh_strip, maybe someone has mistaken this ↵Akira2016-04-221-2/+2
| | | | | | | | | for --dbg-package. Client: Build process Patch: Akira <matyapiro31@...> This closes #988
* THRIFT-3761 Add debian package for Python3Nobuaki Sukegawa2016-03-292-7/+54
| | | | This closes #966
* THRIFT-3760 Fix install paths etc of debian packages for py and perlNobuaki Sukegawa2016-03-293-17/+25
| | | | This closes #965
* THRIFT-3718 Reduce size of docker image for build environmentNobuaki Sukegawa2016-03-091-3/+3
| | | | This closes #931
* THRIFT-3460 Improve provided Debian packaging solutionRoger Meier2016-01-107-17/+45
| | | | | | Patch: Filip Chabik & Roger Meier This closes #721
* THRIFT-3452 .travis.yml: Migrating from legacy to container-based infrastructureNobuaki Sukegawa2015-12-052-10/+5
| | | | | | | | | Client: Build Patch: Nobuaki Sukegawa Use "services: docker" This closes #730
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-2/+2
| | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* Thrift-2601:Fix vagrant to work again for builds againjfarrell2014-07-093-5/+4
| | | | | | | Client: build process Patch: jfarrell Updates debian packaging to work with ubuntu 14.04 deps
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-191-0/+0
| | | | Patch: Roger Meier
* THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3Roger Meier2013-11-161-2/+1
| | | | Patch: Andrew Gaul
* Thrift-2136:Vagrant build not compiling java, ruby, php, go libsjfarrell2013-08-181-1/+1
| | | | | | | Client: build Patch: jfarrell Updating to add deb package creation.
* Thrift-1988:When trying to build a debian package it fails as the file NEWS ↵Jake Farrell2013-05-301-1/+0
| | | | | | | | | doesn't exist Client: build Patch: Removing NEWS from the debian/docs include used by debian package build files as #DOCS#
* THRIFT-1956: Switch to Apache Commons Lang 3Jake Farrell2013-05-051-1/+1
| | | | | | | Client: java Patch: Christoffer Sawicki Missed line in patch for updates to commons lang from 2.5 to 3.1
* THRIFT-1956: Switch to Apache Commons Lang 3Jake Farrell2013-05-031-1/+1
| | | | | | | Client: java Patch: Christoffer Sawicki Updates commons lang from 2.5 to 3.1
* subversion, thanks and good byeRoger Meier2013-03-221-3/+3
| | | | ;-r
* add debian/READMERoger Meier2013-01-101-0/+19
|