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
2016-10-14
Add no-warning args while building Vala C code
Nirbheek Chauhan
2016-10-12
Merge branch 'QuLogic-compiler-file-checks'
Jussi Pakkanen
2016-10-10
Add an option to select if static libraries are built with -fPIC.
Jussi Pakkanen
2016-10-08
Fix soname to work on OSX.
Jussi Pakkanen
2016-10-08
Check that soname matches the filename. Closes #785.
Jussi Pakkanen
2016-10-08
compilers: Don't pollute c_args with -fPIC on OS X
Nirbheek Chauhan
2016-10-02
Set soname with clang properly.
Jussi Pakkanen
2016-09-30
Merge pull request #814 from centricular/heavy-cleanup-compilers-buildtargets
Jussi Pakkanen
2016-09-29
Allow passing files to compile/link/run queries.
Elliott Sales de Andrade
2016-09-29
Reduce redundancy in compile/link/run queries.
Elliott Sales de Andrade
2016-09-27
compilers: Make GCC detection more robust on all platforms
Nirbheek Chauhan
2016-09-26
Add dependency support to the checks using the compiler
Matthew Waters
2016-09-26
compilers: Populate Rust and Vala compiler ids
Nirbheek Chauhan
2016-09-26
compilers: Remove duplicate class methods
Nirbheek Chauhan
2016-09-26
compilers: Consolidate language suffix mapping
Nirbheek Chauhan
2016-09-25
compilers: Fix typo in visual studio warning argument
Nirbheek Chauhan
2016-09-25
compilers: Fall back to -pedantic with older GCC
Nirbheek Chauhan
2016-09-16
Option for ndebug.
Jussi Pakkanen
2016-09-14
Merge pull request #774 from mesonbuild/compilerreorg
Jussi Pakkanen
2016-09-11
Merge pull request #684 from mesonbuild/pdb
Jussi Pakkanen
2016-09-11
vs: Never serialize debug file generation with /FS
Nirbheek Chauhan
2016-09-10
Reorganisation.
Jussi Pakkanen
2016-09-10
Clang C++ compiler uses common class.
Jussi Pakkanen
2016-09-10
Factored Clang common stuff in its own class.
Jussi Pakkanen
2016-09-10
Moved base options to base class, because they are always the same.
Jussi Pakkanen
2016-09-10
Made objc compilers use Gnu class.
Jussi Pakkanen
2016-09-10
Made C++ compiler use GNU class.
Jussi Pakkanen
2016-09-10
Refactored GNU common functionality into its own class.
Jussi Pakkanen
2016-09-04
Force clang to error out on unknown arguments. Closes #755.
Jussi Pakkanen
2016-09-02
Moved targets with same name into subdirs to make all tests pass.
Jussi Pakkanen
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-08-27
Add a new compiler object method: has_members (#723)
Nirbheek Chauhan
2016-08-22
Make D compilers return colored output by default
Matthias Klumpp
2016-08-22
Don't automatically override the -L flag of D compilers
Matthias Klumpp
2016-08-21
Merge pull request #685 from ximion/master
Jussi Pakkanen
2016-08-21
interpreter: Rename get_unittest_flag() to unittest_args()
Matthias Klumpp
2016-08-21
Simplify D compiler argument translation
Matthias Klumpp
2016-08-20
No fpic on Windows C++. Closes #690.
Jussi Pakkanen
2016-08-20
Allow build definitions to retrieve the unittest flag of a D compiler
Matthias Klumpp
2016-08-19
Implement D support
Matthias Klumpp
2016-08-18
Create pdbs that work when using pch or doing extract object (sadly not both).
Jussi Pakkanen
2016-08-18
Fix unixy compilation.
Jussi Pakkanen
2016-08-17
Generate pdb files during linking.
Jussi Pakkanen
2016-08-17
Write pdb info to a specific file.
Jussi Pakkanen
2016-08-12
compilers: Always return a copy of the exelist
Nirbheek Chauhan
2016-08-02
Add option for as-needed link option.
Jussi Pakkanen
2016-07-13
Merge pull request #417 from nirbheek/dll-paths
Jussi Pakkanen
2016-07-01
Gcc versions older than 4.9 do not support color output.
Jussi Pakkanen
2016-07-01
Enable colored output with GCC. Ninja redirects stdout/stderr so by default G...
Jussi Pakkanen
2016-07-01
Overhaul versioning and naming of libraries
Nirbheek Chauhan
[prev]
[next]