summaryrefslogtreecommitdiff
path: root/dist/s_all
Commit message (Expand)AuthorAgeFilesLines
* fix capitalization.Keith Bostic2011-09-041-1/+1
* Prefix our output with "WiredTiger" so we can find it amidst allKeith Bostic2011-09-041-23/+23
* Put version information into m4 to avoid post-processing the configure script.Michael Cahill2011-08-261-0/+2
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-2/+3
* s_all: line 76: return: can only `return' from a function or sourced scriptMichael Cahill2011-08-191-3/+1
* Take out test code.Keith Bostic2011-08-171-1/+1
* Complain if we can't find python.Keith Bostic2011-08-171-1/+9
* Ellipses are supposed to immediately follow the word.Keith Bostic2011-06-261-1/+1
* Add spell checking for the source code.Keith Bostic2011-06-101-0/+1
* Add a check for unused functions, fix a few cases.Michael Cahill2011-05-131-1/+2
* Use inttypes.h for printf and scanf format strings for 64-bit quantities.Michael Cahill2011-05-301-0/+1
* Add automatic check for illegal external symbols in the library.Keith Bostic2011-05-311-2/+12
* Remove the internal API, move automatically generated code to the public API.Michael Cahill2011-04-251-2/+1
* Add the beginnings of a log manager.Michael Cahill2011-03-161-0/+1
* Generate configuration-handling code with a Python script.Michael Cahill2011-03-161-0/+1
* Build the internal typedef list automatically.Keith Bostic2011-03-281-1/+2
* Add a script to check for unused typedefs, remove unused typedefs.Keith Bostic2011-03-241-2/+3
* Remove the temporary file explicitly, we change directories as part ofKeith Bostic2011-03-081-0/+1
* Make the GNU tools rebuild look like the rest of the output.Keith Bostic2011-03-081-8/+2
* Add some more style checks, including for lines longer than 80 characters.Michael Cahill2011-02-211-0/+1
* Add the dist/s_style script, clean up some minor stuff.Keith Bostic2011-02-181-5/+6
* Remove '$Id$ from sources, add more file to the list for s_copyright to check.Michael Cahill2011-02-161-2/+0
* Test for doxygen/ctags before running s_docs/s_tags scripts.Keith Bostic2011-02-011-1/+1
* Don't build tags files by default.Michael Cahill2011-02-011-1/+1
* Run doxygen to generate documentation from s_all.Michael Cahill2011-02-011-0/+2
* Switch from "echo -n" to "printf" in dist/s_all for (more) portability.Michael Cahill2011-02-011-1/+1
* Make the output pretty.Keith Bostic2011-01-301-3/+10
* Add the -A flag to rebuild the GNU files for the build.Keith Bostic2011-01-301-0/+15
* Check for non-POSIX types.Keith Bostic2010-11-021-1/+2
* Pretty up the output.Keith Bostic2010-10-201-4/+5
* FutzingKeith Bostic2010-10-141-2/+2
* bracket run with messagesKeith Bostic2010-10-141-0/+4
* Wrap some structure around the s_XXX scripts, make it look prettier.Keith Bostic2010-10-101-11/+17
* Update all the copyright notices to the real corporate name, add a script toKeith Bostic2010-10-091-1/+2
* Update a comment.Keith Bostic2010-03-261-1/+1
* Add a script to display unused #defines.Keith Bostic2010-02-151-0/+2
* Add a Python script to build the serialization #defines for a new includeKeith Bostic2010-02-111-0/+1
* Replace flat-text API file with Python Api class.Keith Bostic2009-11-051-1/+1
* minor temp file cleanup, use local files, not /tmp.Keith Bostic2009-10-171-1/+1
* Script to remove trailing whitespace from source files.Keith Bostic2009-10-131-0/+1
* auto-generate errors & strerror code.Keith Bostic2008-12-291-1/+2
* Add statistics support.Keith Bostic2008-12-271-1/+2
* Rename api_defines to be api_flags.Keith Bostic2008-12-221-1/+1
* Rename getset.py to be api.py (it's more than just getter/setter), changeKeith Bostic2008-12-121-8/+3
* dist/getset.py now generates getter/setter parts of the Db/Env structures.Keith Bostic2008-12-121-4/+1
* Cleanup when the getset.py script went in, add getset.py.Keith Bostic2008-11-251-10/+10
* Add a script to execute all the others.Keith Bostic2008-11-241-0/+22