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
2018-05-30
New compiler method: check_header
Nirbheek Chauhan
2018-05-29
Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...
Christoph Reiter
2018-05-21
Add support for finding libraries in Fortran projects
Matthew Krupcale
2018-05-09
Revert "Add macOS linker versioning information"
Nirbheek Chauhan
2018-05-04
add linker flag to handle $ORIGIN on OpenBSD
Jasper Lievisse Adriaanse
2018-05-02
Can use C++ and FORTRAN in a single target. Closes #2685.
Jussi Pakkanen
2018-05-02
Can combine D and C++ in a single target. Closes #3125.
Jussi Pakkanen
2018-04-30
has_multi_link_arguments: Some compilers needs -Wl,--fatal-warnings
Xavier Claessens
2018-04-27
CCompiler: Cache result of get_library_dirs().
Martin Hostettler
2018-04-19
CCompiler: Do not call to_native() twice
Xavier Claessens
2018-04-17
Merge pull request #3353 from xclaesse/has-link-argument
Jussi Pakkanen
2018-04-17
Merge pull request #1852 from QuLogic/openmp
Jussi Pakkanen
2018-04-17
cc.has_multi_arguments: Convert all -Wno args
Nirbheek Chauhan
2018-04-17
fix checks for gcc disable warning flags
Bruce Richardson
2018-04-17
Explicitly check for OpenMP headers.
Elliott Sales de Andrade
2018-04-17
Add an OpenMP dependency.
Elliott Sales de Andrade
2018-04-16
Add has_link_argument() and friends
Xavier Claessens
2018-04-16
VisualStudioCPPCompiler: Fix -fpermissive still being added
Xavier Claessens
2018-04-16
Compilers: Reduce code duplication between compiles and links
Xavier Claessens
2018-04-16
has_argument(): reduce code duplication
Xavier Claessens
2018-04-16
Merged Arm CC support.
Jussi Pakkanen
2018-04-16
Add macOS linker versioning information
Tom Schoonjans
2018-04-16
Do not use -soname when linking with GCC for mingw/cygwin
Marvin Scholz
2018-04-15
Merge pull request #3115 from makise-homura/e2k-lcc-support
Jussi Pakkanen
2018-04-15
ninjabackend: Try to guess library dependencies for linker invocation.
Martin Hostettler
2018-04-15
compilers: is_library: Also detect .so files with version (using soregex)
Martin Hostettler
2018-04-14
compilers: Cache compiler checks where we don't want the output
Nirbheek Chauhan
2018-04-13
Deduplicate dependencies resolved to absolute paths
Daniel Schulte
2018-04-11
vala: Don't pass -o and -C at the same time
Rico Tzschichholz
2018-04-08
Remove arbitrary [-1024,1024] limit in cross_compute_int()
Xavier Claessens
2018-03-31
Fix for issue in cpp.py
Somasekhar Penugonda
2018-03-27
Updates to CPP support and update review changes
Somasekhar Penugonda
2018-03-25
Support data types larger than 128 bytes
Thierry Reding
2018-03-23
Enable b_ndebug on VisualStudioCCompiler
Aleksey Filippov
2018-03-23
Added get_asneeded_args method to Intel compiler.
Alexis Jeandet
2018-03-21
Fix b_ndebug=if-release option
Aleksey Filippov
2018-03-21
Fixed lchmod detection for lcc C/C++ compilers
makise-homura
2018-03-20
Fixed failure if compiler messages is not in UTF-8
makise-homura
2018-03-20
Added specific get_library_dirs function for lcc
makise-homura
2018-03-19
Add -Wl,-dead_strip_dylibs support
David Seifert
2018-03-19
Fixed indentation and space issues found by SideCI
makise-homura
2018-03-19
Added Elbrus lcc compilers support as inheritance from gcc ones
makise-homura
2018-03-14
- Updating cpp_std options similar to other compiler classes
Bedarkar, Malhar
2018-03-11
Do not use bare except [flake8]
Aleksey Filippov
2018-03-07
Meson Github pull request - 3186 requested changes
Somasekhar Penugonda
2018-03-05
First cut of ARMCC support for MESON.
Bedarkar, Malhar
2018-03-03
Fix various flake8 indentation reports
Jon Turney
2018-02-25
Use include_directories for D impdirs.
Jussi Pakkanen
2018-02-25
Hide banner when invoking csc.
Jussi Pakkanen
2018-02-25
Add support for Visual Studio csc c# compiler
Thibault Saunier
[next]