aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-27Allow creation of tree structured menus.Jussi Pakkanen1-1/+1
2016-08-27Add a new compiler object method: has_members (#723)Nirbheek Chauhan1-2/+23
2016-08-27Flatten isinstance calls. (#715)Elliott Sales de Andrade1-22/+9
2016-08-21interpreter: Rename get_unittest_flag() to unittest_args()Matthias Klumpp1-5/+5
2016-08-20Allow build definitions to retrieve the unittest flag of a D compilerMatthias Klumpp1-0/+7
2016-08-19Implement D supportMatthias Klumpp1-0/+4
2016-08-12Only append compile flags to the link flags when appropriateNirbheek Chauhan1-1/+4
2016-08-01Merge pull request #605 from mesonbuild/ternaryJussi Pakkanen1-0/+12
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen1-0/+12
2016-08-01interpreter: Print what subproject dir could not be foundNirbheek Chauhan1-1/+2
2016-07-28A few error message fixes.Jussi Pakkanen1-0/+2
2016-07-28dependency: Better errors when fallbacks are not foundNirbheek Chauhan1-3/+12
2016-07-19Normalize the path of a configured file to avoid dupes (#640)Nirbheek Chauhan1-1/+3
2016-07-15interpretor: Use the stdout/stderr locale to decode to string (#638)Nirbheek Chauhan1-2/+8
2016-07-02Can get arbitrary data from cross file properties.Jussi Pakkanen1-0/+15
2016-06-24Changed run_target to take command as kwarg and add depends. This makes it be...Jussi Pakkanen1-20/+53
2016-06-24Run_target can run binaries obtained with find_program.Jussi Pakkanen1-1/+1
2016-06-21dependency: Fix version check for a not-found dependencyNirbheek Chauhan1-1/+1
2016-06-17Use add_target() for adding targets returned from module functionsNirbheek Chauhan1-9/+3
2016-06-15Use cross-info c_args, c_link_args, etc for all compiler checksNirbheek Chauhan1-10/+10
2016-06-13compiler: Use cross tools args in sanity check.Martin Hostettler1-2/+2
2016-06-09Added functionality to pick the first supported argument from a list. Closes ...Jussi Pakkanen1-3/+18
2016-06-09Add a has_arg method to compiler to check whether it supports a given argument.Jussi Pakkanen1-0/+7
2016-06-05Merge pull request #573 from centricular/dependency-versionsJussi Pakkanen1-8/+28
2016-06-01Can generate config headers without an input file. Closes #549.Jussi Pakkanen1-11/+13
2016-05-30Added method to get current project name.Jussi Pakkanen1-0/+4
2016-05-30interpreter: Compare the version of a cached dependency() before using itNirbheek Chauhan1-3/+13
2016-05-30interpretor: Correctly check the version of a fallback dependencyNirbheek Chauhan1-2/+10
2016-05-30interpreter: Set declare_dependency version from the project version if missingNirbheek Chauhan1-1/+1
2016-05-30Also reuse subproject-based fallback dependenciesNirbheek Chauhan1-1/+3
2016-05-30interpreter: Check if subproject version is defined before comparingNirbheek Chauhan1-1/+1
2016-05-29Merge pull request #569 from mesonbuild/cargsJussi Pakkanen1-1/+14
2016-05-29interpreter: Switch to prev_subdir on non-existant subdir (#571)Nirbheek Chauhan1-0/+1
2016-05-29Can query version strings of dependencies.Jussi Pakkanen1-3/+15
2016-05-29Added semantic versioning comparison method to strings.Jussi Pakkanen1-0/+7
2016-05-28Whitespace fix to test new Docker setup.Jussi Pakkanen1-16/+16
2016-05-28Renamed compile&link args and made them accessible from get_option.Jussi Pakkanen1-1/+14
2016-05-28Can set global linker arguments. Closes #536.Jussi Pakkanen1-0/+15
2016-05-28Every target must have a non-empty name.Jussi Pakkanen1-0/+2
2016-05-26Merge gettextarg branch.Jussi Pakkanen1-1/+0
2016-05-26Can pass extra args to xgettext. Closes #554.Jussi Pakkanen1-1/+0
2016-05-25Merge pull request #542 from mesonbuild/ownstdlibJussi Pakkanen1-0/+35
2016-05-25Merge pull request #548 from centricular/fix_has_exe_wrapJussi Pakkanen1-1/+1
2016-05-25Merge pull request #479 from mesonbuild/i18nJussi Pakkanen1-9/+2
2016-05-24Join() convenience method for strings. Closes #552.Jussi Pakkanen1-0/+6
2016-05-24interpretor: Fix typo in has_exe_wrapperNirbheek Chauhan1-1/+1
2016-05-21Can specify a stdlib subproject that is used implicitly on all targets with s...Jussi Pakkanen1-0/+35
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen1-4/+1
2016-05-10Do not append a period to test suite names.Hemmo Nieminen1-1/+3
2016-04-15Separate out cpu_method to environment.py and add amd64 quirkNirbheek Chauhan1-1/+1