aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-23vs: Always use a wrapper for custom target commandsNirbheek Chauhan2-5/+10
2017-03-23Merge pull request #1456 from ieei/compute_intJussi Pakkanen6-30/+150
2017-03-23fix logic operationsNicolas Schneider2-4/+11
2017-03-23use a custom cp.bat for cp on Windows (#1488)Nicolas Schneider2-1/+8
2017-03-21gnome.gdbus_codegen: Use --output-directory when availablePatrick Griffis1-1/+17
2017-03-21d: Handle linker search paths correctly for non-GNU compilersMatthias Klumpp1-0/+10
2017-03-20gnome: fix genmarshal .c file generationTim-Philipp Müller1-1/+1
2017-03-20Merge pull request #1483 from nioncode/fix-generatorcustomJussi Pakkanen4-54/+39
2017-03-20Also cleanup custom target paths for not installed not default targetsThibault Saunier1-5/+8
2017-03-20interpretter: Use a namedtuple for the ModuleStateThibault Saunier1-19/+24
2017-03-20vs: do not add generated objects to projectNicolas Schneider2-15/+4
2017-03-20vs: use regular quotes instead of '"' in Generator commandsNicolas Schneider1-7/+5
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-10compiler: Rename element argument of sizeof to typename.Haakon Sporsheim1-8/+8
2017-03-10compiler: Ensure prefix and dependencies are used for alignment.Haakon Sporsheim2-6/+13
2017-03-10compiler: Fix compute_int and sizeof for cross compilation.Haakon Sporsheim3-33/+44
2017-03-09compiler: Add compute_int functionality.Haakon Sporsheim6-0/+102
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