aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-17mconf: accept -- options like `meson` doesDylan Baker2-4/+19
2018-04-17Move builtin_argument_registration to coredataDylan Baker2-21/+25
2018-04-17Accept builtin options with -D when making initial meson callDylan Baker2-0/+26
2018-04-17mesonmain: be DRYDylan Baker1-24/+4
2018-04-17coredata: encapsulate destination nameDylan Baker2-2/+8
2018-04-17coredata: Add helper for setting actionDylan Baker2-5/+15
2018-04-17interpreter: Don't assume default link_args == compile_argsDylan Baker1-2/+4
2018-04-17Exit meson with an error if an invalid escape sequence is found in aNiklas Claesson3-4/+21
2018-04-17Add release snippetNiklas Claesson1-0/+17
2018-04-17Complete python escape sequences aware stringsTim 'mithro' Ansell11-19/+125
2018-04-17Open build files with utf-8Nirbheek Chauhan2-6/+6
2018-04-17cc.has_multi_arguments: Convert all -Wno argsNirbheek Chauhan2-7/+13
2018-04-17fix checks for gcc disable warning flagsBruce Richardson1-0/+5
2018-04-17Merge pull request #3246 from sarum9in/non-unique-target-namesJussi Pakkanen14-8/+66
2018-04-16Add build snippet for non-unique-target-names featureAleksey Filippov1-0/+9
2018-04-16Add 'failing/17 same target' testAleksey Filippov2-0/+5
2018-04-16Add '189 same target name flat layout' testAleksey Filippov6-0/+39
2018-04-16Generate target id based on subdirectory instead of subprojectAleksey Filippov6-8/+13
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