summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5684 upgrade to net7.0:Jens Geyer2023-02-161-1/+1
| | | | | Client: netstd Patch: Jens Geyer
* bump version numberJens Geyer2023-02-061-1/+1
|
* THRIFT-4547: Swift crosstests (#2670)Kino Roy2022-10-081-0/+2
| | | Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
* THRIFT-5646 Check for the presence of Gradle to build the Kotlin library. ↵penenin2022-10-081-1/+2
| | | | | (#2691) Client: kotlin
* THRIFT-5621: Add Swift tutorialKino Roy2022-09-091-0/+1
| | | | Client: swift
* Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-301-0/+23
| | | | This reverts commit d88d4f93b3390989bd47a43f3941ca7d576750f6.
* 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.
* Trivial: Add missing AC_CHECK_HEADERS (#2610)Christopher Tubbs2022-05-231-10/+12
| | | | | | | | | | | Fix warnings running bootstrap.sh for the following by adding missing entries in configure.ac: ``` configure.ac: warning: missing AC_CHECK_HEADERS([stdint.h]) wanted by: lib/rb/ext/binary_protocol_accelerated.c:22 configure.ac: warning: missing AC_CHECK_HEADERS([strings.h]) wanted by: lib/cpp/src/thrift/transport/TFileTransport.cpp:39 ``` Sort all of the AC_CHECK_HEADERS lines, for easier readability in configure.ac
* THRIFT-5571: add metadata map building to kotlin generator (#2584)Jiayu Liu2022-05-061-2/+2
|
* Update Go versions used in travis and LANGUAGES.mdYuxuan 'fishy' Wang2022-04-251-0/+9
| | | | | | | Per our support policy, drop support of go 1.16 and add support of go 1.18. Also enable go vet in make check, and fix issues reported by go vet.
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-201-0/+25
| | | | | | | Client: kotlin Patch: Jiayu Liu This closes #2556
* THRIFT-5562: remove gradle wrapper and use installed gradle 6.9Jiayu Liu2022-04-191-3/+4
| | | | | | | Client: java Patch: Jiayu Liu This closes #2576
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-061-23/+0
| | | | | Client: cl Patch: Jens Geyer
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* THRIFT-5429 build: autotools: add foreign to AM_INIT_AUTOMAKEChristopher Friedt2021-06-071-1/+1
| | | | | | | | Patch: Christopher Friedt This closes #2405 Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
* THRIFT-5377 Remove Erlang R16 supportSergey Yelin2021-03-261-6/+0
| | | | | | | Client: erl Patch: Sergey Yelin This closes #2357
* Adds fuzz target for oss-fuzz integrationPhilippe Antoine2021-03-241-0/+1
|
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-38/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZEJens Geyer2021-03-171-1/+1
| | | | | | | Client: haxe Patch: Jens Geyer This closes #2349
* THRIFT-4098 Namespace support for generated Rust code (#2348)Allen George2021-03-111-0/+6
| | | Client: rs
* THRIFT-5229 remove AS3 supportJens Geyer2021-02-141-23/+0
| | | | | | | Client: AS3 Patch: Jens Geyer This closes #2329
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* THRIFT-5087 test/test.py fails with "AssertionError: Python 3.3 or later is ↵Jano Svitok2020-03-131-2/+6
| | | | | | | | | | | | | | | | | | required for proper operation." Client: Python Patch: Jano Svitok This closes #2055 THRIFT-5087: Show features log, check log presence THRIFT-5087: Revert/Improve PR1995 (commit f8b004081da) Make the condition work both a) when both python2 and python3 are installed b) when only python3 is installed Check also python 3.8 when searching for 3.x
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-31/+0
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* Fix typo for python 3 supportChristopher Friedt2020-01-291-1/+1
| | | | | This change simply enables the existing check in configure.ac to function as intended. Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
* THRIFT-4990 Upgrade to .NET Core 3.1 (LTS)Jens Geyer2019-12-071-1/+1
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1961
* THRIFT-4990 Switch to .NET core 3.0Jens Geyer2019-11-021-1/+1
| | | | | | | Client: netstsd Patch: Jens Geyer This closes #1909
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-19/+8
| | | | | | | Client: netcore Patch: Jens Geyer This closes #1901
* THRIFT-4938 Issues with version.h treatmentJens Geyer2019-10-201-1/+0
| | | | | | | Client: Compiler Patch: Jens Geyer This closes #1902
* THRIFT-4975: Add Makefile.am to the PHP tutorialKengo Seki2019-10-181-0/+1
| | | | | Client: php This closes #1900.
* THRIFT-4972: Add Makefile.am to the Perl tutorialKengo Seki2019-10-181-0/+1
| | | | | | | Client: Perl Patch: Kengo Seki This closes #1893
* bump versionJens Geyer2019-10-171-1/+1
| | | | This closes #1899
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ↵Kevin Wojniak2019-07-011-1/+1
| | | | | | other targets (#1821) - enable the automake `nostdinc` option - fix up include paths
* THRIFT-4583: Switch to rebar3Sergey Yelin2019-05-131-1/+1
| | | | Client: erl
* THRIFT-4861: Set minimum boost to 1.56 and stop using deprecated boost ↵James E. King III2019-05-041-1/+1
| | | | | | predef endian header Client: cpp
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-281-1/+12
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1710
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-261-16/+0
|
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-2/+2
|
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-241-0/+29
|
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-151-0/+1
|
* THRIFT-4691: ensure CPAN module runs unit testsJames E. King III2019-01-141-1/+1
|
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-15/+0
|
* remove boost::thread and boost::mutex codecyy2019-01-071-18/+0
|
* force c++11 in GNU autotoolscyy2019-01-071-4/+1
|
* THRIFT-4716: add veralign.sh tool to set versions for releasesJames E. King III2019-01-041-1/+1
|
* THRIFT-4301: fix inability to disable py3 with autoconf buildJames E. King III2019-01-031-4/+7
|
* THRIFT-4547: add swift to bionic build image and run unit testsJames E. King III2019-01-021-0/+21
|