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
Age
Commit message (
Expand
)
Author
2017-11-11
compilers: Improve manual library searching
Nirbheek Chauhan
2017-11-09
Better check for when address sanitizer is enabled. Closes #2590.
Jussi Pakkanen
2017-11-02
Warn when no inc dir is found from parsing GNU compiler output
Alexis Jeandet
2017-11-01
Fix detection of include dirs with gnu compiler and non C locale
Alexis Jeandet
2017-10-01
C/C++: Get default include dirs from compilers
Niklas Claesson
2017-10-01
VisualC: Add support for msvc toolset version
Niklas Claesson
2017-09-26
Linker flag for Windows GUI applications was missing on MSVC.
Jussi Pakkanen
2017-09-22
Merge pull request #2187 from centricular/fix-pcap-dependency
Jussi Pakkanen
2017-09-21
flake8: Perform suggested whitespace/formatting changes
Luke Shumaker
2017-09-20
Add a new compiler method: get_return_value()
Nirbheek Chauhan
2017-09-18
Last round with listify function refactoring.
Alexis Jeandet
2017-09-12
d: Implement specific properties for D features
Matthias Klumpp
2017-09-12
d: Add easy way to use D-specific features
Matthias Klumpp
2017-08-31
Add Compiler.get_supported_arguments()
Daniel Stone
2017-08-18
Fix detection of clang "optimization arguments"
Peter Harris
2017-08-15
gfortran: Add coverage arguments
Nirbheek Chauhan
2017-08-13
Pass -fpch-preprocess to GCC when precompiled headers are used
Gabríel Arthúr Pétursson
2017-08-04
Add info on module include flag for Fortran compilers.
Elliott Sales de Andrade
2017-08-04
A few more lgtm fixes.
Jussi Pakkanen
2017-08-01
Add thread flags to checks if needed. Closes #2106.
Jussi Pakkanen
2017-08-01
Vala: enable colored warning and error output (#2142)
Ben
2017-07-23
find_library: Ignore libs on MSVC properly
Nirbheek Chauhan
2017-07-23
CompilerArgs: Put start/end-group around shared libs too
Nirbheek Chauhan
2017-07-21
Merged buildrpath branch.
Jussi Pakkanen
2017-07-21
Fix linking Objective-C shared libs on OSX.
Alessandro Decina
2017-07-21
Add build_rpath as new property allowing people to specify rpath entries that...
Jussi Pakkanen
2017-07-17
Renamed test case number to avoid dupes.
Jussi Pakkanen
2017-07-17
Fix checks on MinGW and VS2010.
Jussi Pakkanen
2017-07-17
Added VS support to simd detector.
Jussi Pakkanen
2017-07-17
Fix a few OSX "features".
Jussi Pakkanen
2017-07-17
Created simd module.
Jussi Pakkanen
2017-07-16
Fix typo
Chocobo1
2017-07-15
Fix how rpath directories are handled.
Hemmo Nieminen
2017-07-15
Allow both address- and undefined behavior sanitizers at the same time
Gabríel Arthúr Pétursson
2017-06-29
Fix a missing path issue causing Python traceback.
Hemmo Nieminen
2017-06-27
Merged Genie support.
Jussi Pakkanen
2017-06-26
Use 'C sharp' instead of 'C#'
Guillaume Poirier-Morency
2017-06-26
compilers: Use 'get_display_language' for language-related exceptions
Guillaume Poirier-Morency
2017-06-26
Add 'Compiler.get_display_language'
Guillaume Poirier-Morency
2017-06-26
Recognise .gs extension as a Vala source
Alistair Thomas
2017-06-23
Split out languages from compilers.py
Alistair Thomas
2017-06-22
Converted compilers.py to a sub-package
Alistair Thomas