Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-26 | Updated authors. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-26 | Merge pull request #245 from DragoonX6/master | Jussi Pakkanen | 1 | -7/+7 | |
Fix Python paths for MSYS2 | |||||
2015-08-26 | Fix accidental use of absolute include paths. | Jussi Pakkanen | 1 | -2/+2 | |
2015-08-26 | Fix Python paths for MSYS2 | Rafaël Kooi | 1 | -7/+7 | |
2015-08-26 | Check for binary called g++ on Windows. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-26 | Detect Python bin properly when under msys2. | Jussi Pakkanen | 1 | -1/+7 | |
2015-08-25 | Merge pull request #240 from thiblahute/master | Jussi Pakkanen | 1 | -2/+2 | |
Fix access to the pkgconfig path in CrossBuildInfo | |||||
2015-08-25 | More robust windows detection and more logs. | Jussi Pakkanen | 5 | -10/+15 | |
2015-08-25 | Fix access to the pkgconfig path in CrossBuildInfo | Thibault Saunier | 1 | -2/+2 | |
2015-08-25 | Expose project version properly. | Jussi Pakkanen | 1 | -2/+1 | |
2015-08-25 | Give sanity test binaries different names. Also expose project version to ↵ | Jussi Pakkanen | 2 | -1/+6 | |
modules. | |||||
2015-08-25 | Better sanity testing. | Jussi Pakkanen | 3 | -2/+7 | |
2015-08-25 | Added debugging output. | Jussi Pakkanen | 1 | -0/+2 | |
2015-08-24 | fix building vala composite test | Igor Gnatenko | 1 | -4/+5 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-08-24 | Revert "simplify GResources in vala composite test" | Igor Gnatenko | 1 | -1/+1 | |
This reverts commit d2fa9301ac7ec3e1a74748ae17e1c310a2b8cdd6. | |||||
2015-08-23 | Introspect prints external dependency args. | Jussi Pakkanen | 1 | -0/+13 | |
2015-08-23 | Made Fortran static libraries work. Closes #237. | Jussi Pakkanen | 5 | -0/+47 | |
2015-08-23 | Merge pull request #236 from mesonbuild/depmanifest2 | Jussi Pakkanen | 7 | -4/+45 | |
Add version numbers to projects and generate a dep manifest. | |||||
2015-08-23 | add python test for glib and test against lib | Igor Gnatenko | 6 | -9/+44 | |
print->print_message is caused because GI does print->print_ in python bindings which is not good. Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-08-23 | tests/gnome/gir: use modern GLib stuff | Igor Gnatenko | 6 | -164/+160 | |
* less boilerplate GObject code * fixes memory leaks in main function * drop unused deps Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-08-21 | Merge pull request #229 from mesonbuild/crossname | Jussi Pakkanen | 12 | -19/+19 | |
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 | 7 | -4/+45 | |
2015-08-21 | Can add file objects to command line arguments. Closes #235. | Jussi Pakkanen | 5 | -2/+15 | |
2015-08-21 | Use --no-libtool. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-19 | Add support for subscripting array objects with []. | Jussi Pakkanen | 4 | -7/+40 | |
2015-08-19 | Can specify gtk-doc search dirs with include_directories. Closes #231. | Jussi Pakkanen | 3 | -2/+14 | |
2015-08-16 | Use system() instead of name() which is a confusing term. | Jussi Pakkanen | 12 | -19/+19 | |
2015-08-14 | Copy permission bits from source files and fix a path issue. | Jussi Pakkanen | 3 | -7/+8 | |
2015-08-14 | Created the += operator. | Jussi Pakkanen | 4 | -1/+84 | |
2015-08-14 | A few tweaks. | Jussi Pakkanen | 2 | -2/+3 | |
2015-08-12 | Fix introspection and make it possible to have top level targets with the ↵ | Jussi Pakkanen | 8 | -14/+45 | |
same name in subprojects. Fixes #222. | |||||
2015-08-12 | A few fixes for gir code. | Jussi Pakkanen | 1 | -6/+17 | |
2015-08-09 | Parentheses are unnecessary. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-09 | Align test output text better. | Jussi Pakkanen | 1 | -1/+1 | |
2015-08-07 | Now with xmlness. | Jussi Pakkanen | 2 | -10/+22 | |
2015-08-07 | Merge pull request #218 from mesonbuild/gtkdoc | Jussi Pakkanen | 13 | -24/+221 | |
Basic gtkdoc support | |||||
2015-08-06 | Put build type warning flags at the beginning so they are overridable. | Jussi Pakkanen | 1 | -2/+2 | |
2015-08-02 | Add sgml main to gtk-doc. | Jussi Pakkanen | 6 | -15/+75 | |
2015-08-02 | Allow more than one install script and make gtkdoc method return one. | Jussi Pakkanen | 8 | -25/+51 | |
2015-08-02 | Can generate gtkdoc documentation. | Jussi Pakkanen | 6 | -1/+112 | |
2015-08-02 | macros.meson: simplify RPM macros by using expand | Igor Gnatenko | 1 | -8/+9 | |
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> | |||||
2015-07-31 | Add cpu method that was forgotten somehow. | Jussi Pakkanen | 1 | -0/+1 | |
2015-07-29 | Merge pull request #214 from mesonbuild/cross | Jussi Pakkanen | 16 | -100/+194 | |
Merge cross compilation branch. | |||||
2015-07-28 | cleanups | Igor Gnatenko | 1 | -3/+3 | |
2015-07-28 | make consistent style | Igor Gnatenko | 1 | -2/+2 | |
2015-07-28 | cleanups | Igor Gnatenko | 1 | -4/+4 | |
2015-07-28 | Cleanups. | Jussi Pakkanen | 2 | -9/+9 | |
2015-07-28 | Fix symbol exportation and other things to make all tests pass on MSVC. | Jussi Pakkanen | 17 | -17/+181 | |
2015-07-28 | Simulate rpath on windows by adding dll subdirectories to global path in tests. | Jussi Pakkanen | 2 | -2/+20 | |
2015-07-27 | simplify GResources in vala composite test | Igor Gnatenko | 1 | -1/+1 | |