Steve Holme
511e0c197a
checksrc.bat: Fix not being able to run script from the main curl directory
...
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
2020-02-07 21:51:36 +00:00
Jay Satiro
8d2dac7dec
checksrc.bat: Add a check for vquic and vssh directories
...
Ref: https://github.com/curl/curl/pull/4607
2019-11-24 03:16:25 -05:00
Jay Satiro
edf2f6a6f6
checksrc.bat: Ignore snprintf warnings in docs/examples
...
.. because we allow snprintf use in docs/examples.
Closes https://github.com/curl/curl/pull/3862
2019-05-11 02:32:49 -04:00
Jay Satiro
220cd241cd
projects: Improve Windows perl detection in batch scripts
...
- 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
2018-08-11 16:33:12 -04:00
Jay Satiro
14cd405d27
checksrc.bat: Ignore curl_config.h.in, curl_config.h
2017-03-02 02:51:13 -05:00
Steve Holme
a3a8bba3ff
checksrc.bat: Added support for the examples
2016-04-03 22:09:07 +01:00
Steve Holme
e729aa99f9
checksrc.bat: Re-enabled the tests directory by default
...
Following the recent changes to the source in the tests directory,
re-enabled tests for the default scan.
2016-04-03 21:57:38 +01:00
Steve Holme
6264f617f8
checksrc.bat: Added tests/server directory support
...
In addition to commit 83b174b3f0
and following the recent changes.
2016-04-03 21:57:38 +01:00
Steve Holme
e805fb9884
checksrc.bat: Disable tests by default until warnings are fixed
2016-04-03 20:55:19 +01:00
Steve Holme
83b174b3f0
checksrc.bat: Added support for the tests directory
2016-04-03 20:52:38 +01:00
Steve Holme
709991d548
checksrc.bat: Added support for checking the new vauth directory
2016-03-25 09:12:00 +00:00
Steve Holme
b5ecc43fa9
checksrc.bat: Updated the help to be consistent with generate.bat
...
Follow up to commit a8c7f0fcbf
prior to release.
2016-03-23 07:06:36 +00:00
Steve Holme
a8c7f0fcbf
checksrc.bat: Added the ability to scan src and lib source independently
2016-03-13 01:01:33 +00:00
Steve Holme
8f9be011b1
build-openssl/checksrc.bat: Fixed prepend vs append of Perl path
...
Fixed inconsistency from commit 1eae114065
and 0ad6c72227
of the order
in which Perl was added to the PATH.
2016-03-06 20:02:58 +00:00
Steve Holme
0ad6c72227
checksrc.bat: Fixed cannot find perl if installed but not in path
2016-03-05 21:40:53 +00:00
Daniel Stenberg
4af40b3646
URLs: change all http:// URLs to https://
2016-02-03 00:19:02 +01:00
Steve Holme
d712da787e
checksrc.bat: Fixed error when missing *.c and *.h files
...
File Not Found
2015-08-08 21:01:31 +01:00
Steve Holme
2b743dcf8e
checksrc.bat: Fixed incorrect 'lib\vtls' path check in commit 333c36b276
2015-08-08 21:01:29 +01:00
Steve Holme
333c36b276
checksrc.bat: Fixed error when [directory] isn't a curl source directory
...
The system cannot find the file specified.
2015-08-08 11:36:47 +01:00
Steve Holme
1ab763acce
checksrc.bat: Added check for unknown arguments
2015-08-08 11:36:47 +01:00
Steve Holme
a8e9e0c205
scripts: Added missing comments
2015-08-08 11:36:45 +01:00
Steve Holme
4aee1f9cf5
scripts: Allow -help to be specified in any argument
...
Allow the -help command line argument to be specified in any argument
and not just as the first.
2015-08-08 11:13:19 +01:00
Viktor Szakats
f2a0b2164a
checksrc.bat: quotes to support an SRC_DIR with spaces
2015-04-05 18:07:40 +02:00
Jay Satiro
abf6bddc14
checksrc.bat: Check lib\vtls source
2015-04-03 10:53:31 +02:00
Jay Satiro
6419aee248
checksrc: Windows-specific input fixes
...
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-03-30 22:39:13 +02:00
Steve Holme
224cf1c274
checksrc.bat: Better detection of Perl installation
2015-01-16 21:14:22 +00:00
Steve Holme
097fc121e6
checksrc.bat: Fixed a problem opening files with spaces in the filename
2014-12-28 01:10:03 +00:00
Steve Holme
1d2ffb4712
build: Added batch wrapper to checksrc.pl
2014-09-13 11:33:54 +01:00