summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
...
* Rearrange directories to keep Makefile.am with the sources.Michael Cahill2011-09-0112-187/+27
* Use automake for all builds, don't maintain Makefiles manually.Michael Cahill2011-08-309-7/+65
* Turn on autoconf's large file support (required for 64-bit off_t on Linux).Michael Cahill2011-08-301-0/+1
* Make copyright notices in build scripts consistent with the rest of the tree.Michael Cahill2011-08-263-3/+3
* Search for swig during configure for Python builds.Michael Cahill2011-08-262-1/+6
* Port to Linux -- need -ldl for dlopen, can't use optreset.Michael Cahill2011-08-261-0/+1
* Put version information into m4 to avoid post-processing the configure script.Michael Cahill2011-08-269-3223/+29
* Add libtool to the build.Michael Cahill2011-08-265-20/+42
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-3/+3
* Make sure any files copied into the package by automake are writable: having ...Michael Cahill2011-08-111-0/+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
* 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