Jussi Pakkanen
edf5c8898b
Merge pull request #245 from DragoonX6/master
...
Fix Python paths for MSYS2
9 years ago
Jussi Pakkanen
6e6c7dd1fc
Fix accidental use of absolute include paths.
9 years ago
Rafaël Kooi
38b8178a14
Fix Python paths for MSYS2
9 years ago
Jussi Pakkanen
7ca852525c
Check for binary called g++ on Windows.
9 years ago
Jussi Pakkanen
11985b71b4
Detect Python bin properly when under msys2.
9 years ago
Jussi Pakkanen
44fa1ee86b
Merge pull request #240 from thiblahute/master
...
Fix access to the pkgconfig path in CrossBuildInfo
9 years ago
Jussi Pakkanen
9d559b2b39
More robust windows detection and more logs.
9 years ago
Thibault Saunier
3c23b19250
Fix access to the pkgconfig path in CrossBuildInfo
9 years ago
Jussi Pakkanen
c19570654c
Expose project version properly.
9 years ago
Jussi Pakkanen
cd97f7a768
Give sanity test binaries different names. Also expose project version to modules.
9 years ago
Jussi Pakkanen
bd5b4deeda
Better sanity testing.
9 years ago
Jussi Pakkanen
199c57d8d6
Added debugging output.
9 years ago
Igor Gnatenko
6b5734385f
fix building vala composite test
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Igor Gnatenko
79bf392866
Revert "simplify GResources in vala composite test"
...
This reverts commit d2fa9301ac
.
9 years ago
Jussi Pakkanen
1dc26def9d
Introspect prints external dependency args.
9 years ago
Jussi Pakkanen
5467b7d58b
Made Fortran static libraries work. Closes #237 .
9 years ago
Jussi Pakkanen
7c6e99149b
Merge pull request #236 from mesonbuild/depmanifest2
...
Add version numbers to projects and generate a dep manifest.
9 years ago
Igor Gnatenko
0384fa9175
add python test for glib and test against lib
...
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>
9 years ago
Igor Gnatenko
7b0dd7299c
tests/gnome/gir: use modern GLib stuff
...
* less boilerplate GObject code
* fixes memory leaks in main function
* drop unused deps
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Jussi Pakkanen
e6a868e533
Merge pull request #229 from mesonbuild/crossname
...
Use system() instead of name() which is a confusing term.
9 years ago
Jussi Pakkanen
5ffe46bc6a
Add version numbers to projects and generate a dep manifest.
9 years ago
Jussi Pakkanen
24d23c3086
Can add file objects to command line arguments. Closes #235 .
9 years ago
Jussi Pakkanen
cd38e79301
Use --no-libtool.
9 years ago
Jussi Pakkanen
ee4e785b1e
Add support for subscripting array objects with [].
9 years ago
Jussi Pakkanen
60ff47f736
Can specify gtk-doc search dirs with include_directories. Closes #231 .
9 years ago
Jussi Pakkanen
78739afd9c
Use system() instead of name() which is a confusing term.
9 years ago
Jussi Pakkanen
63572626c6
Copy permission bits from source files and fix a path issue.
9 years ago
Jussi Pakkanen
a5abcf1fe2
Created the += operator.
9 years ago
Jussi Pakkanen
e842e6602c
A few tweaks.
9 years ago
Jussi Pakkanen
05d929d542
Fix introspection and make it possible to have top level targets with the same name in subprojects. Fixes #222 .
9 years ago
Jussi Pakkanen
e3873e89d1
A few fixes for gir code.
9 years ago
Jussi Pakkanen
b08e2589d3
Parentheses are unnecessary.
9 years ago
Jussi Pakkanen
aada473713
Align test output text better.
9 years ago
Jussi Pakkanen
270b24c8e0
Now with xmlness.
9 years ago
Jussi Pakkanen
849786da14
Merge pull request #218 from mesonbuild/gtkdoc
...
Basic gtkdoc support
9 years ago
Jussi Pakkanen
9d9ba50911
Put build type warning flags at the beginning so they are overridable.
9 years ago
Jussi Pakkanen
cbc329fc32
Add sgml main to gtk-doc.
9 years ago
Jussi Pakkanen
83cc5ce4c5
Allow more than one install script and make gtkdoc method return one.
9 years ago
Jussi Pakkanen
8b52dec6d9
Can generate gtkdoc documentation.
9 years ago
Igor Gnatenko
c1dddce4e7
macros.meson: simplify RPM macros by using expand
...
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
9 years ago
Jussi Pakkanen
0728484ef7
Add cpu method that was forgotten somehow.
9 years ago
Jussi Pakkanen
c12a4c1aca
Merge pull request #214 from mesonbuild/cross
...
Merge cross compilation branch.
9 years ago
Igor Gnatenko
ba92f2126c
cleanups
9 years ago
Igor Gnatenko
ca8d25f832
make consistent style
9 years ago
Igor Gnatenko
53363ab053
cleanups
9 years ago
Jussi Pakkanen
642db009a3
Cleanups.
9 years ago
Jussi Pakkanen
b6cb7fd29e
Fix symbol exportation and other things to make all tests pass on MSVC.
9 years ago
Jussi Pakkanen
b7e391ead4
Simulate rpath on windows by adding dll subdirectories to global path in tests.
9 years ago
Igor Gnatenko
d2fa9301ac
simplify GResources in vala composite test
9 years ago
Jussi Pakkanen
30d0c2292f
Support target-only cross compilation properly.
9 years ago