summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Collapse)AuthorAgeFilesLines
* Cut release 1.1.4.1.1.4Michael Cahill2012-04-162-3/+3
|
* Relax the version requirements for autoconf and libtool: we are testing with ↵Michael Cahill2012-04-041-2/+2
| | | | 2.63 and 2.2.6, respectively.
* Check the versions of autoconf, automake and libtool to avoid failures when ↵Michael Cahill2012-04-041-1/+3
| | | | trying to build from the github tree.
* Cut release 1.1.3.Michael Cahill2012-04-042-3/+3
|
* Cut release 1.1.2.Michael Cahill2012-03-202-3/+3
| | | | | --HG-- extra : rebase_source : 2a3ef9165ed9001ebb2b013577652d831140c370
* OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic2012-03-151-1/+1
|
* Bump version to 1.1.1.1.1.1Michael Cahill2012-03-122-3/+3
|
* Default to a verbose build, we can switch that off by running "configure ↵Michael Cahill2012-03-111-1/+1
| | | | | | | --enable-silent-rules"). --HG-- extra : rebase_source : 4af5f56a6a695af668c98ab5823d591a52bb843d
* Bump the version to 1.1.Michael Cahill2012-02-282-4/+4
|
* Fix the configure test for default buffer alignment.Michael Cahill2012-02-281-15/+15
|
* Make buffer alignment configurable in wiredtiger_open. Only align scratch ↵Michael Cahill2012-02-231-4/+13
| | | | | | | buffers and buffers used to write blocks. --HG-- extra : rebase_source : 4849675711929de7d890fc312e713df5e442b1a6
* Align allocations larger than 512 bytes to 512 byte boundaries.Michael Cahill2011-12-231-1/+1
| | | | | --HG-- extra : rebase_source : 408f1713e49dd7d3564d08ec06ec48efe6debb36
* Build with _GNU_SOURCE on Linux to enable O_DIRECT.Michael Cahill2011-12-231-0/+6
| | | | | --HG-- extra : rebase_source : 955b36225478e09d604c94b7ddaa9249916552f0
* Clarify configure help wording.Michael Cahill2012-02-211-1/+1
|
* Clarify the configure help message for verbose support: it is on by default.Michael Cahill2012-02-211-3/+3
|
* Don't call out build_posix specially in the build instructions: configure ↵Michael Cahill2012-02-211-0/+3
| | | | can be run from anywhere, stick with the normal "./configure && make" as in the README.
* Don't remove flexlint.out, that's not an expected file.Keith Bostic2012-02-171-3/+2
|
* Don't test for shared libraries unless Python is configured.Keith Bostic2012-02-171-5/+5
|
* Fix with automake version < 1.11, use foreign mode so that fewer top-level ↵Michael Cahill2012-02-082-13/+3
| | | | files are required.
* Switch to quiet builds by default.Michael Cahill2012-02-081-0/+1
|
* Update to 1.0release-1.01.0.0Michael Cahill2012-02-032-5/+5
|
* More copyright cleanup.Keith Bostic2012-02-015-15/+0
|
* Don't modify CFLAGS if set before configure was run.Michael Cahill2012-01-311-4/+12
|
* Append -g or -O3 to the CFLAGS variable.Keith Bostic2012-01-301-2/+2
|
* Rev the minor version number.Keith Bostic2012-01-132-4/+4
|
* Build out the SESSION->rename method, add the wt utility rename command.Keith Bostic2012-01-031-0/+1
|
* Add the SESSION->upgrade method.Keith Bostic2012-01-011-0/+1
|
* Michael says we can build extensions in static librarires.Keith Bostic2011-12-281-6/+0
|
* Fail if bzip, snappy or python are specified but building static versionsKeith Bostic2011-12-261-0/+9
| | | | of the library.
* Add a warning ot the end of configure for diagnostic builds.Michael Cahill2011-12-091-0/+5
|
* Added a compressor adaptor for Google's snappy compressor. refs #58Don Anderson2011-12-072-0/+12
|
* HAVE_WORKQ is no longer used, remove autoconf support for --enable-workq.Keith Bostic2011-12-051-11/+1
|
* Set default CFLAGS if the user doesn't supply them, but don't override the user'Michael Cahill2011-11-212-50/+31
| | | | s settings.
* Add the wt write command.Keith Bostic2011-11-031-1/+2
| | | | | --HG-- extra : rebase_source : 01d9f4a2bab366f28a7071026461cce1a7422ab9
* Remove the workQ -- have application threads notify the read and eviction ↵Michael Cahill2011-11-031-0/+10
| | | | servers directly.
* Add --with-spinlock=type to configure.Michael Cahill2011-11-031-0/+14
|
* Add the "wt list" command.Keith Bostic2011-10-271-0/+1
| | | | | --HG-- extra : rebase_source : a883183c65417f968e1132a4af2147990e3ec0f8
* Add a copyright notice & command to the wt utility.Keith Bostic2011-10-191-0/+1
|
* Add a "wt read" command.Keith Bostic2011-10-171-0/+1
|
* Add the "wt loadtext" command.Keith Bostic2011-10-131-0/+1
| | | | | Flip the sense of the -s option, it's now the -o option if you want to overwrite existing data.
* Add the -n option to load (rename the object), and replace [-c config]Keith Bostic2011-10-121-0/+1
| | | | with uri/configuration-string pairs that modify object's configurations.
* Add the "drop" command to the wt utility.Keith Bostic2011-10-111-6/+13
|
* Add a "reverse" collator extension, primarily intended for testing.Michael Cahill2011-10-071-0/+1
| | | | refs #118
* Fix test builds to work with Make.subdirs.Michael Cahill2011-09-301-1/+0
| | | | | --HG-- rename : test/format/s_dumpcmp => test/format/s_dumpcmp.in
* Put build subdirs into build_posix/Make.subdirs, use that to generate both ↵Michael Cahill2011-09-305-52/+44
| | | | Makefile.am and configure.ac. This addresses issues in releases where some of those subdirs are excluded.
* Skip the build of test/format if the BDB link has not been created.Michael Cahill2011-09-272-5/+11
|
* Omit directories from configure.ac if they are missing from the tree.Michael Cahill2011-09-272-0/+125
| | | | | --HG-- rename : configure.ac => build_posix/configure.ac.in
* Strip C-based tests from release trees.Michael Cahill2011-09-273-27/+34
| | | | | | Add a general purpose check to build_posix/makemake that strips nonexistent subdirectories from Makefile.am, so stripping subdirs is as simple as adding them to dist/s_release.list.
* Build extern.h automatically when sources change.Michael Cahill2011-09-211-3/+4
| | | | | --HG-- extra : rebase_source : 76d28d4ce51d01c489fdea831e33865ff3a1420b
* Make paths to utility sources explicit so VPATH is no longer required.Michael Cahill2011-09-142-9/+7
| | | | | --HG-- extra : rebase_source : 6b23d41f35349db8e6c64ad2861356baa38322ac