summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-191-1/+2
| | | | Patch: Roger Meier
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2014-02-221-0/+4
| | | | | add a *make cross* build target Patch: Roger Meier
* THRIFT-2317 add disable option to exclude tutorial from buildRoger Meier2014-01-261-1/+3
|
* Thrift-2124: .o, .so, .la, .deps, .libs, gen-* files left tutorials, test ↵jfarrell2013-08-151-12/+13
| | | | | | | | | and lib/cpp when making DIST Client: build Patch: jfarrell Fixing all the missing files and dist build issues that have been ignored.
* THRIFT-2125: debian missing from distjfarrell2013-08-151-0/+1
| | | | | | | Client: build Patch: jfarrell Updating dist to add debian packages needed for build.
* THRIFT-1985: Add a Vagrantfile to build and test Apache Thrift fully ↵Carl Yeksigian2013-06-041-1/+0
| | | | | | reproducable Moved the Vagrantfile to the contrib/ directory to prevent polluting the top level directory
* THRIFT-1985 add a Vagrantfile to build and test Apache Thrift fully reproducableRoger Meier2013-05-301-2/+6
| | | | add EXTRA_DIST
* THRIFT-1809 NEWS, DISCLAIMER and CONTRIBUTORSRoger Meier2013-04-271-2/+0
| | | | fix make dist
* THRIFT-1735 integrate tutorial into regular build Roger Meier2012-10-221-1/+1
| | | | | | | Patch: Roger Meier git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401032 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1426: Dist package missing files for release 0.8Jake Farrell2011-11-161-2/+9
| | | | | | | | | | | Client: build Patch: Jake Farrell Cleans up dist target and removes extra folders. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202686 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1345: Allow building without test casesJake Farrell2011-09-141-1/+5
| | | | | | | | | | | Client: build env Patch: Vitali Lovich Adds --without-tests to configure to omit processing/building the test directories. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1170426 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1074 .keystore and .truststore are missing from the 0.6.0 distributionRoger Meier2011-03-231-1/+3
| | | | | | | | | - new tar format for dist files: tar-ustar POSIX 1003.1-1988 - adds .XYZ files not in the excluded build list to the dist tar.gz file Patch: Jake Farrell git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1084724 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-6 update Version Info for several languages, add print-version to ↵Roger Meier2010-10-221-0/+3
| | | | | | Makefile.am git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1026299 13f79535-47bb-0310-9956-ffa450edef68
* build: make dist no longer includes root-level bootstrap.sh. this should ↵Bryan Duxbury2010-08-191-1/+1
| | | | | | help users of release tarballs avoid confusion. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@987017 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-770. build: Get 'make dist' to work without first compiling source codeBryan Duxbury2010-05-031-1/+1
| | | | | | | | This patch ditches the old print_version.sh method and instead generates the compiler's version.h via the Makefile. Patch: Anthony Molinaro git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@940630 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-373. Get some missing files into the release tarballsDavid Reiss2009-05-221-1/+1
| | | | | | | | | | | | - Added some stuff to EXTRA_DIST. - Added some non-compiled sources to a C++ test. - Made lib/perl/test a SUBDIR of lib/perl. The last is a revert of r766558, but I moved the "Types.pm" rules in lib/perl/test/Makefile.am to the check-local target, so it should still work as expected (per THRIFT-461). git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@777681 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-389. Make "make dist" work properly for Subversion working copiesDavid Reiss2009-03-261-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758560 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-373. Update lists of files to include in release tarballsDavid Reiss2009-03-181-2/+2
| | | | | | | | | This is mostly EXTRA_DIST, but also includes some headers. I had to drill down into test because "make dist" builds some of the test code. .gitignore is not included in the tarballs. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@755791 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-314. Purge reflection.limitedDavid Reiss2009-02-071-1/+1
| | | | | | | | | | | | This was a feature designed to allow a Thrift server to report information about its interface. However, the feature has significant design problems, and is presence is currently causing confusion without doing any good. Therefore, it is being removed. It will always be in source control if and when we are ready to come back to it. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741824 13f79535-47bb-0310-9956-ffa450edef68
* Add contrib to EXTRA_DIST so it goes into make dist.David Reiss2008-04-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665662 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: "make check" support.David Reiss2008-02-041-1/+1
| | | | | | | | | | | | | | | | | | Summary: Add a Makefile.am in the test directory that runs some of the test programs when "make check" is executed. Also removed some obsolete comments. Reviewed By: mcslee Test Plan: Ran make check, saw all tests pass. Ran make install, saw no test programs installed. Ran ./cleanup.sh, saw a pristine workspace. Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665458 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Revamp build to use a single configure.ac.David Reiss2007-12-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Summary: Ben Maurer suggested that it would make sense for Thrift to build as a single project, with one configure.ac and multiple Makefile.am. He was also kind enough to do the heavy lifting, and this commit is the application of his patch (with minor modifications). The most significant visible change from this diff is that in order to buidl one of the thrift sub-projects (i.e.: the compiler, the C++ library, or the Python library) you must run bootstrap.sh and configure in the Thrift root, then make in the specific project. Users who want to build and install the Python library but can't run configure because they don't have Boost can simply run setup.py directly. Reviewed By: mcslee Test Plan: Built Thrift from scratch. Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665409 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Prep for release.David Reiss2007-09-181-0/+6
Summary: - make dist is no fun. Had to add a lot of stuff to Makefile.am to make sure stuff got included in the tarball. - Added a permanent NEWS file with the release notes for this release. - clean.sh removes ylwrap also. - Gave it a real version for make dist. - Added ACLOCAL_AMFLAGS to lib/cpp/Makefile.am to make it easier to work on configure.ac. - Made concurrency_test a non-installed binary because no one wants to install it. - Dropped some symlinks that were annoying make dist. - Updated README. Test Plan: ./bootstrap.sh && ./configure && make dist Compared contents of tarball to source tree. Did this from a fresh git tree so no gross untracked files would be around. On devrs: ./bootstrap.sh && ./configure && make install DESTDIR=/tmp/relinst1 Made sure concurrency_test was built but not installed. Checked zlib URL with firefox. Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665274 13f79535-47bb-0310-9956-ffa450edef68