summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-2602 fix missing dist filesRoger Meier2014-10-221-1/+1
| | | | | | | - add automake 1.13 dependency to configure.ac and doc - use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829) Patch: Roger Meier
* THRIFT-2685 c_glib: Include in integration test suiteRoger Meier2014-09-011-0/+1
| | | | | | - client side Patch: Simon South
* THRIFT-2648 cleanup erlang libalisdair sullivan2014-08-071-0/+1
| | | | | | | | | client: erlang patch: alisdair sullivan (alisdairsullivan@yahoo.ca) moves tests for the thrift compiler generation of files to /test/erl, properly removes artifacts from test suite runs, adds module listing to .app.src for better behaviour when using erlang tools like relx and rebar and modifies .gitignore to not ignore relevant erlang test components
* THRIFT-976 c_glib tutorialRoger Meier2014-07-291-0/+1
| | | | | Patch: Simon South Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-2602 Fix missing dist filesRoger Meier2014-07-141-1/+1
| | | | | | | - set bison to 2.5 - include "config.h" within thriftl.ll Patch: Roger Meier
* THRIFT-2602: Fix missing dist filesjfarrell2014-07-101-4/+6
| | | | | | | | | | 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-2602: Fix missing dist filesjfarrell2014-07-101-0/+1
| | | | | | | | | Client: build process Patch: jfarrell Adding macro check around bison version and removing am__yacc_c2h and will conditionally include the necessary h/hh file, this will fix the mentioned missing .hh file in dist and make it compatible with automake 1.11 and above
* THRIFT-2471 requires libboost 1.54henrique2014-06-101-1/+1
| | | | + additional script clean up
* THRIFT-2552 eliminate warning from configure.acJens Geyer2014-05-271-0/+2
| | | | | Client: build process Patch: Liang Xie
* THRIFT-2401 Haskell tutorial compilesRoger Meier2014-05-141-0/+1
| | | | | | | Patch: John Chee & Roger Meier includes minifix from: THRIFT-2453 haskell tutorial: fix up division by 0 example
* THRIFT-2497 server and client for test/go, also several fixes and improvementsJens Geyer2014-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Client: Go Patch: Aleksey Pesternikov This closes #109 commit f2e7186ca8d63f407dba0c56ee51afd6405926ba Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-22T12:48:14Z add _ to generated filename if it ends with _test.go commit a6ed88196fbf4622a3b0261bbac0fe6b258bdd36 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-22T14:19:13Z use tcxx instead of tr1 in test/cpp commit d1848fa05f4baefc66eb405f4b1a8657bb2869bd Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-23T01:01:03Z Merge branch 'master' of https://github.com/apache/thrift into go_integration commit 04d22fef228d3f868b32a296a38f99ff52ee2142 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T00:34:24Z additions: test for client/server with several protocol/transport/ssl combinations bin/testclient and bin/testserver debug_transport fixes: separate Listen() and AcceptLoop() instead of Serve() in SimpleServer if handler function returns any unknown exception, handler closes connection commit ed88d57d977cffea9fac8f61143801f3097ef46c Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:29:54Z Generate lowercase package name lowercased pkg name in thrift files underline() -> lowercase() commit 498a910c6c6753a4b1e3633eb5c9c82be33e8c7b Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:32:26Z Merge branch 'master' into go_test_service_name commit 25792d7218a2c32ee3c2077f65ca7d0cea7f31f5 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-22T12:48:14Z add _ to generated filename if it ends with _test.go commit af994b415308a2e174d57a03675fc83d7cbd43d1 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T00:34:24Z additions: test for client/server with several protocol/transport/ssl combinations bin/testclient and bin/testserver debug_transport fixes: separate Listen() and AcceptLoop() instead of Serve() in SimpleServer if handler function returns any unknown exception, handler closes connection commit f22a777a5d5b4d93a8d7981e7aadc2c63919518a Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:44:08Z Merge branch 'go_integration' of github.com:apesternikov/thrift into go_integration commit 49a33c8c80ea35f923ee9aa3577780fcf41fe840 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:49:05Z Merge branch 'master' into test_cpp_on_mac commit 81b402ec6301f6b132c9b346ad5481f55f0aff89 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T13:56:56Z operator < for ThriftTest commit cde312d940d12077274dd0ba677ca850b5b439a7 Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T14:12:58Z minor formatting commit 0a693115c2c20a2a8375f3859ff7bed261e6c8da Author: Aleksey Pesternikov <ap@alekseys-mbp.att.net> Date: 2014-04-25T14:13:20Z Merge branch 'test_cpp_on_mac' into go_integration commit e06b5d24e8b6d429723a3c77a58c6ce903e1366a Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T15:19:20Z Merge branch 'go_test_service_name' into go_integration commit 42d577c9812a070060c773fcd0598e58e6d6ba61 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T15:39:57Z imported THRIFT-2491 lowercase package names commit 491ccf8b018c046c5ced72b1e19d9ac4ec48a6f5 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T15:51:53Z --noinsane flag for c++ TestClient. works with go server now for other default params commit 78db3c9a3a5742818a5de6e57f2fe9aed84919e5 Author: Aleksey Pesternikov <ap@alekseys-macbook-pro.local> Date: 2014-04-25T16:03:23Z license
* THRIFT-2471: Make cpp.ref annotation language agnosticRoger Meier2014-05-041-1/+1
| | | | | | update boost to 1.53 Patch: Roger Meier
* THRIFT-2454: c_glib: There is no gethostbyname_r() in some OSRoger Meier2014-04-081-0/+1
| | | | Patch: Jin-wook Jeong
* THRIFT-1681: Add Lua Support Patch: Dave WatsonRoger Meier2014-04-051-0/+18
| | | | Github Pull Request: This closes #92
* THRIFT-2344 configure.ac: compiler-only optionRoger Meier2014-02-091-0/+24
| | | | Patch: Roger Meier
* THRIFT-2334 nodejs: add a tutorial for node JSRoger Meier2014-01-271-0/+1
| | | | Patch: Pierre Lamot
* THRIFT-2317 add disable option to exclude tutorial from buildRoger Meier2014-01-261-2/+15
|
* THRIFT-2327 nodejs: nodejs test suite should be bundled with the libraryRoger Meier2014-01-261-2/+21
| | | | | | | | | Patch: Pierre Lamot further modifications by Roger Meier - git mv instead of delete and add - detect node or nodejs with configure.ac - use exit instead of return within lib/nodejs/test/testAll.sh
* Thrift-2184: undefined method rspec_verify for Thrift::MemoryBufferTransportjfarrell2014-01-221-2/+1
| | | | | | | | Client: rb Patch: jfarrell | Nevo Hed Updates ruby checks to require bundler and uses bundle exec to ensure the required rake version.
* THRIFT-2318 perl: dependency Class::Accessor not checkedRoger Meier2014-01-151-1/+5
| | | | Patch: Roger Meier
* Thrift-2229:thrift failed to build on OSX 10.9 GMjfarrell2014-01-141-0/+1
| | | | | | | Client: build Patch: jfarrell, bcraig, Hans Duedal Final patch which automates std c++11 detection and flag addition.
* THRIFT-2300 D configure info output should follow same format as other languagesJens Geyer2013-12-261-3/+4
| | | | Patch: David Nadlinger
* THRIFT-1614: Thrift build from svn repo sources fails with automake-1.12jfarrell2013-08-171-1/+1
| | | | | | | | Client: compiler Patch: jfarrell Updates automake version min req to 1.11 and switches header generated by yacc to .h instead of .hh.
* THRIFT-2090: Go generator, fix including of other thrift filesJens Geyer2013-07-181-1/+2
| | | | Patch: Emir Habul
* THRIFT-2039 config.h --> thrift-config.hRoger Meier2013-06-221-0/+1
|
* THRIFT-2012 Modernizing GoJens Geyer2013-06-181-42/+6
| | | | Patch: Travis Cline
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2013-06-091-0/+1
| | | | THRIFT-1811 ruby tutorial as part of the regular build
* THRIFT-1824:many compile warning, becase Thread.h includes config.hJake Farrell2013-06-041-0/+9
| | | | | | | Client: build Patch: Jake Farrell Wrap our config.h with #ifndef CONFIG_H to guard against duplicate definitions
* THRIFT-1889 missing AC_CHECK_HEADERS([wchar.h])Roger Meier2013-03-151-0/+1
| | | | Patch: Evan Nemerson
* THRIFT-1704: Tornado support (Python)Chris Piro2013-03-071-1/+3
|
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2012-10-261-0/+2
| | | | | | | python and python twisted git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402680 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2012-10-241-0/+1
| | | | | | | | - cpp support - cleanup stuff git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401818 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1735 integrate tutorial into regular build Roger Meier2012-10-221-0/+3
| | | | | | | Patch: Roger Meier git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401032 13f79535-47bb-0310-9956-ffa450edef68
* Updating Thrift trunk version to 1.0.0-devJake Farrell2012-10-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1397293 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1661:Add --with-qt4 configure optionJake Farrell2012-07-271-1/+5
| | | | | | | | | | | Client: cpp Patch: Blair Zajac Adds ability to enable/disable qt4 support. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1366428 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1655: Configure still trying to use thrift_generators in outputJake Farrell2012-07-241-2/+1
| | | | | | | | | | | Client: build Patch: Jake Farrell Remove thrift_generators line from configure.ac git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1365183 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1438: lib/cpp/src/windows/config.h should read version from ↵Jake Farrell2012-06-221-0/+1
| | | | | | | | | | | | | configure.ac rather than a #define Client: compiler Patch: Jake Farrell Converts compiler/cpp/src/windows/version.h to a template and automates uses of configure.ac version rather than a random #define version string. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1352767 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1589 configure.ac should require at least boost 1.41Roger Meier2012-05-111-1/+1
| | | | | | Build slaves at Apache need 1.40.0 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1337107 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1589 configure.ac should require at least boost 1.41Roger Meier2012-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332827 13f79535-47bb-0310-9956-ffa450edef68
* enable c_glib per defaultRoger Meier2012-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332618 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1500: d programming language supportJake Farrell2012-03-221-0/+104
| | | | | | | | | | | Client: D Patch: David Nadlinger D program language library and additions git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1304085 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1520 : embed version number in .app file for easier integration with ↵Anthony F. Molinaro2012-02-221-1/+0
| | | | | | rebar git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1292474 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1348 C++ Qt bindingsRoger Meier2012-02-101-19/+38
| | | | | | Patch: Doug Rosvick and Vitali Lovich git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1242900 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1478 TJSONProtocol in PHPRoger Meier2012-01-241-0/+4
| | | | | | Patch: Greg Fodor, Andrew Grumet, Roger Meier git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1235403 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2012-01-211-0/+1
| | | | | | add php TestClient to the testsuite git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1234292 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1267 Node.js can't throw exceptionsRoger Meier2012-01-121-0/+1
| | | | | | Patch: Henrique Mendonca git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1230797 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-847 Test Framework harmonization across all languagesRoger Meier2012-01-101-0/+1
| | | | | | | | perl fixes: - generate Makfile for perl tests - add inc path to test git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1229745 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1461 Recent TNonblockingServer changes broke ↵Roger Meier2011-12-141-0/+1
| | | | | | | | --enable-boostthreads=yes, Windows Patch: Alexandre Parenteau git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1214547 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1462 add more strict compiler flagsRoger Meier2011-12-131-0/+12
| | | | | | FIX: check for MINGW and use reduced compiler flag set for mingw git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1213523 13f79535-47bb-0310-9956-ffa450edef68
* Updating trunk to 0.9.0 version.Jake Farrell2011-11-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1208214 13f79535-47bb-0310-9956-ffa450edef68