summaryrefslogtreecommitdiff
path: root/dist/s_typedef
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug introduced in 705ff3f; discard duplicate structure declarations soKeith Bostic2015-08-241-1/+1
* Update the list of unused #defines, simplify the typedef script a bit.Keith Bostic2015-02-021-5/+6
* Fix grep regexpMark Benvenuto2015-01-151-1/+1
* Struct alignment and packing for MSVCMark Benvenuto2015-01-151-1/+4
* Oracle Solaris fixesMark Benvenuto2014-10-291-1/+1
* Forward declarations of enumerated types is a gcc extension, we don'tKeith Bostic2014-09-011-5/+1
* Ignore trailing comments on structure declarations.Keith Bostic2014-02-241-2/+2
* enum don't need forward declarations.Keith Bostic2013-11-161-0/+4
* Another try at portably getting the IFS setting we need.Michael Cahill2013-07-091-2/+4
* Make IFS more portable: don't export, set explicitly and move to where it is ...Michael Cahill2013-07-091-4/+1
* Insulate scripts from user settings of IFS.Michael Cahill2013-07-091-0/+4
* Complain if no argument given.Keith Bostic2013-03-041-4/+7
* Insulate s_typedef from locale-specific sorting.Michael Cahill2012-08-161-0/+4
* Add support for read-committed isolation.Michael Cahill2012-08-081-3/+3
* Script update for OS X 10.8.Michael Cahill2012-07-301-2/+2
* Rename wt_internal.in -> wt_internal.h, it doesn't require any processing.Keith Bostic2012-05-181-1/+1
* correct comment.Keith Bostic2012-01-191-1/+1
* Use underscores in public struct names to avoid namespace pollution.Michael Cahill2012-01-181-1/+1
* Typo: keep s_all happy.Michael Cahill2011-12-071-1/+1
* Add unions to the list of things to handle, and allow struct/union declarationsKeith Bostic2011-11-221-2/+4
* Add implementations of spinlocks based on POSIX thread mutexes and GCC intrin...Michael Cahill2011-10-061-6/+6
* Don't try to make files read-only, it causes trouble for version control and ...Michael Cahill2011-09-141-1/+1
* It's reasonable to put structures into .i files, check them for typedefs.Keith Bostic2011-07-131-1/+1
* Remove some s_all output: remove some macros we no longer need.Michael Cahill2011-05-091-1/+2
* Build the internal typedef list automatically.Keith Bostic2011-03-281-13/+58
* Add a script to check for unused typedefs, remove unused typedefs.Keith Bostic2011-03-241-0/+22