summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the beginnings of a log manager.Michael Cahill2011-03-161-1/+2
* Add a salvage utility to the build.Keith Bostic2011-04-021-1/+2
* Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf...Michael Cahill2011-03-101-0/+6
* Make the dummy prototype file in the build directory.Michael Cahill2011-02-181-1/+1
* When updating prototypes, touch a separate file to avoid unnecessary builds w...Michael Cahill2011-02-181-1/+3
* Add a Makefile rule to recreate Makefile.am if the sources changes.Michael Cahill2011-02-031-0/+3
* Update prototypes in include/extern.h whenever sources change.Michael Cahill2011-02-031-0/+3
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-041-1/+1
* Simplify the build by making more use of automake's VPATH.Michael Cahill2011-02-021-20/+4
* Use 'wt_' as the prefix for the utilities.Michael Cahill2011-02-011-5/+5
* Use the 'wt_' prefix for WiredTiger utilities.Michael Cahill2011-02-011-4/+4
* Merge the build of the WiredTiger core with the API tree.Michael Cahill2011-02-011-1/+21
* Restructure the tree to ease merge.Michael Cahill2011-02-011-5/+5