![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Go to the source code of this file.
Namespaces | |
| namespace | mingw_syntax_check |
Functions | |
| mingw_syntax_check._drop_unbuildable (flags) | |
| mingw_syntax_check._in_repo (path) | |
| mingw_syntax_check._relevant_flags (argv) | |
| mingw_syntax_check._source_for (entry_file) | |
| mingw_syntax_check.build_flag_map (compdb='build/compile_commands.json') | |
| mingw_syntax_check.pkg_cflags () | |
| mingw_syntax_check.sources (args) | |
| mingw_syntax_check._missing_unavailable_header (stderr) | |
| mingw_syntax_check._unverifiable_with_full_flags (cmd, own, fmap, path) | |
| mingw_syntax_check.check (path, flags, fmap) | |
| mingw_syntax_check.main () | |
Variables | |
| mingw_syntax_check.REPO = os.getcwd() | |
| str | mingw_syntax_check.CC = 'x86_64-w64-mingw32-gcc' |
| str | mingw_syntax_check.CXX = 'x86_64-w64-mingw32-g++' |
| list | mingw_syntax_check.PKGS |
| mingw_syntax_check.UNAVAILABLE | |
| list | mingw_syntax_check.WIN_DEFINES |
| mingw_syntax_check.MISSING_HEADER = re.compile(r"fatal error: ([^:]+): No such file or directory") | |
| mingw_syntax_check.EXPLICIT_ERROR = re.compile(r'error: #error\s+"?([^"\n]+)') | |
| tuple | mingw_syntax_check.UNBUILDABLE_FEATURES |