summaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
Commit message (Expand)AuthorAgeFilesLines
* Set the meson command to use when we know what it isnirbheek/rework-meson-script-handlingNirbheek Chauhan2018-06-011-3/+3
* depfixer: We no longer run this as a scriptNirbheek Chauhan2018-05-241-4/+0
* Write coredata transactionally. Closes #3511.Jussi Pakkanen2018-05-211-3/+1
* Passing --default-library=both should override project valueXavier Claessens2018-04-271-1/+1
* Merged Arm CC support.Jussi Pakkanen2018-04-161-0/+7
|\
| * Updates to CPP support and update review changesSomasekhar Penugonda2018-03-271-8/+7
| * - Updating cpp_std options similar to other compiler classesBedarkar, Malhar2018-03-141-5/+4
| * First cut of ARMCC support for MESON.Bedarkar, Malhar2018-03-051-2/+11
* | Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen2018-04-151-6/+44
|\ \
| * | Make more precise CPU detection for Elbrus platformmakise-homura2018-04-121-0/+3
| * | Added version detection for lcc compilermakise-homura2018-03-281-2/+13
| * | Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura2018-03-191-3/+27
| * | Fixed syntax issues (for 'in' operator)makise-homura2018-02-211-3/+3
| * | Support lcc compiler for e2k (Elbrus) architecturemakise-homura2018-02-211-3/+3
* | | Fix detection to work with newer Java compilers.Jussi Pakkanen2018-04-021-1/+1
* | | Merge pull request #3145 from thejk/gcovrJussi Pakkanen2018-03-131-4/+17
|\ \ \ | |_|/ |/| |
| * | fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-03-131-1/+2
| * | fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-03-121-2/+2
| * | Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed2018-02-271-4/+16
* | | Harmonize data pickling.Hemmo Nieminen2018-03-011-5/+3
* | | Remove some unused variables.Hemmo Nieminen2018-03-011-1/+0
|/ /
* | Add support for Visual Studio csc c# compilerThibault Saunier2018-02-251-11/+24
|/
* Fix exception in 'test cases/failing/55 wrong shared crate type' when rustc i...Jon Turney2018-02-151-2/+3
* Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen2018-02-041-10/+19
|\
| * Add cross-compilation support for `rustc`Adam C. Foltzer2018-01-291-10/+19
* | Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1
* | Correct spelling mistakes.Edward Betts2018-01-191-1/+1
|/
* d: Detect recent DMD compilersMatthias Klumpp2018-01-071-1/+1
* compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan2017-12-301-0/+2
* Fix flake8 issues.Christoph Behle2017-12-161-9/+9
* More version information for Fortran.Christoph Behle2017-12-161-0/+1
* More version information for DChristoph Behle2017-12-161-3/+4
* More version information for C#Christoph Behle2017-12-161-1/+2
* More version information for compilers.Christoph Behle2017-12-161-3/+4
* spelling: targetingJosh Soref2017-11-261-1/+1
* Review fixes.Jussi Pakkanen2017-11-211-1/+1
* Replaced sys.executable use with the mesonlib equivalent.Jussi Pakkanen2017-11-201-8/+4
* compilers: Improve manual library searchingNirbheek Chauhan2017-11-111-42/+2
* Dump coredata earlier.Elliott Sales de Andrade2017-11-061-2/+1
* dependencies: Add function to strip system -L pathsDylan Baker2017-10-211-0/+18
* Revert "Revert "Merge pull request #1931 from centricular/use-patched-ninja""Nirbheek Chauhan2017-09-181-1/+4
* Check if Watcom version of cl exists in the path and avoid using it. (#2237)William D. Jones2017-08-231-0/+18
* Remove trailing spaces.Philippe Payant2017-08-231-1/+1
* Fix detection of MSVC 2008 version.Philippe Payant2017-08-231-3/+7
* Make all functionality invokable via the main Meson binary,Jussi Pakkanen2017-08-181-2/+10
* Do not ignore stderr on gcc type check in get_gnu_compiler_defines.YmrDtnJu2017-08-101-2/+2
* environment: Read VALAC from the environment and use it if setPaulo Antonio Alvarez2017-08-091-1/+4
* Update list of compiler executable names to try.Jussi Pakkanen2017-07-311-2/+2
* Merge pull request #1374 from mesonbuild/simdJussi Pakkanen2017-07-191-1/+5
|\
| * msvc: Split stderr by line and raise exception if emptyNirbheek Chauhan2017-07-171-1/+4