aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-18add support for $sbindirIgor Gnatenko4-0/+4
2016-12-17gnome: Re-use gobject-introspection-1.0 pkg-config dependencyNirbheek Chauhan1-16/+17
2016-12-17gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier1-1/+3
2016-12-17compilers: Ignore -pthread in link flags with MSVCNirbheek Chauhan1-0/+3
2016-12-15Revert "Merge pull request #1145 from AlexandreFoley/wrap-fix"Jussi Pakkanen2-23/+11
2016-12-15Merge pull request #1194 from centricular/critical-bugfixes-valaJussi Pakkanen25-49/+331
2016-12-15introspect: Allow listing all installed filesThibault Saunier1-0/+13
2016-12-15rpm: use VPATH macroIgor Gnatenko1-18/+16
2016-12-16tests/vala/14: Disable running of GTK+ testNirbheek Chauhan1-1/+2
2016-12-16modules: Cache programs found by find_programNirbheek Chauhan3-12/+19
2016-12-15gnome.mkenums: Use absolute paths for all commandline argsNirbheek Chauhan4-12/+19
2016-12-15Add a test that uses hand-written vapi filesNirbheek Chauhan3-0/+23
2016-12-15Allow all code to access module target classesNirbheek Chauhan4-21/+29
2016-12-15Test target glib version and gresources in ValaNirbheek Chauhan5-0/+76
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-14mailmap: add couple of aliasesIgor Gnatenko1-0/+4
2016-12-13rpm: use __global_*flagsIgor Gnatenko1-5/+5
2016-12-13rpm: use meson's syntax to specify sourcedir and builddirIgor Gnatenko1-16/+14
2016-12-13Only add build dir inlude directives if the corresponding dir exists. Closes ...Jussi Pakkanen5-3/+34
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