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
/
c.py
Age
Commit message (
Expand
)
Author
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
Add an OpenMP dependency.
Elliott Sales de Andrade
2018-04-16
Add has_link_argument() and friends
Xavier Claessens
2018-04-16
Compilers: Reduce code duplication between compiles and links
Xavier Claessens
2018-04-16
Merged Arm CC support.
Jussi Pakkanen
2018-04-16
Add macOS linker versioning information
Tom Schoonjans
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-14
compilers: Cache compiler checks where we don't want the output
Nirbheek Chauhan
2018-04-08
Remove arbitrary [-1024,1024] limit in cross_compute_int()
Xavier Claessens
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-21
Fixed lchmod detection for lcc C/C++ compilers
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-02-20
pkgconfig deps: Warn when a static library isn't found
Nirbheek Chauhan
2018-02-08
Don't use --export-dynamic on Cygwin
Jon Turney
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-30
Print warning when linker arguments are passed to has_argument
Ting-Wei Lan
2018-01-09
Add `export_dynamic` argument to `executable`. (#2662)
Nikita Churaev
2017-12-20
Merge pull request #2791 from behlec/compiler-version
Jussi Pakkanen
2017-12-19
Fix: More information for C compilers.
Christoph Behle
2017-12-18
Use -MD instead of -MMD for reliability.
Jussi Pakkanen
2017-12-16
More version information for compilers.
Christoph Behle
2017-12-13
Use LC_ALL=C in CCompiler.get_library_dirs
Ismael González
2017-12-07
haiku: do not add pthread arguments
Dylan Baker
2017-12-07
Renamed UserStringArrayOption to UserArrayOption for short.
Jussi Pakkanen
2017-12-03
find_library: Prefer .dll.a and .lib over .dll for shared
Nirbheek Chauhan
2017-11-26
Use absolute paths for rpaths on OSX.
Jussi Pakkanen
2017-11-26
Add headerpad linker argument on OSX.
Jussi Pakkanen
2017-11-11
compilers: Improve manual library searching
Nirbheek Chauhan
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-08-13
Pass -fpch-preprocess to GCC when precompiled headers are used
Gabríel Arthúr Pétursson
2017-08-01
Add thread flags to checks if needed. Closes #2106.
Jussi Pakkanen
2017-07-23
find_library: Ignore libs on MSVC properly
Nirbheek Chauhan
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
[prev]
[next]