| Age | Commit message (Collapse) | Author |
|
modules.
|
|
|
|
Add version numbers to projects and generate a dep manifest.
|
|
Use system() instead of name() which is a confusing term.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same name in subprojects. Fixes #222.
|
|
Basic gtkdoc support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and return correct values.
|
|
|
|
|
|
|
|
#205.
|
|
|
|
|
|
|
|
Fix some bugs when linting code
|
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
|
|
|
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.
|
|
|
|
|
|
E.g. Strings, integers, arrays and arrays thereof.
|
|
|
|
|