| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-30 | Get builtin options by correct name in subprojects. | Jussi Pakkanen | |
| 2015-06-20 | Removed unused method. Closes #163. | Jussi Pakkanen | |
| 2015-06-19 | Merge pull request #162 from mesonbuild/lint_errors | jpakkane | |
| Fix some bugs when linting code | |||
| 2015-06-19 | interpreter: fix bad-continuation | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-06-19 | interpreter: Undefined variable 'File' | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-06-17 | Fix a bug (typo) in commit 8f27cd39 | Hemmo Nieminen | |
| Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi> | |||
| 2015-06-17 | Fixed broken subdir object extraction and moved tests. | Jussi Pakkanen | |
| 2015-06-17 | Prevent extraction of objects from subprojects. | Jussi Pakkanen | |
| 2015-06-15 | Fix unwrapping of dependencies. Closes #150. | Jussi Pakkanen | |
| 2015-06-15 | Now can create internal dependencies to simplify subproject usage. | Jussi Pakkanen | |
| 2015-06-14 | Fix error message argument passing. Fixes #147. | Jussi Pakkanen | |
| 2015-06-14 | Better error message. Closes #146. | Jussi Pakkanen | |
| 2015-06-07 | Added methods to get source and build root directories. | Jussi Pakkanen | |
| 2015-06-06 | Created a build_target function to set build target type dynamically. | Jussi Pakkanen | |
| 2015-06-06 | Use cross file's pkgconfig binary when cross compiling. Closes #138. | Jussi Pakkanen | |
| 2015-05-21 | add has_type method | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-05-17 | Can specify custom search directories in find_library. | Jussi Pakkanen | |
| 2015-05-15 | Allow user to specify subproject directory in project definition | Afief Halumi | |
| 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 | |
| 2015-05-09 | Fix cross compilation tests. | Jussi Pakkanen | |
| 2015-05-07 | Make the message() function able to print out user defined types. | Afief Halumi | |
| E.g. Strings, integers, arrays and arrays thereof. | |||
| 2015-05-02 | Renamed file function to files and made it take multiple arguments. | Jussi Pakkanen | |
| 2015-04-26 | A few more eradications of plain strings. | Jussi Pakkanen | |
| 2015-04-22 | More stringlist refactoring. | Jussi Pakkanen | |
| 2015-04-22 | Verify stringargs with decorator. | Jussi Pakkanen | |
| 2015-04-22 | Started enforcing types better with decorators. | Jussi Pakkanen | |
| 2015-04-22 | Use File objects for all sources. Fix all basic tests. | Jussi Pakkanen | |
| 2015-04-21 | The first step in a major refactoring starts by adding a new layer of ↵ | Jussi Pakkanen | |
| abstraction. | |||
| 2015-04-09 | Fix subproject again. | Jussi Pakkanen | |
| 2015-04-08 | Fix use of shared subprojects. | Jussi Pakkanen | |
| 2015-03-30 | Clarified error message. | Jussi Pakkanen | |
| 2015-03-27 | Generate configure files immediately when they are declared. Closes #88. | Jussi Pakkanen | |
| 2015-03-27 | Allow use of external test executables. Closes #89. | Jussi Pakkanen | |
| 2015-03-27 | More path normalisation. | Jussi Pakkanen | |
| 2015-03-26 | Shameful hack to get configure files working with custom targets. Needs to ↵ | Jussi Pakkanen | |
| be fixed properly during file object refactoring. | |||
| 2015-03-24 | modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-23 | Add should_fail kwarg to test to indicate tests that should fail. | Jussi Pakkanen | |
| 2015-03-21 | modules/rpm: handle pkgconfig files | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-21 | modules/rpm: handle mans | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-21 | modules/rpm: implement handling includedirs | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-21 | modules/rpm: add compilers to BuildRequires automatically | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-21 | add RPM module (Closes #49) | Igor Gnatenko | |
| Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||
| 2015-03-20 | Add support for checking out git repos to subprojects automatically. | Jussi Pakkanen | |
| 2015-03-13 | Fix pipelining. | Jussi Pakkanen | |
| 2015-03-13 | Persist modules so they are imported only once for the lifetime of a build ↵ | Jussi Pakkanen | |
| directory. | |||
| 2015-03-13 | Made Qt5 module do just preprocessing instead of building full executable, ↵ | Jussi Pakkanen | |
| so it is composable with e.g. gettext and flex modules (when they appear). | |||
| 2015-03-09 | Metaprogramming in da hause fixing. | Jussi Pakkanen | |
| 2015-03-09 | Major refactoring to move Qt5 from core into a module. Rules are written but ↵ | Jussi Pakkanen | |
| moc/uic/rrc are not generated yet. | |||
| 2015-03-06 | Create a gnome module and add support for resource compiling. | Jussi Pakkanen | |
| 2015-03-04 | A very simple module implementation to get things going. | Jussi Pakkanen | |
