summaryrefslogtreecommitdiff
path: root/build_posix/aclocal
Commit message (Collapse)AuthorAgeFilesLines
* Cut WiredTiger release 1.6.61.6.6Alex Gorrod2013-11-191-1/+1
|
* Add a new spinlock type, "pthread_logging" which configures the codeKeith Bostic2013-10-151-4/+7
| | | | | | | | that adds statistics logging for the blocking patterns of the spinlock mutexes. Fix an inconsistency, the docs and configure output said the pthread mutex option was 'pthread_mutex', it's actually 'pthread'.
* Bump the version on develop to 1.6.6.Michael Cahill2013-10-092-3/+3
|
* Bump release version on develop branch to 1.6.5Alex Gorrod2013-08-212-3/+3
|
* Cut release 1.6.41.6.4Alex Gorrod2013-08-211-1/+1
|
* Fix "make install" of Python. Remove old code and restructure the Python ↵Michael Cahill2013-07-171-0/+6
| | | | | | | | | | | sources under lang/python to simplify the installation step. --HG-- rename : lang/python/fpacking.py => lang/python/wiredtiger/fpacking.py rename : lang/python/intpack-test.py => lang/python/wiredtiger/intpack-test.py rename : lang/python/intpacking.py => lang/python/wiredtiger/intpacking.py rename : lang/python/packing-test.py => lang/python/wiredtiger/packing-test.py rename : lang/python/packing.py => lang/python/wiredtiger/packing.py
* Bump release version to 1.6.4 in develop branch.Alex Gorrod2013-07-122-3/+3
|
* Cut release 1.6.31.6.3Alex Gorrod2013-07-121-1/+1
|
* Bump develop release version.Alex Gorrod2013-06-182-3/+3
|
* Bump the version on develop.Michael Cahill2013-05-312-3/+3
|
* Cut release 1.6.11.6.1Alex Gorrod2013-05-312-3/+3
|
* Cut release 1.6.01.6.0Alex Gorrod2013-05-162-5/+5
|
* whitespace cleanupKeith Bostic2013-05-011-4/+2
|
* Simplify the autoconf that checks for bzip2 headers/libraries.Keith Bostic2013-05-011-11/+19
| | | | | | | Pull the header/library checks outside of the existing AC_MSG_XX conditionals, otherwise the autoconf output gets messy. Add matching checks for the snappy headers/libraries.
* AC_CHECK_LIB requires a second argument, a function to test for.Keith Bostic2013-05-011-1/+1
|
* Have configure check for header and library when bzip is enabled.Alex Gorrod2013-05-011-1/+9
|
* Cut release 1.5.3.1.5.3Alex Gorrod2013-04-262-3/+3
|
* Cut release 1.5.2.1.5.2Michael Cahill2013-03-282-3/+3
|
* Cut release 1.5.11.5.1Michael Cahill2013-03-252-3/+3
|
* Cut release 1.5.0.1.5.0Michael Cahill2013-03-142-5/+5
|
* The macro `AC_CHECK_CLASS' is obsolete.Michael Cahill2013-02-251-1/+1
|
* Search the default FreeBSD path when configuring for Java.Michael Cahill2013-02-251-0/+1
|
* AC_HELP_STRING is obsolete, replace with AS_HELP_STRING.Keith Bostic2013-02-211-2/+2
|
* Fix conditional compilation of JUnit tests.Alex Gorrod2013-02-141-1/+1
|
* Update Java structure packing implementation.Alex Gorrod2013-02-126-0/+568
| | | | Add a first JUnit test case, and associated autoconf files.
* Add in examples to Java build.Alex Gorrod2013-01-251-0/+52
|
* Merge branch 'updevelop' into develop. Manually merged.Alex Gorrod2013-01-243-23/+11
|\
| * Cut release 1.4.2.1.4.2Michael Cahill2013-01-142-3/+3
| |
| * Remove HAVE_VERBOSE and most of the verbose convenience macros, verboseKeith Bostic2012-12-171-13/+0
| | | | | | | | debugging is always configured now.
| * The macro name AS_HELP_STRING replaced AC_HELP_STRING a few years ago.Keith Bostic2012-12-151-8/+8
| |
| * HAVE_VERBOSE configures a wiredtiger_open configuration option, theKeith Bostic2012-12-131-1/+2
| | | | | | | | Env handle is from long, long ago.
| * Cut release 1.4.11.4.1Alex Gorrod2012-12-132-3/+3
| |
| * Cut release 1.4.01.4.0Alex Gorrod2012-12-032-5/+5
| |
* | Merge remote-tracking branch 'upstream/develop' into developAlex Gorrod2012-11-282-5/+5
|\ \ | |/ | | | | | | | | Conflicts: build_posix/Make.subdirs build_posix/configure.ac.in
| * Cut release 1.3.81.3.8Alex Gorrod2012-11-222-3/+3
| |
| * Cut release 1.3.7.1.3.7Michael Cahill2012-11-092-3/+3
| |
| * Cut release 1.3.6.1.3.6Michael Cahill2012-11-062-3/+3
| |
| * Cut release 1.3.5.1.3.5Alex Gorrod2012-10-262-3/+3
| |
| * Cut release 1.3.4.1.3.4Michael Cahill2012-10-192-3/+3
| |
| * Cut release 1.3.3.1.3.3Michael Cahill2012-10-112-3/+3
| |
| * Cut release 1.3.2.1.3.2Michael Cahill2012-10-032-3/+3
| |
| * Cut release 1.3.1.1.3.1Michael Cahill2012-09-252-3/+3
| |
| * Cut release 1.3.0.1.3.0Michael Cahill2012-09-172-5/+5
| |
* | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developMichael Cahill2012-08-163-3/+138
|\ \ | |/ | | | | | | Conflicts: build_posix/configure.ac.in
| * Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-022-3/+3
| | | | | | | | | | | | | | Bump the version to 1.2.3 to check that it is updated everywhere. --HG-- rename : dist/RELEASE => RELEASE
| * Require SWIG-2.0 or above.Michael Cahill2012-07-111-0/+135
| |
* | Fix detection of javac.Michael Cahill2012-07-231-0/+72
| |
* | Improve configure detection of Java.Michael Cahill2012-07-232-0/+198
| |
* | imported patch java-apiMichael Cahill2012-07-071-1/+15
|/ | | | | | --HG-- rename : lang/python/Makefile.am => lang/java/Makefile.am rename : lang/python/wiredtiger.i => lang/java/wiredtiger.i
* Cut bugfix release 1.2.2.Michael Cahill2012-06-202-3/+3
|