| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3116 Change s_all to avoid missing error returns on older platforms (#3246) | David Hows | 2017-01-13 | 1 | -8/+7 |
* | bug: dist/s_all script has misplaced quote causing bad error reporting (#3243) | Keith Bostic | 2017-01-13 | 1 | -2/+2 |
* | WT-3004 lint: declare functions that don't return a value as void (#3119) | Keith Bostic | 2016-11-08 | 1 | -6/+7 |
* | WT-2919 Don't mask error returns from style checking scripts (#3049) | Keith Bostic | 2016-09-23 | 1 | -0/+1 |
* | WT-2918 the dist scripts create C files s_whitespace complains about (#3048) | Keith Bostic | 2016-09-16 | 1 | -1/+1 |
* | WT-2380 Add option to s_all to return an error code when tests fail (#2843) | Keith Bostic | 2016-07-01 | 1 | -5/+8 |
* | WT-2380 Add option to s_all to return an error code when tests fail (#2839) | David Hows | 2016-07-01 | 1 | -0/+13 |
* | WT-2348: xargs -P isn't portable | Keith Bostic | 2016-01-25 | 1 | -1/+7 |
* | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -1/+1 |
* | Most of the time the output isn't an error, it's something like | Keith Bostic | 2015-07-18 | 1 | -1/+1 |
* | We're not checking parallized commands for "skipped" errors, remove | Keith Bostic | 2015-07-15 | 1 | -29/+24 |
* | Add an error footer, so it's clear what command output what messages. | Keith Bostic | 2015-07-15 | 1 | -0/+4 |
* | There's an extra space before "produced" in the error message (yeah, but | Keith Bostic | 2015-07-15 | 1 | -1/+1 |
* | Don't use the run() function for the reconf script. The reconf script | Keith Bostic | 2015-07-15 | 1 | -2/+2 |
* | Fixup s_all reporting. | Alex Gorrod | 2015-07-15 | 1 | -1/+3 |
* | Fixup logging in s_all | Alex Gorrod | 2015-07-15 | 1 | -1/+1 |
* | Capture per-script stderr in s_all. | Alex Gorrod | 2015-07-15 | 1 | -16/+16 |
* | "read -d" is a bash extension, replace it with an alternative. | Keith Bostic | 2015-07-14 | 1 | -19/+18 |
* | Fixup typo in s_all | Alex Gorrod | 2015-07-07 | 1 | -1/+1 |
* | Review feedback and parallelize s_copyright. | Alex Gorrod | 2015-07-07 | 1 | -3/+4 |
* | Update permissions on dist scripts to be exectuable. | Alex Gorrod | 2015-07-07 | 1 | -0/+0 |
* | Fixup s_all to run on Mac OS | Alex Gorrod | 2015-07-07 | 1 | -19/+19 |
* | Update s_all to run checks in parallel. | Alex Gorrod | 2015-07-06 | 1 | -32/+51 |
* | WT-1970: Split s_style into 3 scripts: basic style stays in s_style, | Keith Bostic | 2015-06-23 | 1 | -5/+5 |
* | Build the list of exported Windows symbols from the dist/ list, | Keith Bostic | 2015-02-02 | 1 | -1/+1 |
* | Remove the script for automatically building include/serial.i, it's not | Keith Bostic | 2015-01-28 | 1 | -2/+0 |
* | The build for the serial.i file is currently broken, skip it. | Keith Bostic | 2015-01-28 | 1 | -1/+2 |
* | Added call to new s_lang script. | Don Anderson | 2015-01-22 | 1 | -0/+1 |
* | sort commands | Keith Bostic | 2014-10-13 | 1 | -1/+1 |
* | add config validation for Windows config | Mark Benvenuto | 2014-10-13 | 1 | -0/+1 |
* | Cleanup warnings from s_all. | Michael Cahill | 2013-11-21 | 1 | -2/+2 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -0/+1 |
* | Force the release date to be updated when cutting a release. | Michael Cahill | 2013-06-18 | 1 | -2/+6 |
* | Update Java Cursor API naming to reflect ByteArray semantics. | Alex Gorrod | 2013-02-19 | 1 | -0/+1 |
* | Shuffle a couple of files, use "API" to mean the external API. | Keith Bostic | 2012-12-19 | 1 | -4/+5 |
* | Merge s_types into s_style (s_style already automatically fixes almost | Keith Bostic | 2012-04-23 | 1 | -1/+0 |
* | Merge s_printf into s_types, change s_types to complain if it sees an | Keith Bostic | 2012-04-23 | 1 | -1/+0 |
* | Rework statistics cursors (issue #135). | Keith Bostic | 2012-01-19 | 1 | -0/+1 |
* | fix capitalization. | Keith Bostic | 2011-09-04 | 1 | -1/+1 |
* | Prefix our output with "WiredTiger" so we can find it amidst all | Keith Bostic | 2011-09-04 | 1 | -23/+23 |
* | Put version information into m4 to avoid post-processing the configure script. | Michael Cahill | 2011-08-26 | 1 | -0/+2 |
* | Add a local version of getopt for the utilities program, plus a script | Keith Bostic | 2011-08-31 | 1 | -2/+3 |
* | s_all: line 76: return: can only `return' from a function or sourced script | Michael Cahill | 2011-08-19 | 1 | -3/+1 |
* | Take out test code. | Keith Bostic | 2011-08-17 | 1 | -1/+1 |
* | Complain if we can't find python. | Keith Bostic | 2011-08-17 | 1 | -1/+9 |
* | Ellipses are supposed to immediately follow the word. | Keith Bostic | 2011-06-26 | 1 | -1/+1 |
* | Add spell checking for the source code. | Keith Bostic | 2011-06-10 | 1 | -0/+1 |
* | Add a check for unused functions, fix a few cases. | Michael Cahill | 2011-05-13 | 1 | -1/+2 |
* | Use inttypes.h for printf and scanf format strings for 64-bit quantities. | Michael Cahill | 2011-05-30 | 1 | -0/+1 |
* | Add automatic check for illegal external symbols in the library. | Keith Bostic | 2011-05-31 | 1 | -2/+12 |