summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added AC_C_BIGENDIAN to autoconf. Added big-endian version of __wt_cksum.Don Anderson2011-05-181-0/+2
* 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-112-4/+4
* Added ex_access.py, and added typemaps, etc. to make it all work.Don Anderson2011-03-312-2/+10
* 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-103-0/+22
* Exit 0 when finished.Keith Bostic2011-03-081-0/+2
* Keep the clean quiet, only display error messages.Keith Bostic2011-03-081-1/+1
* When re-configuring the library build files, clean first (a file got movedKeith Bostic2011-03-081-1/+2
* 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
* Fix some more copyrights, including the documentation footer.Michael Cahill2011-02-163-3/+3
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-165-11/+4
* Add a Makefile rule to recreate Makefile.am if the sources changes.Michael Cahill2011-02-033-25/+34
* Update prototypes in include/extern.h whenever sources change.Michael Cahill2011-02-031-0/+3
* Include stdarg.h in the public header: we have va_list "pack" functions.Michael Cahill2011-02-041-0/+1
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-042-3/+3
* Simplify the build by making more use of automake's VPATH.Michael Cahill2011-02-022-25/+9
* 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-012-1/+22
* Restructure the tree to ease merge.Michael Cahill2011-02-014-33/+7
* Add remaining .cvsignore files.Keith Bostic2011-01-302-0/+26
* Add the HAVE_ATTACH configuration option that causes WiredTiger to wait for aKeith Bostic2010-10-131-0/+12
* Update all the copyright notices to the real corporate name, add a script toKeith Bostic2010-10-092-2/+2
* Add HAVE_VERBOSE option so we can compile without the verbose code.Keith Bostic2010-04-081-27/+15
* Move statistics strings into their own class file in dist so we can add configKeith Bostic2010-01-251-12/+0
* Shuffle the name space around:Keith Bostic2009-10-101-4/+4
* Add --enable-debug, --enable-smallbuildKeith Bostic2009-10-101-0/+22
* Add support for Solaris (-mt, -O), and better support for gcc (-O3).Keith Bostic2009-10-101-5/+41
* Change the single-setup code to support a multi-threaded setup.Keith Bostic2009-09-221-4/+4
* Better support for printing 64-bit quantities.Keith Bostic2009-02-151-0/+3
* I expect to eventually offer something like __wt_single_thread_{setup,teardown}Keith Bostic2009-02-121-4/+4
* Write the db_{dump,load,stat,verify} utilities.Keith Bostic2009-02-061-2/+10
* Add the 2-byte short/unsigned short types to the type tests, SolarisKeith Bostic2009-02-061-0/+2
* Copy files into place in the gnu-support directory, otherwise they're symbolicKeith Bostic2009-02-061-2/+2
* Solaris requires the -lpthread and -lrt libraries.Keith Bostic2009-02-061-1/+13
* Add --enable-diagnostic_memoryKeith Bostic2009-01-131-0/+12
* Remove flags.in, the script updates wiredtiger.in in place.Keith Bostic2008-12-121-1/+1
* discard mklog during cleanKeith Bostic2008-12-101-1/+1
* Add fcntl -- we use fcntl in our open call to deny forked children access toKeith Bostic2008-12-051-0/+2
* Add <stdint.h> to the standard include files, we need types it knows about.Keith Bostic2008-12-051-0/+1
* Remove --enable-debug option -- in the GNU build process, the correctKeith Bostic2008-11-241-11/+11
* Add DEBUG option.Keith Bostic2008-11-231-1/+3
* Rename srcfiles to be filelist.Keith Bostic2008-11-231-3/+3