summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
* 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 bu...Michael Cahill2012-02-231-4/+13
* Align allocations larger than 512 bytes to 512 byte boundaries.Michael Cahill2011-12-231-1/+1
* Build with _GNU_SOURCE on Linux to enable O_DIRECT.Michael Cahill2011-12-231-0/+6
* 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 can...Michael Cahill2012-02-211-0/+3
* 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 fi...Michael Cahill2012-02-082-13/+3
* 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
* 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
* Add the wt write command.Keith Bostic2011-11-031-1/+2
* Remove the workQ -- have application threads notify the read and eviction ser...Michael Cahill2011-11-031-0/+10
* Add --with-spinlock=type to configure.Michael Cahill2011-11-031-0/+14
* Add the "wt list" command.Keith Bostic2011-10-271-0/+1
* 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
* Add the -n option to load (rename the object), and replace [-c config]Keith Bostic2011-10-121-0/+1
* 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
* Fix test builds to work with Make.subdirs.Michael Cahill2011-09-301-1/+0
* Put build subdirs into build_posix/Make.subdirs, use that to generate both Ma...Michael Cahill2011-09-305-52/+44
* 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
* Strip C-based tests from release trees.Michael Cahill2011-09-273-27/+34
* Build extern.h automatically when sources change.Michael Cahill2011-09-211-3/+4
* Make paths to utility sources explicit so VPATH is no longer required.Michael Cahill2011-09-142-9/+7
* Bump the version to something closer to 1.0.Michael Cahill2011-09-202-4/+4
* Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic2011-09-111-1/+1
* Fix up various build issues:Michael Cahill2011-09-062-16/+8
* Make the cursor->search_near method's "exact" argument work.Keith Bostic2011-09-051-1/+1
* Fix a typo in the configuration of --enable-bzip2.Michael Cahill2011-09-022-3/+3
* Don't build tests by default (in particular, test/format needs a BDB tree).Michael Cahill2011-09-022-2/+15
* In the release package, some directories are removed. Don't try to generate ...Michael Cahill2011-09-023-9/+32
* Split out the Python and examples from the top level Makefile.Michael Cahill2011-09-022-19/+22