aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-20vs: support Generator outputs as CustomTarget inputsNicolas Schneider2-19/+20
2017-03-20do not skip test case 113 on WindowsNicolas Schneider1-15/+12
2017-03-18One is zero. War is peace. Freedom is slavery.Jussi Pakkanen1-1/+1
2017-03-15Update version number for new development.Jussi Pakkanen1-1/+1
2017-03-15Update Ninja download url due to Dropbox changes.Jussi Pakkanen1-1/+1
2017-03-15Set version number for bugfix release.0.39.1Jussi Pakkanen6-6/+6
2017-03-14Merge pull request #1463 from centricular/test-has-include-fallbackJussi Pakkanen3-59/+101
2017-03-14tests/37 has header: Disable fallback test on macOSNirbheek Chauhan1-1/+6
2017-03-14project tests: Print meson log instead of stdout for configure failuresNirbheek Chauhan1-17/+33
2017-03-13unittests: Print output for failing commandsNirbheek Chauhan1-9/+28
2017-03-12tests/37 has header: Also test the fallback include checkNirbheek Chauhan1-33/+35
2017-03-12has_header: Use "foo.h" syntax instead of <foo.h>Nirbheek Chauhan3-5/+21
2017-03-10Add UNIX large file support via compiler always-argsNirbheek Chauhan2-4/+45
2017-03-08Do not colorize output on dumb terminalsMichal Sojka2-1/+3
2017-03-05Bump version number for new development.Jussi Pakkanen1-1/+1
2017-03-05Increment version number for release.0.39.0Jussi Pakkanen6-6/+6
2017-03-05tests: Minor fixes to the library-usage testsNirbheek Chauhan6-11/+30
2017-03-04Add a cmake file for manual comparisonNirbheek Chauhan1-0/+26
2017-03-04Add manual-linking tests to Linux and WindowsNirbheek Chauhan8-9/+122
2017-03-04darwin: Also add the major version in the dylibNirbheek Chauhan2-13/+23
2017-03-04Merge pull request #1444 from mesonbuild/pdbinstallJussi Pakkanen8-49/+13
2017-03-04Have all compiler invocations in compdb. Closes #1439.Jussi Pakkanen2-2/+5
2017-03-03gnome.genmarshal: Use --output when availablePatrick Griffis1-1/+7
2017-03-03Nuke dead code which was used for installing PDB filesNirbheek Chauhan3-48/+0
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