aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Generate target id based on subdirectory instead of subprojectAleksey Filippov1-5/+10
2018-04-16Merged Arm CC support.Jussi Pakkanen8-6/+168
2018-04-16Add macOS linker versioning informationTom Schoonjans7-16/+24
2018-04-16Merge pull request #3218 from mesonbuild/findoverriderJussi Pakkanen16-90/+141
2018-04-16Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz1-2/+4
2018-04-15cross: Add compiler cross_args after normal argsNirbheek Chauhan1-5/+5
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen8-8/+137
2018-04-15find_program: Don't spam when called from a moduleNirbheek Chauhan3-35/+40
2018-04-15find_program: Only store successful lookupsNirbheek Chauhan1-1/+2
2018-04-15Updated all modules to work with the new API.Jussi Pakkanen11-29/+29
2018-04-15Can override programs with scripts generated with configure_file.Jussi Pakkanen1-0/+6
2018-04-15Convert Gnome module to use find_program from interpreter.Jussi Pakkanen6-40/+36
2018-04-15Made it possible to override find_program to return a different program.Jussi Pakkanen2-2/+45
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler2-4/+80
2018-04-15compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler1-1/+4
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler1-2/+6
2018-04-14🤦🤦🤦Jussi Pakkanen2-8/+9
2018-04-14Merge pull request #2930 from inigomartinez/gdbus-targetsJussi Pakkanen1-17/+69
2018-04-14improve suite of meson test (#3369)Alberto Sartori1-0/+19
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan2-8/+28
2018-04-14Merge pull request #3396 from mesonbuild/nirbheek/cache-pkgconfigJussi Pakkanen1-3/+15
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell1-1/+1
2018-04-14Fix encoding bug on WindowsRobin1-1/+3
2018-04-13Indicate subproject depth in console outputJon Turney2-15/+34
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte1-3/+10
2018-04-13don't create unneeded internal dependency objectsBruce Richardson1-7/+8
2018-04-13Prune unneeded transitive dependenciesBruce Richardson1-2/+6
2018-04-13PkgConfigDependency: dicts aren't hashable, so use frozensetNirbheek Chauhan1-5/+8
2018-04-13PkgConfigDependency: Cache the output of pkg-configNirbheek Chauhan1-1/+10
2018-04-12Make more precise CPU detection for Elbrus platformmakise-homura1-0/+3
2018-04-12gdbus_codegen: Fix new generated objectsIñigo Martínez1-1/+4
2018-04-12gdbus_codegen: Fix custom target nameIñigo Martínez1-3/+4
2018-04-12coredata: UserOption subclasses only need to implement validate_value()Xavier Claessens1-49/+24
2018-04-11introspect: default builddir to . to prevent a crashAndrei Alexeyev1-1/+1
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz1-2/+2
2018-04-11gdbus_codegen: Return 2 targets when docbook is disabledNirbheek Chauhan1-8/+11
2018-04-11gnome: Validate docbook parameter is a stringIñigo Martínez1-2/+10
2018-04-11gnome: Split header and code targets in gdbus_codegen()Iñigo Martínez1-17/+54
2018-04-09Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi1-0/+6
2018-04-08add support for cmakedefine in configure_file()David Fort2-9/+34
2018-04-08Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2-11/+52
2018-04-08Merge pull request #3326 from jeandet/generated_qrcJussi Pakkanen1-10/+42
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens2-18/+46
2018-04-08Merge pull request #3366 from xclaesse/pkgconfig-dup-versionJussi Pakkanen1-4/+7
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens1-3/+5
2018-04-08Merge pull request #3312 from MathieuDuponchelle/alwaysfallbackJussi Pakkanen2-5/+13
2018-04-08VS backend: dedup AdditionalDependenciesPaul I1-1/+2
2018-04-08Move entry in build_funct_dict to correct position.Christoph Behle1-2/+2
2018-04-06pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens1-1/+2
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle2-5/+13