fish-shell/build_tools
Johannes Altmanninger a205225b4e lint.fish: properly handle -I and -D args for cppcheck
lint.fish receives arguments that contain multiple includes and defines.
As a result, we passed arguments like
"-I/usr/include -I$HOME/fish-shell/build -I/usr/include"
to cppcheck which interprets this as a single include directory.
This leads to errors like this one (because the "build" dir was missing):

	src/common.h:4:0: information: Include file: "config.h" not found. [missingInclude]
2020-12-29 16:31:43 +01:00
..
osx_package_resources Delete trailing spaces 2017-01-15 14:57:21 -08:00
osx_package_scripts Make add-shell correctly handle /etc/shells files that do not end with newlines 2012-07-22 17:00:44 -07:00
cppcheck.rules cppcheck: Move config files to build_tools 2020-11-15 11:11:55 +01:00
cppcheck.sh build_tools/lint.fish: correct cppcheck config location 2020-12-29 16:31:43 +01:00
cppcheck.suppressions cppcheck: Make less annoying 2020-11-15 12:41:55 +01:00
diff_profiles.fish Use set -l to force use of a local variable 2020-05-15 08:25:07 +02:00
find_globals.fish Use set -l to force use of a local variable 2020-05-15 08:25:07 +02:00
fish_xgettext.fish build_tools/fish_xgettext.fish: use temporary directory. 2020-11-13 16:29:37 +01:00
git_version_gen.sh Rename GIT_DIR to FISH_BASE_DIR in git_version_gen.sh 2019-12-16 19:18:56 -08:00
iwyu.linux.imp fix random lint issues 2016-05-29 22:24:29 -07:00
iwyu.osx.imp Fix incorrect recommendations by IWYU on macOS 2017-09-09 00:18:05 -07:00
lint.fish lint.fish: properly handle -I and -D args for cppcheck 2020-12-29 16:31:43 +01:00
list_committers_since.fish build_tools/list_committers_since: account for possibility of mktemp 2020-11-14 15:57:42 +01:00
littlecheck.py Update littlecheck to 06457b194883879fe08282f84863fa37080c27a5 2020-11-30 18:16:42 +01:00
mac_notarize.sh Add a script to help notarize Mac build artifacts 2020-02-18 12:55:11 -07:00
make_pkg.sh Add Apple Silicon support to make_pkg 2020-12-05 14:34:00 -08:00
make_tarball.sh make_tarball: use XZ for compression 2020-02-14 22:00:38 +08:00
osx_distribution.xml Replace OS X installer PackageMaker document with a distribution file and script 2013-04-13 02:00:32 -07:00
pexpect_helper.py Reformat 2020-11-22 14:39:48 +01:00
style.fish build_tools/style.fish: don't format other Python files 2020-12-29 16:31:43 +01:00
ubsan.blacklist travis: blacklist stl_tree from UBSan 2019-02-10 16:24:24 +08:00