summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* FIX: make dist error "No rule to make target 'go.sum', needed by 'distdir'. ↵Jens Geyer2022-11-181-1/+0
| | | | Stop."
* THRIFT-4547: Swift crosstests (#2670)Kino Roy2022-10-081-1/+1
| | | Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
* Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-301-1/+1
| | | | This reverts commit d88d4f93b3390989bd47a43f3941ca7d576750f6.
* 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.
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-201-1/+1
| | | | | | | Client: kotlin Patch: Jiayu Liu This closes #2556
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-061-1/+1
| | | | | Client: cl Patch: Jens Geyer
* FIX: missing EXTRA_DIST entriesJens Geyer2022-02-021-0/+2
|
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-1/+1
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* Reformat rust code using 1.40 rustfmt and fail build if rustfmt fails (#2339)Allen George2021-03-011-1/+1
|
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-0/+7
|
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-1/+1
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-1/+1
| | | | | | | Client: netcore Patch: Jens Geyer This closes #1901
* THRIFT-4405: sanity tests relating to sequence numbersJames E. King III2019-02-011-0/+1
| | | | | - prove all servers return the sequence ID given - prove that sequences that wrap around the int32_t space are handled ok
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-261-8/+0
|
* THRIFT-4717: fix up make clean with autoconfJames E. King III2019-01-251-8/+42
|
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-1/+1
|
* THRIFT-3143: Add nodets supportwilfrem2018-11-291-1/+1
| | | | Co-authored-by: Mustafa Senol Cosar <cosar.mustafasenol@gmail.com>
* THRIFT-4525: add ruby cross test ssl supportJames E. King III2018-03-211-2/+2
| | | | | | Client: rb This closes #1514
* THRIFT-82: Add Common Lisp supportTomek Kurcz2018-03-021-1/+1
| | | | | | | | | | Client: cl There's framed and buffered socket transport, binary protocol, multiplex, simple server, cross-tests, self-tests, tutorial, CL library, CL code generator. Only SBCL is supported for now. This closes #1412
* THRIFT-4398 Update EXTRA_DIST for "make dist"Jens Geyer2017-12-011-0/+4
| | | | | | | Client: Build process Patch: Jens Geyer This closes #1431
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | avoiding duplicate rebuilds of the same image, and also allow personal docker hub repositories for private fork builds to be optimized. Move ubsan build to artful image because it catches more stuff and fix what was found. THRIFT-4345: solidify docker build strategy for maximum coverage: trusty, xenial, artful as stock as they can be THRIFT-4344: add top level language summary markdown and update readme with a new image on the layered architecture THRIFT-3847: remove VERSION macro from config.h which was causing a conflict on artful builds. THRIFT-4359: fix haxe map/set decode when key is binary, as a missing break statement caused it to use an int during decode This closes #1389
* THRIFT-4350: enable dotnet-2.0.0-sdk in ubuntu xenial, update netcoreJames E. King, III2017-10-101-1/+1
| | | | | | | projects, get them running with make cross Client: netcore This closes #1379
* THRIFT-2945 Add Rust supportAllen George2017-01-261-1/+1
| | | | | | | Client: Rust Patch: Allen George <allen.george@gmail.com> This closes #1147
* THRIFT-2835 Add possibility to distribute generators separately from thrift ↵Nobuaki Sukegawa2016-09-261-0/+8
| | | | | | | | | | | | | | 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-3918 Run subset of make crossNobuaki Sukegawa2016-09-041-4/+7
| | | | This closes #1079
* More make dist entriesNobuaki Sukegawa2016-03-191-1/+3
|
* THRIFT-3711 Add D to cross language testNobuaki Sukegawa2016-03-061-1/+1
| | | | This closes #923
* THRIFT-3592 Add basic test clientNobuaki Sukegawa2016-02-031-1/+1
| | | | This closes #830
* THRIFT-3579 Introduce retry to make crossNobuaki Sukegawa2016-01-241-2/+2
| | | | This closes #817
* THRIFT-3571 Make feature test result browsableNobuaki Sukegawa2016-01-241-0/+6
| | | | | | | Client: Test Patch: Nobuaki Sukegawa This closes #809
* THRIFT-3439 Run make cross using Python3 when availableNobuaki Sukegawa2016-01-191-7/+10
| | | | | | | | | Client: Test Patch: Nobuaki Sukegawa Add Makefile.am change that was missing in the original patch. This closes #792
* THRIFT-3516 Add feature test for THeader TBinaryProtocolNobuaki Sukegawa2016-01-051-0/+1
| | | | This closes #767
* THRIFT-2869 run JSON schema validator from testStig Bakken2015-12-241-1/+0
| | | | | | | | | Client: JSON Patch: Stig Bakken modified by Nobuaki Sukegawa Modification: Do not move key/elem properties, add i8, failure return code, make dist fix This closes #299 and closes #749
* THRIFT-3453 remove rat_excludeRoger Meier2015-11-281-1/+0
| | | | remove rat_exclude from EXTRA_DIST
* THRIFT-1857 Python 3 SupportNobuaki Sukegawa2015-11-061-1/+1
| | | | | | | Client: Python Patch: Nobuaki Sukegawa Add py3 cross test
* THRIFT-3400 Add Erlang to cross testNobuaki Sukegawa2015-10-311-1/+1
| | | | | Client: Test, Erlang Patch: Nobuaki Sukegawa
* THRIFT-3373: cross test cleanupRandy Abernethy2015-10-091-1/+1
| | | | | | | | | | | | Client: build, node, c_glib, cpp, hs, py, rb Patch: Nobuaki Sukegawa Github Pull Request: This closes #641 commit 338f1a502961a4f63b0bd4b3dae4099062d6d17f Author: Nobuaki Sukegawa <nsukeg@gmail.com> Date: 2015-10-09T17:25:18Z THRIFT-3373 Various fixes for cross test servers and clients
* THRIFT-3305: Missing dist files for 0.9.3 release candidatejfarrell2015-08-251-0/+7
| | | | | | | Client: build Patch: jfarrell Adds missing files to dist
* THRIFT-3133 Allow "make cross" and "make precross" to run without building ↵Nobuaki Sukegawa2015-05-101-5/+10
| | | | all languages
* make dist: add CONTRIBUTING.mdRoger Meier2015-04-301-0/+1
|
* THRIFT-2946 Enhance usability of cross test frameworkNobuaki Sukegawa2015-04-121-1/+3
| | | | *make fail* runs test.py 4 times to detect nondeterministic failures.
* THRIFT-2946 Enhance usability of cross test frameworkRoger Meier2015-04-111-1/+5
| | | | introduce *make fail* to update known failures
* THRIFT-2578 Moving 'make cross' from test.sh to test.pyNobuaki Sukegawa2015-03-291-5/+2
|
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2015-03-241-1/+9
| | | | | | | | THRIFT-2946 Enhance usability of cross test framework Patch: Nobuaki Sukegawa This closes: #358
* THRIFT-2940 nodejs: move package.json to root folderRoger Meier2015-02-031-0/+1
| | | | fix make dist & co
* some binary files excluded from codespell check in 'make style'Konrad Grochowski2014-12-091-0/+3
|
* THRIFT-2849: codespell added to 'make style'Konrad Grochowski2014-11-241-0/+26
| | | | | | | Client: Build Patch: Konrad Grochowski Please remember to verifying changes before commiting
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-17/+17
| | | | | | | Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-17/+17
| | | | | | | Client: General (Makefile.am, *.thrift) Patch: Jens Geyer DocTest.thrift has NOT been changed, the trailing whitespaces are part of the test case.
* THRIFT-2602:Fix missing dist filesjfarrell2014-07-101-0/+2
| | | | | | | Client: build process Patch: jfarrell Add all missing files to the dist package.