summaryrefslogtreecommitdiff
path: root/dist/s_all
Commit message (Expand)AuthorAgeFilesLines
* WT-3116 Change s_all to avoid missing error returns on older platforms (#3246)David Hows2017-01-131-8/+7
* bug: dist/s_all script has misplaced quote causing bad error reporting (#3243)Keith Bostic2017-01-131-2/+2
* WT-3004 lint: declare functions that don't return a value as void (#3119)Keith Bostic2016-11-081-6/+7
* WT-2919 Don't mask error returns from style checking scripts (#3049)Keith Bostic2016-09-231-0/+1
* WT-2918 the dist scripts create C files s_whitespace complains about (#3048)Keith Bostic2016-09-161-1/+1
* WT-2380 Add option to s_all to return an error code when tests fail (#2843)Keith Bostic2016-07-011-5/+8
* WT-2380 Add option to s_all to return an error code when tests fail (#2839)David Hows2016-07-011-0/+13
* WT-2348: xargs -P isn't portableKeith Bostic2016-01-251-1/+7
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-1/+1
* Most of the time the output isn't an error, it's something likeKeith Bostic2015-07-181-1/+1
* We're not checking parallized commands for "skipped" errors, removeKeith Bostic2015-07-151-29/+24
* Add an error footer, so it's clear what command output what messages.Keith Bostic2015-07-151-0/+4
* There's an extra space before "produced" in the error message (yeah, butKeith Bostic2015-07-151-1/+1
* Don't use the run() function for the reconf script. The reconf scriptKeith Bostic2015-07-151-2/+2
* Fixup s_all reporting.Alex Gorrod2015-07-151-1/+3
* Fixup logging in s_allAlex Gorrod2015-07-151-1/+1
* Capture per-script stderr in s_all.Alex Gorrod2015-07-151-16/+16
* "read -d" is a bash extension, replace it with an alternative.Keith Bostic2015-07-141-19/+18
* Fixup typo in s_allAlex Gorrod2015-07-071-1/+1
* Review feedback and parallelize s_copyright.Alex Gorrod2015-07-071-3/+4
* Update permissions on dist scripts to be exectuable.Alex Gorrod2015-07-071-0/+0
* Fixup s_all to run on Mac OSAlex Gorrod2015-07-071-19/+19
* Update s_all to run checks in parallel.Alex Gorrod2015-07-061-32/+51
* WT-1970: Split s_style into 3 scripts: basic style stays in s_style,Keith Bostic2015-06-231-5/+5
* Build the list of exported Windows symbols from the dist/ list,Keith Bostic2015-02-021-1/+1
* Remove the script for automatically building include/serial.i, it's notKeith Bostic2015-01-281-2/+0
* The build for the serial.i file is currently broken, skip it.Keith Bostic2015-01-281-1/+2
* Added call to new s_lang script.Don Anderson2015-01-221-0/+1
* sort commandsKeith Bostic2014-10-131-1/+1
* add config validation for Windows configMark Benvenuto2014-10-131-0/+1
* Cleanup warnings from s_all.Michael Cahill2013-11-211-2/+2
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-0/+1
* Force the release date to be updated when cutting a release.Michael Cahill2013-06-181-2/+6
* Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod2013-02-191-0/+1
* Shuffle a couple of files, use "API" to mean the external API.Keith Bostic2012-12-191-4/+5
* Merge s_types into s_style (s_style already automatically fixes almostKeith Bostic2012-04-231-1/+0
* Merge s_printf into s_types, change s_types to complain if it sees anKeith Bostic2012-04-231-1/+0
* Rework statistics cursors (issue #135).Keith Bostic2012-01-191-0/+1
* 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