summaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
AgeCommit message (Expand)Author
2018-08-07Refactor getting the host system of a cross compilerGeorge Koehler
2018-08-03Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen
2018-07-31Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacksJussi Pakkanen
2018-07-24Print a useful error when a compiler is not found in the cross fileNirbheek Chauhan
2018-07-21mesonbuild: Recognise risc-v architectureKhem Raj
2018-07-09cross: Use ExternalProgram for cross-file exe_wrapperNirbheek Chauhan
2018-07-07Ask for more details when warning about unknown arch [skip appveyor]Nirbheek Chauhan
2018-07-07Canonicalise 64-bit PowerPC CPU families to "ppc64"Ross Burton
2018-06-24Warn if compiler envvars point to cross compilers. Closes #3782.Jussi Pakkanen
2018-06-21Added ARMCLANG compiler support for C/C++ (#3717)Vasu Penugonda
2018-06-20Validate cpu_family (#3753)Ross Burton
2018-06-06environment: copy self.cmd_line_options to not modify original optionsXavier Claessens
2018-06-06Convert args.projectoptions into a dictXavier Claessens
2018-06-06Remove had_argument_for() it is not used anymoreXavier Claessens
2018-06-06Move to coredata some methods handling optionsXavier Claessens
2018-06-06Move get_args_from_envvars() from environment to compilersXavier Claessens
2018-06-06environment.py: Properly check platform on MSVC 2008Chun-wei Fan
2018-06-05Automatically add cross-mingw root and sysroot bindir to WINEPATHNirbheek Chauhan
2018-06-04Update environment.pyNiklas Claesson
2018-06-03Error out when someone tries to use msys/python to run MesonNirbheek Chauhan
2018-06-01Set the meson command to use when we know what it isNirbheek Chauhan
2018-05-24depfixer: We no longer run this as a scriptNirbheek Chauhan
2018-05-21Write coredata transactionally. Closes #3511.Jussi Pakkanen
2018-04-27Passing --default-library=both should override project valueXavier Claessens
2018-04-16Merged Arm CC support.Jussi Pakkanen
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen
2018-04-12Make more precise CPU detection for Elbrus platformmakise-homura
2018-04-02Fix detection to work with newer Java compilers.Jussi Pakkanen
2018-03-28Added version detection for lcc compilermakise-homura
2018-03-27Updates to CPP support and update review changesSomasekhar Penugonda
2018-03-19Added Elbrus lcc compilers support as inheritance from gcc onesmakise-homura
2018-03-14- Updating cpp_std options similar to other compiler classesBedarkar, Malhar
2018-03-13Merge pull request #3145 from thejk/gcovrJussi Pakkanen
2018-03-13fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-03-12fixup! Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-03-05First cut of ARMCC support for MESON.Bedarkar, Malhar
2018-03-01Harmonize data pickling.Hemmo Nieminen
2018-03-01Remove some unused variables.Hemmo Nieminen
2018-02-27Fix coverage-xml and coverage-text targets for gcovr >= 3.1Joel Klinghed
2018-02-25Add support for Visual Studio csc c# compilerThibault Saunier
2018-02-21Fixed syntax issues (for 'in' operator)makise-homura
2018-02-21Support lcc compiler for e2k (Elbrus) architecturemakise-homura
2018-02-15Fix exception in 'test cases/failing/55 wrong shared crate type' when rustc i...Jon Turney
2018-02-04Merge pull request #2938 from acfoltzer/rust-cross-mergeJussi Pakkanen
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-19Correct spelling mistakes.Edward Betts
2018-01-07d: Detect recent DMD compilersMatthias Klumpp
2017-12-30compilers: Fix error when objc/objc++ compilers are not foundNirbheek Chauhan
2017-12-16Fix flake8 issues.Christoph Behle