summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
* WT-3536 Re-enable build warnings for clang strict build. (#3619)Alex Gorrod2017-08-281-7/+0
* WT-3535 Disable compiler warnings for clang, so ASAN build passes. (#3607)Alex Gorrod2017-08-231-0/+7
* WT-3461 Use CLOCK_MONOTONIC for pthread_cond_timedwait if possible. (#3537)Michael Cahill2017-07-281-0/+38
* WT-3380 Make 8-byte timestamps a special case (#3509)Sulabh Mahajan2017-07-241-1/+1
* WT-3394 Fix compilation warnings for GCC-7 (#3499)Alex Gorrod2017-07-061-4/+25
* Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)Alex Gorrod2017-07-061-25/+4
* WT-3394 Build WiredTiger with gcc7 (#3492)Keith Bostic2017-07-061-4/+25
* WT-3039 Add previous LSN record to log files (#3213)sueloverso2017-06-281-0/+1
* Bump release version in develop to 3.0.0 after cutting release.Alex Gorrod2017-06-272-6/+6
* Merge branch 'master' into developAlex Gorrod2017-06-271-1/+1
|\
| * WT-3391 Add release notes for the WiredTiger 2.9.3 release (#3481)Alex Gorrod2017-06-271-1/+1
* | WT-1939 Improve error handling in example code (#3467)Keith Bostic2017-06-261-3/+5
* | WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-221-0/+9
|/
* WT-3348 Lint, Windows warnings. (#3449)Keith Bostic2017-06-021-0/+7
* Bump version string on develop after release.Alex Gorrod2017-05-272-3/+3
* WT-3142 Check if C++ works in autoconf, not just if a variable is set. (#3421)Michael Cahill2017-05-161-1/+10
* WT-3142 Add a workload generator application (#3408)Alex Gorrod2017-05-153-5/+18
* Revert "WT-3142 Add a workload generator application. (#3255)" (#3407)Alex Gorrod2017-04-281-1/+0
* WT-3142 Add a workload generator application. (#3255)Michael Cahill2017-04-281-0/+1
* WT-3225 WiredTiger won't build with clang on CentOS 7.3.1611 (#3333)Keith Bostic2017-03-161-0/+5
* WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-231-0/+1
* WT-3106 Add truncate operation to wt command line utility (#3227)David Hows2017-01-101-0/+1
* WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-231-1/+1
* Bump release version on develop to 2.9.2David Hows2016-12-232-3/+3
* WT-0000 Cut WiredTiger WT-2.9.1 release (#3215)2.9.1Alex Gorrod2016-12-231-1/+1
* WT-2402 Fix setting the Autoconf options too late for strict checking (#3209)David Hows2016-12-191-3/+3
* Revert "WT-3075 Document and enforce that WiredTiger now depends on Python 2....David Hows2016-12-191-1/+1
* WT-3075 Document and enforce that WiredTiger now depends on Python 2.7 (#3196)David Hows2016-12-191-1/+1
* WT-2402 Misaligned structure accesses lead to undefined behavior (#3203)Keith Bostic2016-12-161-33/+36
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+1
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-152-0/+78
* Bump release version on develop to 2.9.1David Hows2016-12-072-3/+3
* Merge branch 'master' into developDavid Hows2016-12-072-5/+5
|\
| * Cut WiredTiger WT-2.9.0 release2.9.0David Hows2016-12-072-5/+5
* | WT-2336 Add a test validating schema operations via file system call monitori...Don Anderson2016-12-071-0/+1
|/
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-213-1/+37
* WT-2938 Change assembly file extensions from .S to .sx (#3072)David Hows2016-10-041-1/+1
* WT-2911 add support for gcc6 (#3037)Keith Bostic2016-09-132-9/+19
* WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags (...Keith Bostic2016-09-131-1/+7
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-082-0/+17
* WT-2695 Fix build issues caused by zSeries checksum code (#2979)Michael Cahill2016-08-251-3/+1
* WT-2695 Integrate s390x accelerated crc32c support (#2967)Keith Bostic2016-08-251-0/+9
* WT-2857 POSIX ftruncate calls should be #ifdef'd HAVE_FTRUNCATE (#2975)Keith Bostic2016-08-241-3/+2
* WT-2850 clang 4.1 attribute warnings when building (#2972)Keith Bostic2016-08-231-0/+1
* WT-2787 Include src/include/wiredtiger_ext.h is problematic (#2956)Keith Bostic2016-08-151-0/+1
* WT-2688 improve build error messages when SWIG is unavailable. (#2928)Don Anderson2016-08-041-1/+3
* WT-2737 Scrub dirty pages rather than evicting them (#2889)Keith Bostic2016-07-211-2/+6
* WT-2756 Upgrade the autoconf archive package to check for swig 3.0. (#2861)Keith Bostic2016-07-111-5/+5
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2792)Keith Bostic2016-06-081-1/+1
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-083-11/+110