summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release WT-2.5.3Alex Gorrod2015-04-221-1/+1
* Merge branch 'master' into developAlex Gorrod2015-03-261-1/+1
|\
| * Cut WiredTiger 2.5.2 releaseAlex Gorrod2015-03-231-1/+1
* | Bump release version to 2.5.3 on develop branch.Alex Gorrod2015-03-242-3/+3
* | Merge branch 'develop' into lz4-keithKeith Bostic2015-03-182-4/+4
|\ \
| * | Alphabetize lz4 in Make related files.Susan LoVerso2015-03-182-4/+4
* | | Add lz4 to the --with-builtins help string.Keith Bostic2015-03-181-10/+7
|/ /
* | Add changes to enable builtin build of lz4daveh862015-03-171-0/+3
* | LZ4 external compressorQuentin Conner2015-03-122-0/+38
|/
* Bump release version to 2.5.2 on the develop branch.Alex Gorrod2015-03-092-3/+3
* Merge branch 'master' into developAlex Gorrod2015-03-091-1/+1
|\
| * Cut WiredTiger release 2.5.1Alex Gorrod2015-03-091-1/+1
* | Revert "Revert change to add test/packing to default build."Keith Bostic2015-03-041-0/+1
* | Revert change to add test/packing to default build.Alex Gorrod2015-03-041-1/+0
* | Make the packing tests compile again, add them to the list of testKeith Bostic2015-03-031-0/+1
|/
* Bump release version number on develop to 2.5.1Alex Gorrod2014-12-242-3/+3
* Cut 2.5.0 releaseAlex Gorrod2014-12-241-1/+1
* Candidate for 2.5.0 release changelogAlex Gorrod2014-12-232-5/+5
* Remove version numbering from the pkg-config file. We don't createDon Anderson2014-12-191-2/+2
* Bump release version to 2.4.2 on develop branch.Alex Gorrod2014-11-062-3/+3
* Oracle Solaris fixesMark Benvenuto2014-10-291-1/+1
* Update release version on develop branch to 2.4.1Alex Gorrod2014-10-162-3/+3
* Fixup release version for 2.4.0 release.Alex Gorrod2014-10-162-3/+3
* Cut release 2.4.0Alex Gorrod2014-10-162-4/+4
* Ensure the Java jar is built before the examples.Alex Gorrod2014-10-151-1/+1
* Merge pull request #1258 from wiredtiger/java-doc-examplesMichael Cahill2014-10-151-0/+1
|\
| * Make sure the Java examples are built along with the API. Make section names...Michael Cahill2014-10-131-0/+1
* | Merge branch 'develop' into json-loadAlex Gorrod2014-10-153-107/+13
|\ \
| * | Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-1/+0
| |/
| * Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic2014-10-021-3/+9
| * Simplify testing for basic types during configuration: we're running onKeith Bostic2014-10-021-103/+4
| * Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild defaultKeith Bostic2014-10-011-1/+1
* | Code cleanup per agorrod's review, including putting JSON load utilityDon Anderson2014-09-231-0/+1
|/
* Make "-O3 -g" the default build flags (again), including for C++ (api/leveldb).Michael Cahill2014-09-101-3/+4
* Fixes for the LevelDB JNI build. Make the fields of Slice public, rename the...Michael Cahill2014-09-081-1/+1
* Switch from adaptive pthread mutexes by default, based on:Keith Bostic2014-08-282-11/+3
* Fix use of AC_CHECK_HEADER in JNI checks: set up CPPFLAGS beforehand.Michael Cahill2014-08-281-17/+19
* Update to the current version of the autoconf macro we use to search for JNI ...Michael Cahill2014-08-281-20/+26
* Fix ordering of releases in the documentation landing page.Michael Cahill2014-08-142-3/+3
* Cut the 2.3.1 release.2.3.1Michael Cahill2014-08-141-1/+1
* Remove tcbench, it makes clang's static analyzer unhappy and we're notKeith Bostic2014-08-071-1/+0
* Bump release version to 2.3.1 on develop branch.Alex Gorrod2014-07-302-3/+3
* Cut WiredTiger release 2.3.02.3.0Alex Gorrod2014-07-292-5/+5
* Sanity check the LevelDB configuration at build time, not runtime.Michael Cahill2014-07-291-0/+9
* configure.ac:21: warning: back quotes and double quotes must not be escaped i...Keith Bostic2014-07-151-1/+1
* Fix static linking of libraries with builtin extensions.Michael Cahill2014-07-152-5/+20
* Take Keith's suggestion: rearrange `api/leveldb` by copyright to simplify mai...Michael Cahill2014-07-151-8/+9
* Merge branch 'develop' into leveldb-apiMichael Cahill2014-07-025-10/+66
|\
| * Merge branch 'develop' into builtin-extensionsMichael Cahill2014-06-252-3/+3
| |\
| * | Fix quoting in m4 script.Alex Gorrod2014-06-201-1/+1