summaryrefslogtreecommitdiff
path: root/dist/s_define
Commit message (Expand)AuthorAgeFilesLines
* The list of queue.h #defines we don't use was incorrect -- quitKeith Bostic2015-08-131-5/+10
* Update permissions on dist scripts to be exectuable.Alex Gorrod2015-07-071-0/+0
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-011-1/+1
* First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-091-1/+3
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-30/+6
* Include the utility code in the check for #defines.Keith Bostic2011-12-231-1/+1
* Suppress a warning about an unused WT_STAT macro.Michael Cahill2011-11-211-3/+4
* Add an extension API with a list of functions so extensions can call into Wir...Michael Cahill2011-08-161-1/+4
* Quit searching the utilities for internal defines, there shouldn't be any.Keith Bostic2011-07-071-1/+0
* Check inlined code when looking for unused macros.Michael Cahill2011-05-241-1/+2
* Rename btree/bt_inline.c to include/btree.i.Michael Cahill2011-03-041-1/+1
* Optimize s_define so it only makes a single pass through the source files.Michael Cahill2011-02-211-27/+23
* Remove 64-bit build warnings, mostly related to assuming "sizeof" expresssion...Michael Cahill2011-02-031-1/+1
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Search the utilities for #defines, too.Keith Bostic2011-02-061-1/+1
* Move "include" under src so that any file can be opened with "../*/<file>.[ch]".Michael Cahill2011-02-041-3/+3
* Merge the build of the WiredTiger core with the API tree.Michael Cahill2011-02-011-7/+2
* Restructure the tree to ease merge.Michael Cahill2011-02-011-8/+8
* Naming pass -- get rid of __wt_bt_ in almost all cases, leave it in a fewKeith Bostic2011-01-301-1/+0
* Wrap some structure around the s_XXX scripts, make it look prettier.Keith Bostic2010-10-101-4/+1
* Don't look for #define usage in test programs.Keith Bostic2010-04-081-1/+8
* Add stat increments for DB_ERR/DB_ERRX, ENV_ERR/ENV_ERRX.Keith Bostic2010-04-071-5/+13
* Check for the exact #define, it might be a prefix of another #define.Keith Bostic2010-04-071-2/+2
* Complain about unused stat values.Keith Bostic2010-03-261-0/+19
* Don't search the filesystem name space on every loop.Keith Bostic2010-03-261-1/+6
* Skip blank lines in the list of OK defines.Keith Bostic2010-03-261-1/+1
* Add a script to display unused #defines.Keith Bostic2010-02-151-0/+28