summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 2.0.12.0.1Alex Gorrod2013-12-122-3/+3
* Cut WiredTiger release 2.0.02.0.0Alex Gorrod2013-12-112-6/+6
* Bump release in develop branch to 1.6.7Alex Gorrod2013-11-192-3/+3
* 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
* 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
* Pass any configured Python prefix through to the Python install step.Michael Cahill2013-07-171-2/+4
* Fix "make install" of Python. Remove old code and restructure the Python sou...Michael Cahill2013-07-172-0/+8
* 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
* Another try at portably getting the IFS setting we need.Michael Cahill2013-07-092-2/+5
* Make IFS more portable: don't export, set explicitly and move to where it is ...Michael Cahill2013-07-092-8/+2
* Insulate scripts from user settings of IFS.Michael Cahill2013-07-092-0/+8
* 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
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-3/+2
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-111-2/+2
* whitespace cleanupKeith Bostic2013-05-011-4/+2
* Simplify the autoconf that checks for bzip2 headers/libraries.Keith Bostic2013-05-011-11/+19
* 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
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-244-18/+27
|\
| * Merge branch 'stec' of github.com:wiredtiger/wiredtiger into stecKeith Bostic2013-04-221-1/+1
| |\
| | * Install wiredtiger_ext.h.Keith Bostic2013-04-221-1/+1
| * | switch to "memrata"Keith Bostic2013-04-222-8/+8
| |/
| * First cut at a non-transactional version of the STEC KVS shared library.Keith Bostic2013-04-192-0/+9
| * Look in more places for a Berkeley DB installation: ./db in the build directo...Michael Cahill2013-04-191-8/+2
| * 5.3 is the current Berkeley DB releaseKeith Bostic2013-04-181-1/+4
| * Rework SUBDIR handling: now that two extensions depend on the sameKeith Bostic2013-04-181-12/+6
| * Try and find an installed version of Berkeley DB, set a new variableKeith Bostic2013-04-181-2/+10
| * Add a new extension directory ext/test/kvs_bdb, dependent on Berkeley DB.Keith Bostic2013-04-181-2/+3
| * subdirs.list doesn't exist, I think we meant Make.subdirsKeith Bostic2013-04-181-1/+1
* | Changes based on Alex's review.Michael Cahill2013-04-161-1/+1
* | Preload the cache with internal pages from checkpoints.Michael Cahill2013-04-031-2/+3
* | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-04-022-3/+3
|\ \ | |/
| * Cut release 1.5.2.1.5.2Michael Cahill2013-03-282-3/+3
* | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-03-262-3/+3
|\ \ | |/
| * Cut release 1.5.11.5.1Michael Cahill2013-03-252-3/+3
* | Use adaptive mutexes for spinlocks if available.Michael Cahill2013-03-211-0/+10
|/
* Cut release 1.5.0.1.5.0Michael Cahill2013-03-142-5/+5
* Allow building release packages without SWIG.Michael Cahill2013-03-141-9/+1
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-1/+1
* 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