summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-21unit tests: Don't try to test objc/c++ on WindowsNirbheek Chauhan
2017-02-21Support passing of options to compilers and linkersNirbheek Chauhan
2017-02-21Use the same function for detection of C and C++ compilersNirbheek Chauhan
2017-02-21Fix static linker exelist in cross-info and environmentNirbheek Chauhan
2017-02-21Fix compiler exelist in cross-info and the environmentNirbheek Chauhan
2017-02-21travis: Also set OBJC and OBJCXX to CC/CXXNirbheek Chauhan
2017-02-21environment: Use shlex.split() to get AR from the envNirbheek Chauhan
2017-02-21Update authors.txtHase Bastian
2017-02-21Detect (non-Apple) clang as objc/c++ compilerHase Bastian
2017-02-21Factor out common code in compiler detectionNirbheek Chauhan
2017-02-20Merge pull request #1402 from centricular/test-setup-fixesJussi Pakkanen
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen
2017-02-20Merged clang color.Jussi Pakkanen
2017-02-20Add myself as an author.Rodrigo Lourenço
2017-02-20run_tests.py: Nice down when running on a dev machineNirbheek Chauhan
2017-02-20tests/common/129: Fix configure_file invocationNirbheek Chauhan
2017-02-20gnome: Support configure_file() output in compile_resourcesNirbheek Chauhan
2017-02-20configure_file: Substitute @INPUT@/@OUTPUT@/etc in commandNirbheek Chauhan
2017-02-20gnome: Document why we need absolute paths for mkenumsNirbheek Chauhan
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan
2017-02-20configure_file: Don't allow both command and configuration kwargsNirbheek Chauhan
2017-02-20gnome: Print an error message when generated files are passed to compile_reso...Nirbheek Chauhan
2017-02-20Add auto option to b_colored when using Clang. Remove Clang version check whe...Rodrigo Lourenço
2017-02-20rpm: Fix missing parenthesis and quotation markNirbheek Chauhan
2017-02-20Update minimum Clang version for colored outputRodrigo Lourenço
2017-02-19Merge pull request #1406 from mesonbuild/fixdetectionJussi Pakkanen
2017-02-19Run regen before loading test data because it might have changed.Jussi Pakkanen
2017-02-19Fix the rest of them.Jussi Pakkanen
2017-02-19Fix compiler detection + cross when envvar not set.Jussi Pakkanen
2017-02-19Vim syntax: new function add_test_setup()Nirbheek Chauhan
2017-02-19Merge pull request #1400 from centricular/fix-gresource-versionJussi Pakkanen
2017-02-19unit tests: Test some corner-cases in test setupsNirbheek Chauhan
2017-02-19mesontest: Use setup timeout multiplier if not specifiedNirbheek Chauhan
2017-02-19mesontest: Use test setup name in logfilesNirbheek Chauhan
2017-02-19add_test_setup: Treat no env as empty envNirbheek Chauhan
2017-02-19Add repr() for EnvironmentVariables{,Holder}Nirbheek Chauhan
2017-02-19mesontest: Don't run tests if no tests were selectedNirbheek Chauhan
2017-02-19Merge pull request #1356 from centricular/cross-platform-unit-testsJussi Pakkanen
2017-02-19Merge pull request #1396 from fabio-porcedda/cross-ccacheJussi Pakkanen
2017-02-19mesontest: Set MALLOC_PERTURB_ to a random valueNirbheek Chauhan
2017-02-19Add b_colorout option for Clang compilers.Rodrigo Lourenço
2017-02-19gnome: Fix minimum gresource dependency requiredNirbheek Chauhan
2017-02-19gnome: Only check gresource version with CustomTargetsNirbheek Chauhan
2017-02-19run_command: Fix error message on incorrect argumentNirbheek Chauhan
2017-02-19rpm: We no longer provide the full path to a libraryNirbheek Chauhan
2017-02-19tests/common/119: Test array args to join_paths()Nirbheek Chauhan
2017-02-19dependencies: Remove useless and verbose dict.get() callNirbheek Chauhan
2017-02-19find_program: Fix implementation of .path()Nirbheek Chauhan
2017-02-19find_program: Support passing mesonlib.File objectsNirbheek Chauhan