summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
Commit message (Expand)AuthorAgeFilesLines
* Fix static linking of libraries with builtin extensions.Michael Cahill2014-07-151-3/+15
* Fix zlib builtin build, simplify parsing the list of builtins, don't list "./...Michael Cahill2014-06-201-1/+1
* Link builtin extensions directly into libwiredtiger.la.Michael Cahill2014-06-201-0/+8
* Make sure man pages are installed in the right categories.Alex Gorrod2014-04-041-1/+2
* Add a rules to configure and the top-level Makefile to generate the manual pa...Michael Cahill2014-04-041-2/+10
* Install wiredtiger_ext.h.Keith Bostic2013-04-221-1/+1
* subdirs.list doesn't exist, I think we meant Make.subdirsKeith Bostic2013-04-181-1/+1
* Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-0/+3
* Add a "wt compact" utility command.Keith Bostic2012-10-161-0/+1
* Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-1/+0
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-0/+1
* Rename wt_internal.in -> wt_internal.h, it doesn't require any processing.Keith Bostic2012-05-181-1/+1
* 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
* Add the wt write command.Keith Bostic2011-11-031-1/+2
* 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
* Put build subdirs into build_posix/Make.subdirs, use that to generate both Ma...Michael Cahill2011-09-301-19/+2
* Skip the build of test/format if the BDB link has not been created.Michael Cahill2011-09-271-5/+8
* Strip C-based tests from release trees.Michael Cahill2011-09-271-5/+8
* 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-141-3/+6
* Fix up various build issues:Michael Cahill2011-09-061-15/+7
* Fix a typo in the configuration of --enable-bzip2.Michael Cahill2011-09-021-1/+1
* Don't build tests by default (in particular, test/format needs a BDB tree).Michael Cahill2011-09-021-2/+4
* In the release package, some directories are removed. Don't try to generate ...Michael Cahill2011-09-021-2/+9
* Split out the Python and examples from the top level Makefile.Michael Cahill2011-09-021-19/+11
* Rearrange directories to keep Makefile.am with the sources.Michael Cahill2011-09-011-9/+9
* Use automake for all builds, don't maintain Makefiles manually.Michael Cahill2011-08-301-2/+4
* Search for swig during configure for Python builds.Michael Cahill2011-08-261-1/+1
* Put version information into m4 to avoid post-processing the configure script.Michael Cahill2011-08-261-1/+1
* Add libtool to the build.Michael Cahill2011-08-261-4/+12
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-3/+3
* Add a "wt create" mode to the utility for creating tables and files.Michael Cahill2011-07-151-1/+1
* Don't pass the standard CFLAGS to the Python build: there are warnings in the...Michael Cahill2011-07-161-4/+6
* Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile.Michael Cahill2011-07-141-1/+1
* Separate "table dump with a cursor" from "dump the file in debuggingKeith Bostic2011-06-281-2/+3
* Move the verbose event handler into the utility.Michael Cahill2011-06-151-1/+1
* Merge the utility programs into a single program.Keith Bostic2011-06-081-7/+3
* Use the PYTHON variable set by autoconf in the Makefile.Michael Cahill2011-05-241-1/+1
* Remove the internal API, move automatically generated code to the public API.Michael Cahill2011-04-251-6/+6
* Fix Python build again: split SWIG out of setup.py, we want to distribute theMichael Cahill2011-04-261-2/+5
* Keep the Python sources in lang/python: that's what we will want to distribute.Michael Cahill2011-04-261-1/+0
* Build the Python API into the build directory.Michael Cahill2011-03-111-3/+3
* Added ex_access.py, and added typemaps, etc. to make it all work.Don Anderson2011-03-311-1/+5