| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow examples to run in parallel: give each a unique home directory. | Michael Cahill | 2013-01-08 | 1 | -1/+1 |
* | Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para... | Michael Cahill | 2013-01-07 | 1 | -1/+1 |
* | Use the standard automake/autoconf structures for finding pthread_np.h, | Keith Bostic | 2012-12-11 | 1 | -0/+1 |
* | On systems where it's available (FreeBSD & Linux, at least), call the | Keith Bostic | 2012-12-11 | 1 | -1/+2 |
* | SunOS doesn't include strtouq(3), add a local version that calls strtoull(3) | Keith Bostic | 2012-12-01 | 1 | -1/+2 |
* | Tweaks to file configuration for reads on Linux (disable readahead and access... | Michael Cahill | 2012-10-18 | 1 | -1/+1 |
* | Add a comment to the configure check for Python support in SWIG. | Michael Cahill | 2012-09-18 | 1 | -0/+2 |
* | Check that SWIG has Python support enabled. | Michael Cahill | 2012-09-18 | 1 | -0/+4 |
* | Lint of hash functions. | Alex Gorrod | 2012-08-20 | 1 | -15/+0 |
* | Fix compiler warnings generated by City Hash implementation. | Alex Gorrod | 2012-08-16 | 1 | -0/+15 |
* | Move dist/RELEASE to the top level of the tree. | Michael Cahill | 2012-08-02 | 1 | -1/+1 |
* | Require SWIG-2.0 or above. | Michael Cahill | 2012-07-11 | 1 | -1/+2 |
* | Rename wt_internal.in -> wt_internal.h, it doesn't require any processing. | Keith Bostic | 2012-05-18 | 1 | -1/+0 |
* | Relax the version requirements for autoconf and libtool: we are testing with ... | Michael Cahill | 2012-04-04 | 1 | -2/+2 |
* | Check the versions of autoconf, automake and libtool to avoid failures when t... | Michael Cahill | 2012-04-04 | 1 | -1/+3 |
* | OS X doesn't support clock_gettime, add support for gettimeofday. | Keith Bostic | 2012-03-15 | 1 | -1/+1 |
* | Default to a verbose build, we can switch that off by running "configure --en... | Michael Cahill | 2012-03-11 | 1 | -1/+1 |
* | Fix the configure test for default buffer alignment. | Michael Cahill | 2012-02-28 | 1 | -15/+15 |
* | Make buffer alignment configurable in wiredtiger_open. Only align scratch bu... | Michael Cahill | 2012-02-23 | 1 | -4/+13 |
* | Align allocations larger than 512 bytes to 512 byte boundaries. | Michael Cahill | 2011-12-23 | 1 | -1/+1 |
* | Build with _GNU_SOURCE on Linux to enable O_DIRECT. | Michael Cahill | 2011-12-23 | 1 | -0/+6 |
* | Fix with automake version < 1.11, use foreign mode so that fewer top-level fi... | Michael Cahill | 2012-02-08 | 1 | -2/+2 |
* | Switch to quiet builds by default. | Michael Cahill | 2012-02-08 | 1 | -0/+1 |
* | More copyright cleanup. | Keith Bostic | 2012-02-01 | 1 | -3/+0 |
* | Don't modify CFLAGS if set before configure was run. | Michael Cahill | 2012-01-31 | 1 | -4/+12 |
* | Append -g or -O3 to the CFLAGS variable. | Keith Bostic | 2012-01-30 | 1 | -2/+2 |
* | Add a warning ot the end of configure for diagnostic builds. | Michael Cahill | 2011-12-09 | 1 | -0/+5 |
* | Set default CFLAGS if the user doesn't supply them, but don't override the user' | Michael Cahill | 2011-11-21 | 1 | -30/+11 |
* | Put build subdirs into build_posix/Make.subdirs, use that to generate both Ma... | Michael Cahill | 2011-09-30 | 1 | -12/+1 |
* | Skip the build of test/format if the BDB link has not been created. | Michael Cahill | 2011-09-27 | 1 | -0/+3 |
* | Omit directories from configure.ac if they are missing from the tree. | Michael Cahill | 2011-09-27 | 1 | -0/+106 |