summaryrefslogtreecommitdiff
path: root/projects/checksrc.bat
Commit message (Collapse)AuthorAgeFilesLines
* checksrc.bat: Ignore snprintf warnings in docs/examplesJay Satiro2019-05-111-1/+1
| | | | | | .. because we allow snprintf use in docs/examples. Closes https://github.com/curl/curl/pull/3862
* projects: Improve Windows perl detection in batch scriptsJay Satiro2018-08-111-1/+1
| | | | | | | | | | | - Determine if perl is in the user's PATH by running perl.exe. Prior to this change detection was done by checking the PATH for perl/ but that did not work in all cases (eg git install includes perl but not in perl/ path). Bug: https://github.com/curl/curl/pull/2865 Reported-by: Daniel JeliƄski
* checksrc.bat: Ignore curl_config.h.in, curl_config.hJay Satiro2017-03-021-1/+1
|
* checksrc.bat: Added support for the examplesSteve Holme2016-04-031-0/+17
|
* checksrc.bat: Re-enabled the tests directory by defaultSteve Holme2016-04-031-1/+1
| | | | | Following the recent changes to the source in the tests directory, re-enabled tests for the default scan.
* checksrc.bat: Added tests/server directory supportSteve Holme2016-04-031-0/+6
| | | | In addition to commit 83b174b3f0 and following the recent changes.
* checksrc.bat: Disable tests by default until warnings are fixedSteve Holme2016-04-031-1/+1
|
* checksrc.bat: Added support for the tests directorySteve Holme2016-04-031-0/+22
|
* checksrc.bat: Added support for checking the new vauth directorySteve Holme2016-03-251-0/+6
|
* checksrc.bat: Updated the help to be consistent with generate.batSteve Holme2016-03-231-2/+2
| | | | Follow up to commit a8c7f0fcbf prior to release.
* checksrc.bat: Added the ability to scan src and lib source independentlySteve Holme2016-03-131-14/+31
|
* build-openssl/checksrc.bat: Fixed prepend vs append of Perl pathSteve Holme2016-03-061-1/+1
| | | | | Fixed inconsistency from commit 1eae114065 and 0ad6c72227 of the order in which Perl was added to the PATH.
* checksrc.bat: Fixed cannot find perl if installed but not in pathSteve Holme2016-03-051-4/+11
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* checksrc.bat: Fixed error when missing *.c and *.h filesSteve Holme2015-08-081-6/+6
| | | | File Not Found
* checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276Steve Holme2015-08-081-2/+2
|
* checksrc.bat: Fixed error when [directory] isn't a curl source directorySteve Holme2015-08-081-6/+12
| | | | The system cannot find the file specified.
* checksrc.bat: Added check for unknown argumentsSteve Holme2015-08-081-2/+16
|
* scripts: Added missing commentsSteve Holme2015-08-081-0/+8
|
* scripts: Allow -help to be specified in any argumentSteve Holme2015-08-081-4/+8
| | | | | Allow the -help command line argument to be specified in any argument and not just as the first.
* checksrc.bat: quotes to support an SRC_DIR with spacesViktor Szakats2015-04-051-6/+6
|
* checksrc.bat: Check lib\vtls sourceJay Satiro2015-04-031-0/+2
|
* checksrc: Windows-specific input fixesJay Satiro2015-03-301-1/+1
| | | | | | | | | | | lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c.
* checksrc.bat: Better detection of Perl installationSteve Holme2015-01-161-3/+6
|
* checksrc.bat: Fixed a problem opening files with spaces in the filenameSteve Holme2014-12-281-4/+4
|
* build: Added batch wrapper to checksrc.plSteve Holme2014-09-131-0/+81