44 Commits (fdb48a3a0f0425a6bd4a71a2e004479080955df8)

Author SHA1 Message Date
rkfg 87bf152e6e Fix #2620 7 years ago
Nirbheek Chauhan d2a250412c compilers: Improve manual library searching 7 years ago
Jussi Pakkanen 34d928a830 Better check for when address sanitizer is enabled. Closes #2590. 7 years ago
Alexis Jeandet dfab58772f Warn when no inc dir is found from parsing GNU compiler output 7 years ago
Alexis Jeandet f15a57f31a Fix detection of include dirs with gnu compiler and non C locale 7 years ago
Niklas Claesson 09ccd0eeaa C/C++: Get default include dirs from compilers 7 years ago
Niklas Claesson 488e57332f VisualC: Add support for msvc toolset version 7 years ago
Jussi Pakkanen cf6693a4eb Linker flag for Windows GUI applications was missing on MSVC. 7 years ago
Luke Shumaker bb25260f00 flake8: Perform suggested whitespace/formatting changes 7 years ago
Nirbheek Chauhan 59473e9ed7 Add a new compiler method: get_return_value() 7 years ago
Alexis Jeandet e553d0807b Last round with listify function refactoring. 7 years ago
Matthias Klumpp 6cd3f066b4 d: Implement specific properties for D features 7 years ago
Matthias Klumpp d83c289442 d: Add easy way to use D-specific features 7 years ago
Daniel Stone e1ffae0580 Add Compiler.get_supported_arguments() 7 years ago
Peter Harris ee34f454ca Fix detection of clang "optimization arguments" 7 years ago
Nirbheek Chauhan 5764a26a4c gfortran: Add coverage arguments 7 years ago
Gabríel Arthúr Pétursson 0ad448f890 Pass -fpch-preprocess to GCC when precompiled headers are used 7 years ago
Elliott Sales de Andrade 17b051c8b1 Add info on module include flag for Fortran compilers. 7 years ago
Jussi Pakkanen d335a84b9e A few more lgtm fixes. 7 years ago
Jussi Pakkanen 0ab9f23061 Add thread flags to checks if needed. Closes #2106. 7 years ago
Ben 0ed0bcce49 Vala: enable colored warning and error output (#2142) 7 years ago
Nirbheek Chauhan de2d59cc27 find_library: Ignore libs on MSVC properly 7 years ago
Nirbheek Chauhan b3d048e93a CompilerArgs: Put start/end-group around shared libs too 7 years ago
Alessandro Decina a9559e0d77 Fix linking Objective-C shared libs on OSX. 7 years ago
Jussi Pakkanen 2269b7f60b Add build_rpath as new property allowing people to specify rpath entries that are used in the build tree but will be removed on install. 7 years ago
Jussi Pakkanen ce77fb89b9 Renamed test case number to avoid dupes. 7 years ago
Jussi Pakkanen 181510bd6e Fix checks on MinGW and VS2010. 7 years ago
Jussi Pakkanen 8396c4f3e6 Added VS support to simd detector. 7 years ago
Jussi Pakkanen 16ec3f0e19 Fix a few OSX "features". 7 years ago
Jussi Pakkanen d304aac504 Created simd module. 7 years ago
Chocobo1 24c2e4d3ac Fix typo 7 years ago
Hemmo Nieminen 09a5399d09 Fix how rpath directories are handled. 7 years ago
Gabríel Arthúr Pétursson 39c7b0492c Allow both address- and undefined behavior sanitizers at the same time 7 years ago
Hemmo Nieminen ea79e94964 Fix a missing path issue causing Python traceback. 7 years ago
Guillaume Poirier-Morency bbddf51a54 Use 'C sharp' instead of 'C#' 7 years ago
Guillaume Poirier-Morency 5b58ff2783 compilers: Use 'get_display_language' for language-related exceptions 7 years ago
Guillaume Poirier-Morency fab5634916 Add 'Compiler.get_display_language' 7 years ago
Alistair Thomas cca0fa8154 Recognise .gs extension as a Vala source 7 years ago
Alistair Thomas 117f4ab8b5 Split out languages from compilers.py 8 years ago
Alistair Thomas d71da5bdb3 Converted compilers.py to a sub-package 8 years ago