index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers.py
Age
Commit message (
Expand
)
Author
2017-03-10
Add UNIX large file support via compiler always-args
Nirbheek Chauhan
2017-03-10
compiler: Rename element argument of sizeof to typename.
Haakon Sporsheim
2017-03-10
compiler: Ensure prefix and dependencies are used for alignment.
Haakon Sporsheim
2017-03-10
compiler: Fix compute_int and sizeof for cross compilation.
Haakon Sporsheim
2017-03-09
compiler: Add compute_int functionality.
Haakon Sporsheim
2017-02-21
Detect GCC type on macOS for ObjC/C++ too
Nirbheek Chauhan
2017-02-20
Add auto option to b_colored when using Clang. Remove Clang version check whe...
Rodrigo Lourenço
2017-02-20
Update minimum Clang version for colored output
Rodrigo Lourenço
2017-02-19
Add b_colorout option for Clang compilers.
Rodrigo Lourenço
2017-02-02
compilers: Don't use CompilerArgs() for sanity checks
Nirbheek Chauhan
2017-01-28
Add get_no_stdinc_args() for C++ too
Nirbheek Chauhan
2017-01-27
compilers: New class CompilerArgs derived from list()
Nirbheek Chauhan
2017-01-26
Merge pull request #1328 from centricular/has-function-prefix
Jussi Pakkanen
2017-01-26
compilers: Don't run built-in checks on MSVC
Nirbheek Chauhan
2017-01-26
compilers: Fix has_function check for builtins
Nirbheek Chauhan
2017-01-26
compilers: Add prefix before limits.h in has_function checks
Nirbheek Chauhan
2017-01-26
compilers: Pass -fpermissive on all C++ compilers except MSVC
Nirbheek Chauhan
2017-01-26
compilers: Use named placeholders for string formatting
Nirbheek Chauhan
2017-01-26
compilers: Fix builtin checks with clang on Linux
Nirbheek Chauhan
2017-01-23
Use --coverage rather than hardcoding -lgcov. Closes #1311.
Jussi Pakkanen
2017-01-24
compilers: Use __has_include macro for has_header checks
Nirbheek Chauhan
2017-01-24
compilers: Remove unnecessary arguments to super()
Nirbheek Chauhan
2017-01-23
Merge pull request #1320 from centricular/fix-llvmir-and-assembly
Jussi Pakkanen
2017-01-21
Fix targets with generated LLVM IR and Assembly sources
Nirbheek Chauhan
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-11
style: [E1**] Indentation
Mike Sinkovsky
2017-01-11
style: [E721] do not compare types, use 'isinstance()'
Mike Sinkovsky
2017-01-03
Merge pull request #1272 from mesonbuild/ignatenko/lint
Jussi Pakkanen
2017-01-04
ifort: Derive from IntelCompiler base class
Nirbheek Chauhan
2017-01-04
icc: Always specify the language to use for PCH usage
Nirbheek Chauhan
2017-01-04
compilers.py: Use a common variable for warn args
Nirbheek Chauhan
2017-01-04
compilers: gnu++03 is not a valid Clang C++ standard
Nirbheek Chauhan
2017-01-04
icc: Fix C/C++ std options and add a unit test for them
Nirbheek Chauhan
2017-01-04
ICC 17.0.0 working for Linux and Ninja Backend.
Philipp Geier
2017-01-03
fix 'unreachable code' warnings
Mike Sinkovsky
2017-01-03
fix 'method signature does no match signature of overridden method'
Mike Sinkovsky
2017-01-02
style: fix E127 violations
Igor Gnatenko
2017-01-02
style: fix E202 violations
Igor Gnatenko
2017-01-02
fix for cross-builds targeting macosx
Mike Sinkovsky
2017-01-01
style: fix E124 violations
Igor Gnatenko
2017-01-01
style: fix E265 violations
Igor Gnatenko
2017-01-01
style: fix E231 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2017-01-01
style: fix E225 violations
Igor Gnatenko
2016-12-31
Fix space before :.
Jussi Pakkanen
2016-12-23
gdc: Make dependency check work
Matthias Klumpp
2016-12-21
d: Correctly set SONAME on D shared libraries
Matthias Klumpp
2016-12-21
ldc/dmd: Properly set warning arguments
Matthias Klumpp
2016-12-21
Merge pull request #1233 from mesonbuild/wip/ignatenko/code-style
Jussi Pakkanen
2016-12-20
Fix several more lint errors
Nirbheek Chauhan
[prev]
[next]