Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-25 | Give sanity test binaries different names. Also expose project version to ↵ | Jussi Pakkanen | 1 | -0/+1 | |
modules. | |||||
2015-08-25 | Better sanity testing. | Jussi Pakkanen | 1 | -0/+1 | |
2015-08-23 | Merge pull request #236 from mesonbuild/depmanifest2 | Jussi Pakkanen | 1 | -2/+16 | |
Add version numbers to projects and generate a dep manifest. | |||||
2015-08-21 | Merge pull request #229 from mesonbuild/crossname | Jussi Pakkanen | 1 | -5/+5 | |
Use system() instead of name() which is a confusing term. | |||||
2015-08-21 | Add version numbers to projects and generate a dep manifest. | Jussi Pakkanen | 1 | -2/+16 | |
2015-08-21 | Can add file objects to command line arguments. Closes #235. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-19 | Add support for subscripting array objects with []. | Jussi Pakkanen | 1 | -0/+14 | |
2015-08-16 | Use system() instead of name() which is a confusing term. | Jussi Pakkanen | 1 | -5/+5 | |
2015-08-14 | Copy permission bits from source files and fix a path issue. | Jussi Pakkanen | 1 | -6/+1 | |
2015-08-14 | Created the += operator. | Jussi Pakkanen | 1 | -0/+21 | |
2015-08-14 | A few tweaks. | Jussi Pakkanen | 1 | -1/+2 | |
2015-08-12 | Fix introspection and make it possible to have top level targets with the ↵ | Jussi Pakkanen | 1 | -2/+2 | |
same name in subprojects. Fixes #222. | |||||
2015-08-07 | Merge pull request #218 from mesonbuild/gtkdoc | Jussi Pakkanen | 1 | -3/+9 | |
Basic gtkdoc support | |||||
2015-08-02 | Allow more than one install script and make gtkdoc method return one. | Jussi Pakkanen | 1 | -3/+5 | |
2015-08-02 | Can generate gtkdoc documentation. | Jussi Pakkanen | 1 | -0/+4 | |
2015-07-31 | Add cpu method that was forgotten somehow. | Jussi Pakkanen | 1 | -0/+1 | |
2015-07-28 | cleanups | Igor Gnatenko | 1 | -3/+3 | |
2015-07-28 | cleanups | Igor Gnatenko | 1 | -4/+4 | |
2015-07-28 | Cleanups. | Jussi Pakkanen | 1 | -6/+6 | |
2015-07-27 | Support target-only cross compilation properly. | Jussi Pakkanen | 1 | -12/+14 | |
2015-07-27 | Get build machine's CPU info too. | Jussi Pakkanen | 1 | -2/+18 | |
2015-07-27 | Now host_machine, build_machine and target_machine are properly separated ↵ | Jussi Pakkanen | 1 | -35/+53 | |
and return correct values. | |||||
2015-07-27 | Changed cross compilation file to new format. | Jussi Pakkanen | 1 | -2/+2 | |
2015-07-25 | Added (or, rather, brought back) the add_languages function. | Jussi Pakkanen | 1 | -0/+6 | |
2015-07-23 | Added timeout kwarg to tests. | Jussi Pakkanen | 1 | -2/+6 | |
2015-07-21 | Added a extract_all_objects method to make recombining targets easier. Fixes ↵ | Jussi Pakkanen | 1 | -1/+6 | |
#205. | |||||
2015-07-05 | Can create top level targets that have the same name but different type. | Jussi Pakkanen | 1 | -20/+16 | |
2015-06-30 | Get builtin options by correct name in subprojects. | Jussi Pakkanen | 1 | -1/+1 | |
2015-06-20 | Removed unused method. Closes #163. | Jussi Pakkanen | 1 | -3/+0 | |
2015-06-19 | Merge pull request #162 from mesonbuild/lint_errors | jpakkane | 1 | -1/+1 | |
Fix some bugs when linting code | |||||
2015-06-19 | interpreter: fix bad-continuation | Igor Gnatenko | 1 | -12/+11 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-19 | interpreter: Undefined variable 'File' | Igor Gnatenko | 1 | -1/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-06-17 | Fix a bug (typo) in commit 8f27cd39 | Hemmo Nieminen | 1 | -1/+1 | |
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi> | |||||
2015-06-17 | Fixed broken subdir object extraction and moved tests. | Jussi Pakkanen | 1 | -3/+5 | |
2015-06-17 | Prevent extraction of objects from subprojects. | Jussi Pakkanen | 1 | -1/+12 | |
2015-06-15 | Fix unwrapping of dependencies. Closes #150. | Jussi Pakkanen | 1 | -0/+1 | |
2015-06-15 | Now can create internal dependencies to simplify subproject usage. | Jussi Pakkanen | 1 | -5/+37 | |
2015-06-14 | Fix error message argument passing. Fixes #147. | Jussi Pakkanen | 1 | -2/+2 | |
2015-06-14 | Better error message. Closes #146. | Jussi Pakkanen | 1 | -1/+1 | |
2015-06-07 | Added methods to get source and build root directories. | Jussi Pakkanen | 1 | -0/+8 | |
2015-06-06 | Created a build_target function to set build target type dynamically. | Jussi Pakkanen | 1 | -0/+16 | |
2015-06-06 | Use cross file's pkgconfig binary when cross compiling. Closes #138. | Jussi Pakkanen | 1 | -1/+1 | |
2015-05-21 | add has_type method | Igor Gnatenko | 1 | -0/+17 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-05-17 | Can specify custom search directories in find_library. | Jussi Pakkanen | 1 | -1/+12 | |
2015-05-15 | Allow user to specify subproject directory in project definition | Afief Halumi | 1 | -11/+20 | |
project() now takes an optional keyword argument `subproject_dir` which specifies the directory in which Meson will look for subproject. This argument is ignored in subprojects as all subprojects are owned by the top level project. subproject() now looks for the subproject in ${MESON_SOURCE_ROOT}/${SUBPROJECT_DIR}/foo where SUBPROJECT_DIR can be assigned using project() in the top level project. | |||||
2015-05-09 | Handle then unary negation operator. | Jussi Pakkanen | 1 | -0/+10 | |
2015-05-09 | Fix cross compilation tests. | Jussi Pakkanen | 1 | -2/+6 | |
2015-05-07 | Make the message() function able to print out user defined types. | Afief Halumi | 1 | -5/+29 | |
E.g. Strings, integers, arrays and arrays thereof. | |||||
2015-05-02 | Renamed file function to files and made it take multiple arguments. | Jussi Pakkanen | 1 | -7/+3 | |
2015-04-26 | A few more eradications of plain strings. | Jussi Pakkanen | 1 | -1/+1 | |