summaryrefslogtreecommitdiff
path: root/build_posix/configure.ac.in
Commit message (Expand)AuthorAgeFilesLines
* Move libtool configuration lines back above compiler configurationSusan LoVerso2014-04-301-9/+12
* Remove Java and Python build rules that relied on "--enable-debug". Always r...Michael Cahill2014-04-241-5/+1
* Remove the "--enable-debug" option to configure: users can just as easily set...Michael Cahill2014-04-241-11/+3
* Fix an ordering problem that was causing the default build to be "-O2Keith Bostic2014-04-231-19/+18
* The posix_fallocate call on Linux is corrupting already written data,Keith Bostic2014-04-091-1/+1
* Make sure make file includes the right path.Alex Gorrod2014-04-041-2/+2
* Make sure man pages are installed in the right categories.Alex Gorrod2014-04-041-2/+4
* Add a rules to configure and the top-level Makefile to generate the manual pa...Michael Cahill2014-04-041-0/+17
* Merge branch 'develop' into heliumKeith Bostic2014-01-201-1/+1
|\
| * Support automake-1.11 as well, it knows about parallel-tests and we still hav...Michael Cahill2014-01-151-1/+1
| * Fix compatibility with automake 1.12: we require the parallel test suite, and...Michael Cahill2014-01-161-1/+1
* | First version of the Levyx/Helium code, derived from the Memrata code.Keith Bostic2014-01-151-9/+11
|/
* autoconf 1.14, add subdir-objects.Keith Bostic2014-01-111-7/+9
* Don't check for fdatasync on OS X: it exists but doesn't work.Michael Cahill2014-01-101-3/+8
* Use fdatasync in preference to fsync, if it is available (it is twice as fast...Michael Cahill2014-01-081-1/+1
* Pass any configured Python prefix through to the Python install step.Michael Cahill2013-07-171-2/+4
* Fix "make install" of Python. Remove old code and restructure the Python sou...Michael Cahill2013-07-171-0/+2
* Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-111-3/+2
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-111-2/+2
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-241-2/+15
|\
| * switch to "memrata"Keith Bostic2013-04-221-7/+7
| * First cut at a non-transactional version of the STEC KVS shared library.Keith Bostic2013-04-191-0/+8
| * Look in more places for a Berkeley DB installation: ./db in the build directo...Michael Cahill2013-04-191-8/+2
| * 5.3 is the current Berkeley DB releaseKeith Bostic2013-04-181-1/+4
| * Try and find an installed version of Berkeley DB, set a new variableKeith Bostic2013-04-181-2/+10
* | Changes based on Alex's review.Michael Cahill2013-04-161-1/+1
* | Preload the cache with internal pages from checkpoints.Michael Cahill2013-04-031-2/+3
* | Use adaptive mutexes for spinlocks if available.Michael Cahill2013-03-211-0/+10
|/
* Allow building release packages without SWIG.Michael Cahill2013-03-141-9/+1
* Replace os_cache_max configuration and behavior with calls to: (1)Keith Bostic2013-03-041-1/+1
* Update Java structure packing implementation.Alex Gorrod2013-02-121-0/+3
* Add in examples to Java build.Alex Gorrod2013-01-251-0/+1
* Merge branch 'updevelop' into develop. Manually merged.Alex Gorrod2013-01-241-1/+4
|\
| * Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-1/+1
| * Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill2013-01-071-1/+1
| * Use the standard automake/autoconf structures for finding pthread_np.h,Keith Bostic2012-12-111-0/+1
| * On systems where it's available (FreeBSD & Linux, at least), call theKeith Bostic2012-12-111-1/+2
| * SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic2012-12-011-1/+2
* | Merge remote-tracking branch 'upstream/develop' into developAlex Gorrod2012-11-281-16/+9
|\ \ | |/
| * Tweaks to file configuration for reads on Linux (disable readahead and access...Michael Cahill2012-10-181-1/+1
| * Add a comment to the configure check for Python support in SWIG.Michael Cahill2012-09-181-0/+2
| * Check that SWIG has Python support enabled.Michael Cahill2012-09-181-0/+4
| * Lint of hash functions.Alex Gorrod2012-08-201-15/+0
* | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into developMichael Cahill2012-08-161-3/+19
|\ \ | |/
| * Fix compiler warnings generated by City Hash implementation.Alex Gorrod2012-08-161-0/+15
| * Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-021-1/+1
| * Require SWIG-2.0 or above.Michael Cahill2012-07-111-1/+2
* | Have JAVAC default to "javac".Michael Cahill2012-07-231-0/+1
* | Improve configure detection of Java.Michael Cahill2012-07-231-4/+13
* | imported patch java-apiMichael Cahill2012-07-071-1/+4
|/