summaryrefslogtreecommitdiff
path: root/build_posix
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
|
* 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 ↵Michael Cahill2013-07-172-0/+8
| | | | | | | | | | | 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
|
* 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
| | | | needed.
* 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
| | | | in chunks instead of doing it a block at a time.
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-111-2/+2
| | | | | | | where I/O to/from buffers with lesser alignment causes reads to go through the buffer cache, leading to multiple versions of a block in the system. Add asserts to the read/write calls to ensure we detect mis-aligned buffers.
* 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
|
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-244-18/+27
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/bloom/bloom.c src/config/config_def.c src/lsm/lsm_cursor.c src/lsm/lsm_merge.c src/lsm/lsm_tree.c src/lsm/lsm_worker.c
| * 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 ↵Michael Cahill2013-04-191-8/+2
| | | | | | | | | | | | directory or any /usr/local/BerkeleyDB* installation. Note that it still needs to be an *installation* of Berkeley DB: I do `make install prefix=`pwd`/LOCAL_INSTALL` in a Berkeley DB build directory, then make a symbolic link called `db` to that `LOCAL_INSTALL` directory from the WiredTiger build.
| * 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
| | | | | | | | conditional, we can't just set the value each time.
| * Try and find an installed version of Berkeley DB, set a new variableKeith Bostic2013-04-181-2/+10
| | | | | | | | BERKELEY_DB_PATH to point to it.
| * 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
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: src/btree/bt_evict.c src/conn/conn_dhandle.c src/cursor/cur_file.c src/include/btree.h src/lsm/lsm_cursor.c src/meta/meta_track.c src/schema/schema_plan.c src/txn/txn_ckpt.c
| * 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
|\ \ | |/ | | | | | | Conflicts: src/include/wiredtiger.in
| * 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
| | | | | | discard any page read from the system cache, (2) immediately schedule all writes to the disk, and periodically discard any pages written from the system cache. In all cases, ignore if O_DIRECT is configured.
* 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-128-1/+571
| | | | Add a first JUnit test case, and associated autoconf files.
* Add a Java implementation of packed formats.Alex Gorrod2013-02-081-1/+1
| | | | Also add a test case and update the layout of the Java build.