aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Support passing of options to compilers and linkersNirbheek Chauhan2-8/+6
2017-02-21Use the same function for detection of C and C++ compilersNirbheek Chauhan1-46/+16
2017-02-21Fix static linker exelist in cross-info and environmentNirbheek Chauhan2-15/+41
2017-02-21Fix compiler exelist in cross-info and the environmentNirbheek Chauhan8-3/+118
2017-02-21travis: Also set OBJC and OBJCXX to CC/CXXNirbheek Chauhan1-2/+2
2017-02-21environment: Use shlex.split() to get AR from the envNirbheek Chauhan1-1/+1
2017-02-21Update authors.txtHase Bastian1-0/+1
2017-02-21Detect (non-Apple) clang as objc/c++ compilerHase Bastian1-0/+4
2017-02-21Factor out common code in compiler detectionNirbheek Chauhan1-117/+65
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen6-10/+39
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen20-75/+489
2017-02-20Merged clang color.Jussi Pakkanen2-1/+10
2017-02-20Add myself as an author.Rodrigo Lourenço1-0/+1
2017-02-20run_tests.py: Nice down when running on a dev machineNirbheek Chauhan1-1/+7
2017-02-20tests/common/129: Fix configure_file invocationNirbheek Chauhan1-1/+1
2017-02-20gnome: Support configure_file() output in compile_resourcesNirbheek Chauhan3-5/+25
2017-02-20configure_file: Substitute @INPUT@/@OUTPUT@/etc in commandNirbheek Chauhan6-22/+72
2017-02-20gnome: Document why we need absolute paths for mkenumsNirbheek Chauhan1-0/+1
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan6-3/+38
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan4-43/+334
2017-02-20configure_file: Don't allow both command and configuration kwargsNirbheek Chauhan1-1/+5
2017-02-20gnome: Print an error message when generated files are passed to compile_reso...Nirbheek Chauhan1-1/+8
2017-02-20Add auto option to b_colored when using Clang. Remove Clang version check whe...Rodrigo Lourenço1-4/+3
2017-02-20rpm: Fix missing parenthesis and quotation markNirbheek Chauhan1-1/+1
2017-02-20Update minimum Clang version for colored outputRodrigo Lourenço1-1/+1
2017-02-19Merge pull request #1406 from mesonbuild/fixdetectionJussi Pakkanen1-39/+43
2017-02-19Run regen before loading test data because it might have changed.Jussi Pakkanen1-25/+23
2017-02-19Fix the rest of them.Jussi Pakkanen1-18/+20
2017-02-19Fix compiler detection + cross when envvar not set.Jussi Pakkanen1-21/+23
2017-02-19Vim syntax: new function add_test_setup()Nirbheek Chauhan1-2/+1
2017-02-19Merge pull request #1400 from centricular/fix-gresource-versionJussi Pakkanen1-18/+21
2017-02-19unit tests: Test some corner-cases in test setupsNirbheek Chauhan3-2/+16
2017-02-19mesontest: Use setup timeout multiplier if not specifiedNirbheek Chauhan1-1/+3
2017-02-19mesontest: Use test setup name in logfilesNirbheek Chauhan1-6/+9
2017-02-19add_test_setup: Treat no env as empty envNirbheek Chauhan1-1/+1
2017-02-19Add repr() for EnvironmentVariables{,Holder}Nirbheek Chauhan2-0/+8
2017-02-19mesontest: Don't run tests if no tests were selectedNirbheek Chauhan1-0/+2
2017-02-19Merge pull request #1356 from centricular/cross-platform-unit-testsJussi Pakkanen19-300/+563
2017-02-19Merge pull request #1396 from fabio-porcedda/cross-ccacheJussi Pakkanen2-5/+9
2017-02-19mesontest: Set MALLOC_PERTURB_ to a random valueNirbheek Chauhan1-0/+9
2017-02-19Add b_colorout option for Clang compilers.Rodrigo Lourenço1-1/+10
2017-02-19gnome: Fix minimum gresource dependency requiredNirbheek Chauhan1-1/+1
2017-02-19gnome: Only check gresource version with CustomTargetsNirbheek Chauhan1-17/+20
2017-02-19run_command: Fix error message on incorrect argumentNirbheek Chauhan1-1/+2
2017-02-19rpm: We no longer provide the full path to a libraryNirbheek Chauhan3-6/+7
2017-02-19tests/common/119: Test array args to join_paths()Nirbheek Chauhan1-0/+9
2017-02-19dependencies: Remove useless and verbose dict.get() callNirbheek Chauhan1-2/+2
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan9-51/+65
2017-02-19find_program: Support passing mesonlib.File objectsNirbheek Chauhan2-2/+22
2017-02-18find_program: Correctly use scripts found in PATHNirbheek Chauhan5-18/+102