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
/
compilers.py
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-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 combine D and C++ in a single target. Closes #3125.
Jussi Pakkanen
2018-04-17
Merge pull request #3353 from xclaesse/has-link-argument
Jussi Pakkanen
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
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
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-03-27
Updates to CPP support and update review changes
Somasekhar Penugonda
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-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-07
Meson Github pull request - 3186 requested changes
Somasekhar Penugonda
2018-03-05
First cut of ARMCC support for MESON.
Bedarkar, Malhar
2018-02-11
Enable default linker optimisations in MSVC release and minsize builds
Leon Krause
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-06
tests: fix rpath_uses_ORIGIN on dragonflybsd
Dylan Baker
2018-01-06
compilers: fix unittest "16 prebuilt shared" on dragonfly bsd
Dylan Baker
2017-12-30
add Compiler.thread_flags() stub
Alexey Stukalov
2017-12-30
compilers: prefer C++ over objc in clink_langs
Nirbheek Chauhan
2017-12-23
Add whitespace around '+'.
Benjamin Redelings
2017-12-23
Fix linking with clang++ on linux if install_rpath.
Benjamin Redelings
2017-12-20
Merge pull request #2791 from behlec/compiler-version
Jussi Pakkanen
2017-12-17
Allow value 'if-release' for b_ndebug project option. (#1896)
Hemmo Nieminen
2017-12-16
More version information for compilers.
Christoph Behle
2017-12-03
Merge pull request #2618 from mesonbuild/osxlinkerfixes
Jussi Pakkanen
2017-11-26
Use absolute paths for rpaths on OSX.
Jussi Pakkanen
2017-11-26
spelling: overridden
Josh Soref
2017-11-26
spelling: occurrence
Josh Soref
2017-11-14
Fix #2620
rkfg
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-09-21
flake8: Perform suggested whitespace/formatting changes
Luke Shumaker
2017-08-31
Add Compiler.get_supported_arguments()
Daniel Stone
[next]