aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-03tests/windows: Tests for #1444Nirbheek Chauhan4-1/+8
2017-03-02Install PDB files. Closes #1442.Jussi Pakkanen1-0/+5
2017-03-01Merge pull request #1379 from mesonbuild/doxygenJussi Pakkanen7-0/+2695
2017-03-01Graceful fallback when printing messages with characters not understood by st...Jussi Pakkanen1-2/+13
2017-02-27Use cross stripper when cross compiling and allow overriding native strip exe...Jussi Pakkanen5-4/+29
2017-02-27Fix directory context for git wrap checkMarc Becker2-1/+2
2017-02-27Force log file to UTF-8.Jussi Pakkanen1-1/+1
2017-02-26tests: Use #!/usr/bin/env python3 for all scriptsNirbheek Chauhan31-32/+36
2017-02-26gnome: Pass ExternalProgram objects to CustomTargetNirbheek Chauhan1-7/+7
2017-02-26Merge pull request #1421 from centricular/mesontest-test-argsJussi Pakkanen1-10/+11
2017-02-26Raise if gobject-introspection is not found.Elliott Sales de Andrade1-5/+1
2017-02-26Fix undefined variables in ObjC/C++ detectionNirbheek Chauhan1-6/+8
2017-02-26ninjabackend: generate "compile_commands.json" even for cross compileFabio Porcedda1-1/+3
2017-02-23mesontest: Support passing test arguments at runtimeNirbheek Chauhan1-2/+5
2017-02-23mesontest: Fix --repeat with --gdbNirbheek Chauhan1-3/+3
2017-02-23mesontest: Use shlex.split for parsing the wrapperNirbheek Chauhan1-5/+3
2017-02-20Merge pull request #1408 from centricular/detectcompilersbetterJussi Pakkanen12-173/+238
2017-02-21objc tests: Disable nsstring test on Clang + LinuxNirbheek Chauhan1-0/+3
2017-02-21Detect GCC type on macOS for ObjC/C++ tooNirbheek Chauhan2-12/+10
2017-02-21unit tests: Don't try to test objc/c++ on WindowsNirbheek Chauhan1-1/+3
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