summaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
Commit message (Expand)AuthorAgeFilesLines
* compilers: Fix error when objc/objc++ compilers are not foundnirbheek/fix-objc-cpp-detectionNirbheek 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
| * Added VS support to simd detector.Jussi Pakkanen2017-07-171-1/+2
* | Close files reliably.Jussi Pakkanen2017-07-181-3/+2
* | Revert "Merge pull request #1931 from centricular/use-patched-ninja"Jussi Pakkanen2017-07-181-4/+1
|/
* ninja backend: Detect ninja only once and log itNirbheek Chauhan2017-07-171-1/+4
* Run postconf scripts after dumping coredata.Elliott Sales de Andrade2017-07-151-0/+1
* Output an appropriate warning when a cross info file does not exist.Jehan2017-07-021-1/+6
* environment: Fix exception when no defines were foundNirbheek Chauhan2017-06-261-4/+4
* Split out languages from compilers.pyAlistair Thomas2017-06-231-8/+54
* Converted compilers.py to a sub-packageAlistair Thomas2017-06-221-1/+1
* Split linkers out from compilers.pyAlistair Thomas2017-06-221-6/+2
* Merged needs_exe_wrapper branch.Jussi Pakkanen2017-06-071-0/+3
|\
| * environment: Add needs_exe_wrapper for overriding auto-detection.Ole André Vadla RavnÄs2017-05-291-0/+3
* | Set clang_type to CLANG_WIN on windows.Alan2017-06-031-0/+2
|/
* Fix undefined variables/methods.Elliott Sales de Andrade2017-05-171-1/+1
* Rearrange trys to avoid possible undefined vars.Elliott Sales de Andrade2017-05-171-4/+4
* Remove unused imports.Elliott Sales de Andrade2017-05-171-4/+4
* More strict eval.Jussi Pakkanen2017-05-011-1/+1
* Don't use dict.keys() to check membershipDylan Baker2017-04-281-1/+1
* Detect intel fortran compilerThomas Hindoe Paaboel Andersen2017-04-281-1/+1
* Unset compiler envvars in unit tests.Jussi Pakkanen2017-04-231-9/+10
* vala: Add 'VALAFLAGS' to considered environment variablesGuillaume Poirier-Morency2017-04-221-4/+6
* Use gcc-ar/llvm-ar as the static linker if availableNirbheek Chauhan2017-04-211-25/+38
* Fix shared module installation directory on WindowsNirbheek Chauhan2017-04-101-0/+4
* Use correct shared library naming for CygwinJon Turney2017-04-061-1/+23
* Don't use -fPIC on Cygwin, eitherJon Turney2017-04-061-1/+2
* Use CPPFLAGS for pre-processor compiler checksNirbheek Chauhan2017-04-041-3/+3
* Use shlex.split() to split CFLAGS/LDFLAGS/etcNirbheek Chauhan2017-04-041-3/+4
* compilers: Rename 'get_define' to 'get_builtin_define'Nirbheek Chauhan2017-04-041-4/+4