summaryrefslogtreecommitdiff
path: root/src/include/verify_build.h
AgeCommit message (Expand)Author
2014-10-04STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic
2014-10-02Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-09-03The short key/value encoding Btree code requires a size_t be at least 8B,Keith Bostic
2014-05-08Scan include files for style problems. Fix the ones found right away.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-07-15Replace the WT_REF key union's on-page key structure with a uint64_t,Keith Bostic
2013-07-14final minor stylistic cleanups, no real change.Keith Bostic
2013-07-13Rework the WT_REF structure child page key to support on-page keys forKeith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-01-29If a file is big enough, and empty enough, a free range can overflowKeith Bostic
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-16Remove the WT_SESSION_BUFFER declarations, I missed them.Keith Bostic
2012-01-01Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic
2011-12-28Require 8B off_t types, we've never tested on a system with 4B off_t types.Keith Bostic
2011-12-28Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_tKeith Bostic
2011-12-17Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic
2011-06-02Delete the WT_PAGE_SIZE, WT_ROW_SIZE and WT_COL_SIZE #defines -- they'reKeith Bostic
2011-05-30Change all struct names to have the prefix "__wt_", and all corresponding typ...Michael Cahill
2011-05-18Now that overflow objects are stored on page with their size attributeKeith Bostic
2011-05-18Compress the WT_CELL. Previously, a WT_CELL was a single byte encodingKeith Bostic
2011-05-13Finish the split of btree open and btree create; get rid of the fileKeith Bostic
2011-03-04Make "WT_ITEM" the public name.Michael Cahill
2011-03-04Collapse the internal API, push sessions down into the OS layer for error han...Michael Cahill
2011-02-10Port the utilities to the public API.Michael Cahill
2011-03-02Don't put "sizeof(WT_PAGE_DISK)" in a comment, s_style will rewrite it.Michael Cahill
2011-03-03Working toward reconciliation splits: move the addr/size pair into the WT_REFKeith Bostic
2011-02-28Fix the build on 64-bit systems.Michael Cahill
2011-02-27Naming change: WT_TOC_UPDATE/update pairs are now WT_TOC_BUFFER/tb pairs.Keith Bostic
2011-02-18Add the dist/s_style script, clean up some minor stuff.Keith Bostic
2011-02-16Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill
2011-02-07Split WT_OFF into WT_OFF and WT_OFF_RECORDS: the former is used when we don'tKeith Bostic
2011-02-06Add WT_ROW/WT_ROW_SIZE to the list.Keith Bostic
2011-02-04Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill