Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-30 | Clarified error message. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-27 | Generate configure files immediately when they are declared. Closes #88. | Jussi Pakkanen | 1 | -2/+4 | |
2015-03-27 | Allow use of external test executables. Closes #89. | Jussi Pakkanen | 1 | -1/+1 | |
2015-03-27 | More path normalisation. | Jussi Pakkanen | 1 | -2/+1 | |
2015-03-26 | Shameful hack to get configure files working with custom targets. Needs to ↵ | Jussi Pakkanen | 1 | -0/+10 | |
be fixed properly during file object refactoring. | |||||
2015-03-24 | modules/gnome: inherit global cflags to g-ir-scanner. Closes #74 | Igor Gnatenko | 1 | -0/+1 | |
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 | 1 | -2/+6 | |
2015-03-21 | modules/rpm: handle pkgconfig files | Igor Gnatenko | 1 | -0/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: handle mans | Igor Gnatenko | 1 | -0/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: implement handling includedirs | Igor Gnatenko | 1 | -0/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | modules/rpm: add compilers to BuildRequires automatically | Igor Gnatenko | 1 | -0/+1 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-03-21 | add RPM module (Closes #49) | Igor Gnatenko | 1 | -0/+2 | |
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 | 1 | -8/+5 | |
2015-03-13 | Fix pipelining. | Jussi Pakkanen | 1 | -2/+2 | |
2015-03-13 | Persist modules so they are imported only once for the lifetime of a build ↵ | Jussi Pakkanen | 1 | -9/+7 | |
directory. | |||||
2015-03-13 | Made Qt5 module do just preprocessing instead of building full executable, ↵ | Jussi Pakkanen | 1 | -2/+10 | |
so it is composable with e.g. gettext and flex modules (when they appear). | |||||
2015-03-09 | Metaprogramming in da hause fixing. | Jussi Pakkanen | 1 | -5/+8 | |
2015-03-09 | Major refactoring to move Qt5 from core into a module. Rules are written but ↵ | Jussi Pakkanen | 1 | -17/+31 | |
moc/uic/rrc are not generated yet. | |||||
2015-03-06 | Create a gnome module and add support for resource compiling. | Jussi Pakkanen | 1 | -6/+37 | |
2015-03-04 | A very simple module implementation to get things going. | Jussi Pakkanen | 1 | -0/+26 | |
2015-02-21 | Added found method to dependencies. | Jussi Pakkanen | 1 | -1/+10 | |
2015-02-21 | Validate variable names better in assignment. | Jussi Pakkanen | 1 | -3/+5 | |
2015-02-21 | Created a set_variable command. | Jussi Pakkanen | 1 | -2/+14 | |
2015-02-15 | Can install files created with configure_file. | Jussi Pakkanen | 1 | -4/+7 | |
2015-02-15 | Changed install_data to get rid of useless and confusing target subdir name. | Jussi Pakkanen | 1 | -9/+9 | |
2015-02-14 | moved helper function detect_vcs into mesonlib.py | Axel Waggershauser | 1 | -18/+2 | |
2015-02-11 | added support for optional custom command and replace_string parameter of ↵ | Axel Waggershauser | 1 | -64/+41 | |
vcs_tag | |||||
2015-02-11 | tracked upstream (mostly new vcs_tag) | Axel Waggershauser | 1 | -3/+13 | |
2015-02-08 | Provide the vcs_tag command. Closes #33. | Jussi Pakkanen | 1 | -1/+12 | |
2015-02-06 | Make directories in build tree, too. | Jussi Pakkanen | 1 | -0/+1 | |
2015-02-06 | added basic version of VCS supprt for configuring files based on VCS state ↵ | Axel Waggershauser | 1 | -0/+60 | |
during build time | |||||
2015-02-02 | First cut at the Wrap dependency downloader. | Jussi Pakkanen | 1 | -1/+7 | |
2014-12-21 | Verify that option names do not have invalid characters. | Jussi Pakkanen | 1 | -1/+1 | |
2014-11-16 | Harmonised copyright declarations. | Jussi Pakkanen | 1 | -2/+1 | |
2014-11-16 | More strict type checking for arithmetic operations. | Jussi Pakkanen | 1 | -4/+10 | |
2014-11-16 | Merge pull request #18 from Xenopathic/arithmetic. | Jussi Pakkanen | 1 | -28/+28 | |
2014-11-16 | Add number, string and array arithmetic | Robin McCorkell | 1 | -28/+28 | |
Addition (+), subtraction (-), multiplication (*) and division (/) for numbers follows the BIDMAS rules. Strings and arrays can be concatenated with the addition operator Strings can be concatenated with numbers with the addition operator | |||||
2014-11-16 | Allow getting builtin options with get_option. Fixes #23. | Jussi Pakkanen | 1 | -0/+4 | |
2014-11-07 | Further harmonise held_object. | Jussi Pakkanen | 1 | -4/+4 | |
2014-11-07 | Harmonise held_object usage somewhat. | Jussi Pakkanen | 1 | -11/+11 | |
2014-11-05 | Implement a foreach loop construct. Closes #17. | Jussi Pakkanen | 1 | -0/+19 | |
2014-11-03 | Can install entire subtrees with one command. Closes #14. | Jussi Pakkanen | 1 | -0/+23 | |
2014-11-03 | Can install data files from subdirectories. | Jussi Pakkanen | 1 | -5/+9 | |
2014-11-03 | Can install man files from a subdir. | Jussi Pakkanen | 1 | -2/+6 | |
2014-11-03 | Use correct path when installing headers. Fixes #16. | Jussi Pakkanen | 1 | -7/+11 | |
2014-10-24 | Remove deprecated bits. | Jussi Pakkanen | 1 | -15/+0 | |
2014-10-11 | Renamed data() to install_data(). | Jussi Pakkanen | 1 | -0/+5 | |
2014-10-11 | Renamed man() to install_man(). | Jussi Pakkanen | 1 | -0/+5 | |
2014-10-11 | Renamed headers() to install_headers(). | Jussi Pakkanen | 1 | -0/+5 | |
2014-10-05 | Moved is_subproject into the meson object. | Jussi Pakkanen | 1 | -4/+4 | |