Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-07 | checksrc.bat: Fix not being able to run script from the main curl directory | Steve Holme | |
If the script was ran from the main curl directory rather then the projects directory then the script would simply exit without error: C:\url> projects\checksrc.bat The user would either need to change to the projects directory, explicitly specify the current working directory, or perform a oneline hacky workaround: C:\url> cd projects C:\url\projects> checksrc.bat C:\url> checksrc.bat %cd% C:\url> pushd projects & checksrc.bat & popd Closes #4894 | |||
2019-11-24 | checksrc.bat: Add a check for vquic and vssh directories | Jay Satiro | |
Ref: https://github.com/curl/curl/pull/4607 | |||
2019-05-11 | checksrc.bat: Ignore snprintf warnings in docs/examples | Jay Satiro | |
.. because we allow snprintf use in docs/examples. Closes https://github.com/curl/curl/pull/3862 | |||
2018-08-11 | projects: Improve Windows perl detection in batch scripts | Jay Satiro | |
- 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 | |||
2017-03-02 | checksrc.bat: Ignore curl_config.h.in, curl_config.h | Jay Satiro | |
2016-04-03 | checksrc.bat: Added support for the examples | Steve Holme | |
2016-04-03 | checksrc.bat: Re-enabled the tests directory by default | Steve Holme | |
Following the recent changes to the source in the tests directory, re-enabled tests for the default scan. | |||
2016-04-03 | checksrc.bat: Added tests/server directory support | Steve Holme | |
In addition to commit 83b174b3f0 and following the recent changes. | |||
2016-04-03 | checksrc.bat: Disable tests by default until warnings are fixed | Steve Holme | |
2016-04-03 | checksrc.bat: Added support for the tests directory | Steve Holme | |
2016-03-25 | checksrc.bat: Added support for checking the new vauth directory | Steve Holme | |
2016-03-23 | checksrc.bat: Updated the help to be consistent with generate.bat | Steve Holme | |
Follow up to commit a8c7f0fcbf prior to release. | |||
2016-03-13 | checksrc.bat: Added the ability to scan src and lib source independently | Steve Holme | |
2016-03-06 | build-openssl/checksrc.bat: Fixed prepend vs append of Perl path | Steve Holme | |
Fixed inconsistency from commit 1eae114065 and 0ad6c72227 of the order in which Perl was added to the PATH. | |||
2016-03-05 | checksrc.bat: Fixed cannot find perl if installed but not in path | Steve Holme | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-08-08 | checksrc.bat: Fixed error when missing *.c and *.h files | Steve Holme | |
File Not Found | |||
2015-08-08 | checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276 | Steve Holme | |
2015-08-08 | checksrc.bat: Fixed error when [directory] isn't a curl source directory | Steve Holme | |
The system cannot find the file specified. | |||
2015-08-08 | checksrc.bat: Added check for unknown arguments | Steve Holme | |
2015-08-08 | scripts: Added missing comments | Steve Holme | |
2015-08-08 | scripts: Allow -help to be specified in any argument | Steve Holme | |
Allow the -help command line argument to be specified in any argument and not just as the first. | |||
2015-04-05 | checksrc.bat: quotes to support an SRC_DIR with spaces | Viktor Szakats | |
2015-04-03 | checksrc.bat: Check lib\vtls source | Jay Satiro | |
2015-03-30 | checksrc: Windows-specific input fixes | Jay Satiro | |
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. | |||
2015-01-16 | checksrc.bat: Better detection of Perl installation | Steve Holme | |
2014-12-28 | checksrc.bat: Fixed a problem opening files with spaces in the filename | Steve Holme | |
2014-09-13 | build: Added batch wrapper to checksrc.pl | Steve Holme | |