aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-07Merge pull request #218 from mesonbuild/gtkdocJussi Pakkanen1-3/+9
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen1-3/+5
2015-08-02Can generate gtkdoc documentation.Jussi Pakkanen1-0/+4
2015-07-31Add cpu method that was forgotten somehow.Jussi Pakkanen1-0/+1
2015-07-28cleanupsIgor Gnatenko1-3/+3
2015-07-28cleanupsIgor Gnatenko1-4/+4
2015-07-28Cleanups.Jussi Pakkanen1-6/+6
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen1-12/+14
2015-07-27Get build machine's CPU info too.Jussi Pakkanen1-2/+18
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen1-35/+53
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-2/+2
2015-07-25Added (or, rather, brought back) the add_languages function.Jussi Pakkanen1-0/+6
2015-07-23Added timeout kwarg to tests.Jussi Pakkanen1-2/+6
2015-07-21Added a extract_all_objects method to make recombining targets easier. Fixes ...Jussi Pakkanen1-1/+6
2015-07-05Can create top level targets that have the same name but different type.Jussi Pakkanen1-20/+16
2015-06-30Get builtin options by correct name in subprojects.Jussi Pakkanen1-1/+1
2015-06-20Removed unused method. Closes #163.Jussi Pakkanen1-3/+0
2015-06-19Merge pull request #162 from mesonbuild/lint_errorsjpakkane1-1/+1
2015-06-19interpreter: fix bad-continuationIgor Gnatenko1-12/+11
2015-06-19interpreter: Undefined variable 'File'Igor Gnatenko1-1/+1
2015-06-17Fix a bug (typo) in commit 8f27cd39Hemmo Nieminen1-1/+1
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen1-3/+5
2015-06-17Prevent extraction of objects from subprojects.Jussi Pakkanen1-1/+12
2015-06-15Fix unwrapping of dependencies. Closes #150.Jussi Pakkanen1-0/+1
2015-06-15Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen1-5/+37
2015-06-14Fix error message argument passing. Fixes #147.Jussi Pakkanen1-2/+2
2015-06-14Better error message. Closes #146.Jussi Pakkanen1-1/+1
2015-06-07Added methods to get source and build root directories.Jussi Pakkanen1-0/+8
2015-06-06Created a build_target function to set build target type dynamically.Jussi Pakkanen1-0/+16
2015-06-06Use cross file's pkgconfig binary when cross compiling. Closes #138.Jussi Pakkanen1-1/+1
2015-05-21add has_type methodIgor Gnatenko1-0/+17
2015-05-17Can specify custom search directories in find_library.Jussi Pakkanen1-1/+12
2015-05-15Allow user to specify subproject directory in project definitionAfief Halumi1-11/+20
2015-05-09Handle then unary negation operator.Jussi Pakkanen1-0/+10
2015-05-09Fix cross compilation tests.Jussi Pakkanen1-2/+6
2015-05-07Make the message() function able to print out user defined types.Afief Halumi1-5/+29
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen1-7/+3
2015-04-26A few more eradications of plain strings.Jussi Pakkanen1-1/+1
2015-04-22More stringlist refactoring.Jussi Pakkanen1-38/+22
2015-04-22Verify stringargs with decorator.Jussi Pakkanen1-39/+28
2015-04-22Started enforcing types better with decorators.Jussi Pakkanen1-7/+25
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen1-0/+14
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen1-1/+14
2015-04-09Fix subproject again.Jussi Pakkanen1-0/+1
2015-04-08Fix use of shared subprojects.Jussi Pakkanen1-1/+2
2015-03-30Clarified error message.Jussi Pakkanen1-1/+1
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-2/+4
2015-03-27Allow use of external test executables. Closes #89.Jussi Pakkanen1-1/+1
2015-03-27More path normalisation.Jussi Pakkanen1-2/+1
2015-03-26Shameful hack to get configure files working with custom targets. Needs to be...Jussi Pakkanen1-0/+10