aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-03-10Add UNIX large file support via compiler always-argsNirbheek Chauhan1-4/+33
2017-03-08Do not colorize output on dumb terminalsMichal Sojka1-1/+2
2017-03-05Bump version number for new development.Jussi Pakkanen1-1/+1
2017-03-05Increment version number for release.0.39.0Jussi Pakkanen1-1/+1
2017-03-04darwin: Also add the major version in the dylibNirbheek Chauhan1-13/+20
2017-03-04Merge pull request #1444 from mesonbuild/pdbinstallJussi Pakkanen4-48/+5
2017-03-04Have all compiler invocations in compdb. Closes #1439.Jussi Pakkanen1-2/+3
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-02Install PDB files. Closes #1442.Jussi Pakkanen1-0/+5
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 Becker1-1/+1
2017-02-27Force log file to UTF-8.Jussi Pakkanen1-1/+1
2017-02-26gnome: Pass ExternalProgram objects to CustomTargetNirbheek Chauhan1-7/+7
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-21Detect GCC type on macOS for ObjC/C++ tooNirbheek Chauhan2-12/+10
2017-02-21Support passing of options to compilers and linkersNirbheek Chauhan1-4/+2
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 Chauhan1-9/+11
2017-02-21Fix compiler exelist in cross-info and the environmentNirbheek Chauhan1-2/+2
2017-02-21environment: Use shlex.split() to get AR from the envNirbheek Chauhan1-1/+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 Pakkanen2-1/+9
2017-02-20Merge pull request #1403 from centricular/compile_resourcesJussi Pakkanen5-56/+248
2017-02-20Merged clang color.Jussi Pakkanen1-1/+9
2017-02-20gnome: Support configure_file() output in compile_resourcesNirbheek Chauhan1-3/+10
2017-02-20configure_file: Substitute @INPUT@/@OUTPUT@/etc in commandNirbheek Chauhan1-8/+25
2017-02-20gnome: Document why we need absolute paths for mkenumsNirbheek Chauhan1-0/+1
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan1-2/+18
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan3-43/+183
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-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-19Merge pull request #1400 from centricular/fix-gresource-versionJussi Pakkanen1-18/+21
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-19Merge pull request #1356 from centricular/cross-platform-unit-testsJussi Pakkanen9-73/+119
2017-02-19Merge pull request #1396 from fabio-porcedda/cross-ccacheJussi Pakkanen1-5/+8
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