aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-15Don't require an exe_wrapper when cross-compiling 32-bit on 64-bitNirbheek Chauhan1-15/+12
2016-04-07New API: cc.has_header_symbol to check if a header defines a specific symbolNirbheek Chauhan1-0/+19
2016-04-06Merge pull request #438 from trhd/testing_optionsJussi Pakkanen1-6/+5
2016-04-04Bring back the old manual search to cc.find_library.Jussi Pakkanen1-2/+2
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen1-3/+2
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-3/+3
2016-03-28Moved gettext into i18n module.Jussi Pakkanen1-9/+5
2016-03-20Merge branch 'base_options'.Jussi Pakkanen1-0/+14
2016-03-20Open Meson and option files explicitly as utf-8. Closes #467.Jussi Pakkanen1-2/+2
2016-03-20Grab base options from the command line.Jussi Pakkanen1-1/+7
2016-03-20Merge pull request #464 from tp-m/bool-to-string-and-to-intJussi Pakkanen1-0/+26
2016-03-19Add bool to_string() and to_int() methodsTim-Philipp Müller1-0/+26
2016-03-19Add += support for strings and integersTim-Philipp Müller1-2/+10
2016-03-17Add dir support for find_library and remove deprecated standalone version. Cl...Jussi Pakkanen1-38/+9
2016-03-16Added new base options and some sample opts for gcc.Jussi Pakkanen1-0/+8