aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-16Merged Arm CC support.Jussi Pakkanen11-6/+204
2018-04-16Add macOS linker versioning informationTom Schoonjans7-16/+24
2018-04-16Merge pull request #3218 from mesonbuild/findoverriderJussi Pakkanen32-90/+299
2018-04-16Do not use -soname when linking with GCC for mingw/cygwinMarvin Scholz1-2/+4
2018-04-16Docs: Mention important macOS caveat about function detection [ci skip]Marvin Scholz1-3/+18
2018-04-15cross: Add compiler cross_args after normal argsNirbheek Chauhan5-7/+56
2018-04-15Merge pull request #3115 from makise-homura/e2k-lcc-supportJussi Pakkanen16-16/+199
2018-04-15find_program: Don't spam when called from a moduleNirbheek Chauhan3-35/+40
2018-04-15Document that override_find_program works on configure_file [skip ci]Nirbheek Chauhan2-5/+16
2018-04-15Added documentation [skip ci]Jussi Pakkanen2-0/+33
2018-04-15Renamed test dirs to avoid duplicate numbers [skip ci]Jussi Pakkanen14-0/+0
2018-04-15find_program: Only store successful lookupsNirbheek Chauhan2-2/+11
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 Pakkanen7-1/+54
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 Pakkanen13-2/+104
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler8-4/+174
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 Hostettler9-3/+74
2018-04-14🤦🤦🤦Jussi Pakkanen2-8/+9
2018-04-14Merge pull request #2930 from inigomartinez/gdbus-targetsJussi Pakkanen3-19/+93
2018-04-14improve suite of meson test (#3369)Alberto Sartori3-0/+33
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,...textshell2-1/+15
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 Schulte2-3/+16
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-12Clarified version of lcc which will not suffer from depfiles problemmakise-homura3-6/+6
2018-04-12Make more precise CPU detection for Elbrus platformmakise-homura1-0/+3
2018-04-12docs: Fix syntax highlighting in release notesTingPing1-10/+16
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-12Explain the choice of implementation language. [skip ci]Jussi Pakkanen1-0/+37
2018-04-11Fix unit test for Disabler()Xavier Claessens1-2/+2
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-11Trivial update to meson vim syntax + typo in snippet [skip ci]Nirbheek Chauhan2-1/+2
2018-04-11gdbus_codegen: Return 2 targets when docbook is disabledNirbheek Chauhan3-13/+29
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ínez2-19/+65
2018-04-09Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi3-0/+8
2018-04-08add support for cmakedefine in configure_file()David Fort6-10/+78
2018-04-08Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2-11/+52
2018-04-08Merge pull request #3326 from jeandet/generated_qrcJussi Pakkanen6-15/+108