aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-15Pass --gresources to valac for each compiled gresourceNirbheek Chauhan3-13/+30
2016-12-15PkgConfigDependency.version_reqs must be a listNirbheek Chauhan1-0/+7
2016-12-15vala: Fix duplicate output detectionNirbheek Chauhan1-1/+1
2016-12-15Add a testcase for 'Duplicate outputs' bugSam Thursfield8-0/+136
2016-12-13Merge pull request #1171 from centricular/fix-extracted-generated-prebuilt-ob...Jussi Pakkanen25-108/+292
2016-12-13Merge pull request #1184 from centricular/cc.prefixes_underscoreJussi Pakkanen8-26/+168
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan10-2/+84
2016-12-13Test extracting static objects into a shared libraryNirbheek Chauhan8-0/+51
2016-12-13Add __repr__ for ExtractedObjects and better error for Vala librariesNirbheek Chauhan2-1/+6
2016-12-13Use the linker to determine if we are using MSVCNirbheek Chauhan1-15/+27
2016-12-13Query the target itself for the dynamic linkerNirbheek Chauhan3-41/+33
2016-12-13Also use objects to populate target compilersNirbheek Chauhan3-9/+63
2016-12-13Use dict for self.build.compilers instead of listNirbheek Chauhan6-40/+28
2016-12-13Add test for cc.symbols_have_underscore_prefixNirbheek Chauhan4-9/+94
2016-12-13tests/common/124: Print an error when square failsNirbheek Chauhan2-4/+13
2016-12-13compilers: Fix output ext while compile-only on MSVCNirbheek Chauhan1-13/+19
2016-12-13New compiler function 'symbols_have_underscore_prefix'Nirbheek Chauhan2-0/+42
2016-12-12Add Compiler.has_multi_arguments method.Elliott Sales de Andrade3-8/+38
2016-12-12gnome.gtkdoc(): Include builddir variant of include dirs alsoPatrick Griffis2-2/+10
2016-12-12Make Java compilation work with inner classes. Closes #1157.Jussi Pakkanen3-2/+24
2016-12-11Merge pull request #1095 from centricular/llvm-ir-assemblyJussi Pakkanen17-12/+231
2016-12-11If/elif fix so running just mesontest actually runs the tests after doing a r...Jussi Pakkanen1-2/+2
2016-12-11Use a big timeout when running gdb interactively and a typo fix.Jussi Pakkanen1-2/+7
2016-12-11unity builds: Assembly and LLVM IR are incompatibleNirbheek Chauhan3-0/+12
2016-12-11compilers: Implement support for LLVM IR compilationNirbheek Chauhan3-12/+84
2016-12-11Test that g++ and Clang++ can compile assemblyNirbheek Chauhan6-0/+61
2016-12-11Add a test for LLVM IR and ASM compilationNirbheek Chauhan8-0/+74
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan13-234/+112
2016-12-10has_function: Fix checking for builtins with includesNirbheek Chauhan2-6/+26
2016-12-10gnome.gtkdoc(): Include -rpath for gtkdoc-scangobjPatrick Griffis1-11/+14
2016-12-10python3 dep: Check arch of libraries before usingNirbheek Chauhan3-21/+49
2016-12-10Do not warn about non-utf8 locales on Windows.Jussi Pakkanen1-2/+2
2016-12-07mesontest: Fix exceptionPatrick Griffis1-0/+1
2016-12-07Merge pull request #1126 from mesonbuild/sharedmoduleJussi Pakkanen11-23/+281
2016-12-07Fix shared module support on WindowsNirbheek Chauhan4-19/+129
2016-12-07Skip shared module test on VS because it fails for some reason nobody underst...Jussi Pakkanen6-0/+12
2016-12-07Only build master on pushes.Jussi Pakkanen1-0/+4
2016-12-06Fix compiler arg checking if ccache is used.Jussi Pakkanen1-0/+2
2016-12-06syntax-highlighting: Update list of builtin functionsNirbheek Chauhan1-12/+52
2016-12-06Merge pull request #1086 from Keruspe/masterJussi Pakkanen4-8/+29
2016-12-06Merge pull request #1151 from mesonbuild/tingping/gtk-docJussi Pakkanen2-27/+62
2016-12-06Merge pull request #1149 from centricular/compiler_check_ext_deps_onlyJussi Pakkanen9-30/+37
2016-12-06Add unresolved symbol arg to link line in VS backends. For someJussi Pakkanen1-0/+2
2016-12-06gnome.gtkdoc(): Add keyword to override the modePatrick Griffis2-8/+31
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan7-19/+18
2016-12-07Compiler checks can only accept external dependenciesNirbheek Chauhan3-11/+19
2016-12-06Merge pull request #1145 from AlexandreFoley/wrap-fixJussi Pakkanen2-11/+23
2016-12-06i18n: Improve language handlingPatrick Griffis2-17/+31
2016-12-06Expose project information with mesonintrospect. Closes #1118.Jussi Pakkanen2-1/+19
2016-12-06Better error when passing invalid objects to install_headerNirbheek Chauhan2-1/+22