summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Add an OpenMP dependency.Elliott Sales de Andrade2018-04-171-0/+20
|/
* Merged Arm CC support.Jussi Pakkanen2018-04-161-0/+90
|\
| * Updates to CPP support and update review changesSomasekhar Penugonda2018-03-271-59/+70
| * - Updating cpp_std options similar to other compiler classesBedarkar, Malhar2018-03-141-4/+30
| * Meson Github pull request - 3186 requested changesSomasekhar Penugonda2018-03-071-2/+4
| * First cut of ARMCC support for MESON.Bedarkar, Malhar2018-03-051-0/+51
* | Add macOS linker versioning informationTom Schoonjans2018-04-161-8/+16
* | Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz2018-04-161-2/+4
* | Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen2018-04-151-1/+24
|\ \
| * | Fixed failure if compiler messages is not in UTF-8makise-homura2018-03-201-1/+1
| * | Added specific get_library_dirs function for lccmakise-homura2018-03-201-0/+12
| * | Fixed indentation and space issues found by SideCImakise-homura2018-03-191-1/+1
| * | Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura2018-03-191-0/+11
| |/
* | compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler2018-04-151-1/+4
* | compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan2018-04-141-3/+23
* | Deduplicate dependencies resolved to absolute pathsDaniel Schulte2018-04-131-3/+10
* | Added get_asneeded_args method to Intel compiler.Alexis Jeandet2018-03-231-0/+8
* | Fix b_ndebug=if-release optionAleksey Filippov2018-03-211-1/+3
* | Add -Wl,-dead_strip_dylibs supportDavid Seifert2018-03-191-3/+26
|/
* Enable default linker optimisations in MSVC release and minsize buildsLeon Krause2018-02-111-2/+5
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-3/+3
* tests: fix rpath_uses_ORIGIN on dragonflybsdDylan Baker2018-01-061-0/+5
* compilers: fix unittest "16 prebuilt shared" on dragonfly bsdDylan Baker2018-01-061-1/+4
* add Compiler.thread_flags() stubAlexey Stukalov2017-12-301-0/+3
* compilers: prefer C++ over objc in clink_langsNirbheek Chauhan2017-12-301-1/+1
* Add whitespace around '+'.Benjamin Redelings2017-12-231-1/+1
* Fix linking with clang++ on linux if install_rpath.Benjamin Redelings2017-12-231-1/+6
* Merge pull request #2791 from behlec/compiler-versionJussi Pakkanen2017-12-201-1/+5
|\
| * More version information for compilers.Christoph Behle2017-12-161-1/+5
* | Allow value 'if-release' for b_ndebug project option. (#1896)Hemmo Nieminen2017-12-171-4/+3
|/
* Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen2017-12-031-1/+15
|\
| * Use absolute paths for rpaths on OSX.Jussi Pakkanen2017-11-261-1/+15
* | spelling: overriddenJosh Soref2017-11-261-2/+2
* | spelling: occurrenceJosh Soref2017-11-261-6/+6
|/
* Fix #2620rkfg2017-11-141-1/+3
* Better check for when address sanitizer is enabled. Closes #2590.Jussi Pakkanen2017-11-091-1/+1
* Warn when no inc dir is found from parsing GNU compiler outputAlexis Jeandet2017-11-021-1/+4
* Fix detection of include dirs with gnu compiler and non C localeAlexis Jeandet2017-11-011-1/+4
* C/C++: Get default include dirs from compilersNiklas Claesson2017-10-011-0/+39
* flake8: Perform suggested whitespace/formatting changesLuke Shumaker2017-09-211-1/+1
* Add Compiler.get_supported_arguments()Daniel Stone2017-08-311-0/+7
* Fix detection of clang "optimization arguments"Peter Harris2017-08-181-1/+4
* find_library: Ignore libs on MSVC properlyNirbheek Chauhan2017-07-231-0/+4
* CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan2017-07-231-8/+15
* Merged buildrpath branch.Jussi Pakkanen2017-07-211-2/+5
|\
| * Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-2/+5
* | Fix linking Objective-C shared libs on OSX.Alessandro Decina2017-07-211-2/+0
|/
* Fix checks on MinGW and VS2010.Jussi Pakkanen2017-07-171-1/+1
* Added VS support to simd detector.Jussi Pakkanen2017-07-171-0/+24
* Fix a few OSX "features".Jussi Pakkanen2017-07-171-1/+1