summaryrefslogtreecommitdiff
path: root/qpid/cpp/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* QPID-4418 - Autotools will fail if no C++ compiler is found.Darryl L. Pierce2012-11-131-0/+4
| | | | | | Submitted by: Jimmy Jones git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1408782 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4417: Add minimum Swig version check to autotools and CmakeDarryl L. Pierce2012-11-061-1/+1
| | | | | | | | Any version of Swig < 1.3.32 results in errors in the Perl language bindings. This change forces both build systems to require at least version 1.3.32 of Swig in order to build those language bindings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1406195 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Stop linking libpython with everything when doing autoconf builds forAndrew Stitcher2012-11-051-2/+3
| | | | | | versions of python that do not have a pkg-config file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1405939 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4368: Fixes to autoconf build for AMQP 1.0 pluginsGordon Sim2012-10-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400295 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4368: Pluggable AMQP 1.0 implementation for broker and clientGordon Sim2012-10-191-0/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1400178 13f79535-47bb-0310-9956-ffa450edef68
* Remove cluster (prerequisite for QPID-4178)Gordon Sim2012-08-101-48/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1371647 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Control running of cluster tests.Alan Conway2012-04-161-12/+15
| | | | | | | | | | | Previously cluster tests would run if cluster services were running, even if build was explicitly configured without CPG. Don't run cluster tests unless the build is configured with CPG. If the build is configured *with* CPG, you can still skip the CPG tests by setting QPID_USE_CPG=no in the environment. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1326756 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3944: Autotools build system doesn't correctly detect python developer ↵Andrew Stitcher2012-04-111-3/+14
| | | | | | libraries git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1325043 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3571: A generic Posix poller implementationAndrew Stitcher2012-02-211-5/+8
| | | | | | | Wired manual selection of poll/epoll implementations into autoconf/cmake. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1292066 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3862: Static Trace points for System tap / DtraceAndrew Stitcher2012-02-211-0/+18
| | | | | | | | | | | Added framework to allow static probes in DTRACE_PROBE() format to be added to the qpid code. This will be usable under System Tap for Linux, and DTrace for Solaris and FreeBSD. Also included some initial probes into the low level IO code to see how it performs. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291981 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3607: pkg config for qmf2 libraryAndrew Stitcher2011-11-101-0/+1
| | | | | | - Added new qmf2.pc file and make install logic for it git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200597 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3464: Build improvements (autotools) [from Jan-Marek Glogowski]Andrew Stitcher2011-11-091-2/+3
| | | | | | - Improved the perl bindings build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3464: Build Improvements (autotools) [inspired by Jan-Marek Glogowski]Andrew Stitcher2011-11-031-25/+10
| | | | | | | | | - Simplified the python binding build QPID-3458: Install compiled _cqpid.so for SWIG python bindings in site-packages directory - Put the generated .pyc/.pyo and native .so in the correct place in the install tree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197326 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3295: Autoconf incorrectly detects gcc doesn't support -WerrorAndrew Stitcher2011-06-071-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1133137 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3067: moved old examples to old_api directoryGordon Sim2011-03-011-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1075883 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3041 Make dist process does not package the .NET Binding sourceCharles E. Rolke2011-02-091-1/+2
| | | | | | | | | | | | | | | | | | cpp/configure.ac: add tar-ustar to automake init options (name length > 99 fix) create a makefile in bindings/qpid/dotnet cpp/src/Makefile.am add various windows-specific source files that have crept in cpp/binding/qpid/Makefile.am add the dotnet directory to subdirs list cpp/bindings/qpid/dotnet/Makefile.am EXTRA_DIST list of all the dotnet binding files Requires a ./bootstrap and ./configure to take effect. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1068944 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3009 - Minor cleanupTed Ross2011-02-011-2/+1
| | | | | | | The check for "h2xs" (which was there just to detect perl-devel) is no longer needed and was removed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1065887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3009: Improved configure support for python bindings based on ↵Gordon Sim2011-01-311-5/+7
| | | | | | suggestion by Jose Pedro Oliveira git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1065832 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3009 - Fixed configuration problem found by gsim.Ted Ross2011-01-281-2/+2
| | | | | | | | There's certainly a better way to find the include path for the perl-devel headers but this will prevent builds from being broken. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1064811 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3009 - Perl binding to Qpid messagingTed Ross2011-01-271-1/+12
| | | | | | | Applied patch contributed by Hao Chang Yu git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1064199 13f79535-47bb-0310-9956-ffa450edef68
* Added install_env.sh to set environment variables to use an install prefix.Alan Conway2010-09-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1001887 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2792 - Added C++ example agent.Ted Ross2010-08-131-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985207 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2793 - Python and Ruby bindings for the C++ QMFv2 APITed Ross2010-08-121-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@985020 13f79535-47bb-0310-9956-ffa450edef68
* Re-enabled the wrapping of the messaging API with fixes for earlier versionsTed Ross2010-08-041-0/+3
| | | | | | | of Swig, Python, and Ruby. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982244 13f79535-47bb-0310-9956-ffa450edef68
* Disabled build of the qpid bindings until it's fixed for RHEL5 (swig-1.3.29)Ted Ross2010-07-301-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980928 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2777 - Additional bindings for the C++ messaging API (Python, Ruby)Ted Ross2010-07-291-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980531 13f79535-47bb-0310-9956-ffa450edef68
* Allow libraries to be independently versioned in the autotools build.Alan Conway2010-06-171-7/+0
| | | | | | | | Each library libfoo or plugin foo has a variable FOO_VERSION_INFO with a value passed as -version-info to libtool. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@955672 13f79535-47bb-0310-9956-ffa450edef68
* Added pkg-config support for qpid C++ client libraries.Alan Conway2010-05-311-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949856 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1811: Look for saslpasswd2 at configure time instead of hardcodingAndrew Stitcher2010-04-261-2/+5
| | | | | | | its location (autotools build only as cmake build doesn't currently build a custom sasl passwd file) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938026 13f79535-47bb-0310-9956-ffa450edef68
* Fix error in path to amqp.xml in configure.ac.Alan Conway2010-03-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@926294 13f79535-47bb-0310-9956-ffa450edef68
* Remove Version.h reference from configure.ac.Alan Conway2010-03-171-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924498 13f79535-47bb-0310-9956-ffa450edef68
* C++ automake build picks up version number from qpid/QPID_VERSION.txt.Alan Conway2010-03-171-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924359 13f79535-47bb-0310-9956-ffa450edef68
* Remove tests/testagent sub-directory, build testagent in the tests directory.Alan Conway2010-03-091-1/+0
| | | | | | | Resolves build-order issues, more consistent with the rest of the test builds. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@920991 13f79535-47bb-0310-9956-ffa450edef68
* Changed name of XQilla EBV define to XQ_EXTENDED_BOOLEAN_VALUE_HPP.Jonathan Robie2010-03-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@920545 13f79535-47bb-0310-9956-ffa450edef68
* Tests for presence of xqilla/ast/XQEffectiveBooleanValue.hpp; if notJonathan Robie2010-03-051-0/+9
| | | | | | | | present, sets a constant to enable legacy API for effective boolean value. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@919632 13f79535-47bb-0310-9956-ffa450edef68
* Added tests/testagent, a simple QMF agent for use in tests.Alan Conway2010-03-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918673 13f79535-47bb-0310-9956-ffa450edef68
* Upped qpid version to 0.7 for next development cycleAndrew Stitcher2010-01-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@895789 13f79535-47bb-0310-9956-ffa450edef68
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-301-0/+5
| | | | | | | | | - consolidate test env vars in test_env.sh, also useful from command line. - generate test_env.sh with autoconf/cmake to cover library location differences. - Remove explicit mention of .libs, use $QPID_MODULE_DIR to load modules. - Fix run_test to run valgrind under cmake git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@885557 13f79535-47bb-0310-9956-ffa450edef68
* Rearranged chack for ruby so that we only need ruby if we need to generate codeAndrew Stitcher2009-11-301-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@885536 13f79535-47bb-0310-9956-ffa450edef68
* Updated qpid version to 0.6Andrew Stitcher2009-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@883999 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2198 - Moved SASL wrapper out of the cpp area and removed "qpid" from ↵Ted Ross2009-11-121-1/+0
| | | | | | its name. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835550 13f79535-47bb-0310-9956-ffa450edef68
* Added full SASL authentication and security layer for the Python client.Ted Ross2009-11-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834975 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2064 - add python bindings for qmf (c++)Ted Ross2009-09-021-0/+1
| | | | | | | Applied patch from Ken Giusti git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@810523 13f79535-47bb-0310-9956-ffa450edef68
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807731 13f79535-47bb-0310-9956-ffa450edef68
* Revert 807114Aidan Skinner2009-08-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807119 13f79535-47bb-0310-9956-ffa450edef68
* Use co -r instead of URL@REVAidan Skinner2009-08-241-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807114 13f79535-47bb-0310-9956-ffa450edef68
* Removed unneeded Makefile from configure.acTed Ross2009-08-111-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803162 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-111-0/+2
| | | | | | | | Added tests for the QMF bindings. Removed spurious "cout" prints from qmf/Agent.cpp git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803156 13f79535-47bb-0310-9956-ffa450edef68
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-271-1/+0
| | | | | | | | | | | | | | | | | | | | code re-organization. The gen/ directory has been removed, code is now generated into: $(builddir)/src - all .cpp files and non-public .h files. $(builddir)/include - all public .h files. The gen/ directory was originally intended to separate generated code from hand-written code. However both automake and cmake allow you to direct all build output, including generated code, into a separate build directory. In fact both recommend you build this way. Keeping the gen/ directory meant there would have been a total of 8 places to look for header files, all the combinations of builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad enough. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@798291 13f79535-47bb-0310-9956-ffa450edef68
* Minor configure.ac cleanup to remove unneeded openais definitions when no ↵Kim van der Riet2009-07-161-0/+3
| | | | | | openais is in use. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794759 13f79535-47bb-0310-9956-ffa450edef68