aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-03-12Added find_library method and deprecated the standalone version. Closes #396.Jussi Pakkanen1-0/+20
2016-03-12Add string underscorify() functionTim-Philipp Müller1-0/+2
2016-03-12Add more string functions: contains(), to_upper() and to_lower()Tim-Philipp Müller1-1/+7
2016-03-02use positional instead of keyword args for add_postconf_scriptNicolas Schneider1-4/+4
2016-03-01add args support for add_postconf_scriptNicolas Schneider1-1/+2
2016-03-01Can add postconfigure script.Nicolas Schneider1-0/+11
2016-02-29Can specify compile and link args for internal deps.Jussi Pakkanen1-1/+3
2016-02-22Do delayed argument setting properly this time.Jussi Pakkanen1-1/+1
2016-02-17interpreter: Add path() method to ExternalProgramHolder typesNirbheek Chauhan1-1/+5
2016-02-14Guard against subdir segments in output files.Jussi Pakkanen1-0/+2
2016-02-12Do not cache found programs because it is unreliable. Closes #374.Jussi Pakkanen1-4/+2
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen1-65/+78
2016-01-25More comparison operators. Closes #363.Jussi Pakkanen1-2/+10
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen1-0/+5
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+2259