aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-23add GTest testwip/ignatenko/gtesterIgor Gnatenko1-0/+24
2015-08-23Introspect prints external dependency args.Jussi Pakkanen1-0/+13
2015-08-23Made Fortran static libraries work. Closes #237.Jussi Pakkanen5-0/+47
2015-08-23Merge pull request #236 from mesonbuild/depmanifest2Jussi Pakkanen7-4/+45
2015-08-23add python test for glib and test against libIgor Gnatenko6-9/+44
2015-08-23tests/gnome/gir: use modern GLib stuffIgor Gnatenko6-164/+160
2015-08-21Merge pull request #229 from mesonbuild/crossnameJussi Pakkanen12-19/+19
2015-08-21Add version numbers to projects and generate a dep manifest.Jussi Pakkanen7-4/+45
2015-08-21Can add file objects to command line arguments. Closes #235.Jussi Pakkanen5-2/+15
2015-08-21Use --no-libtool.Jussi Pakkanen1-1/+1
2015-08-19Add support for subscripting array objects with [].Jussi Pakkanen4-7/+40
2015-08-19Can specify gtk-doc search dirs with include_directories. Closes #231.Jussi Pakkanen3-2/+14
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen12-19/+19
2015-08-14Copy permission bits from source files and fix a path issue.Jussi Pakkanen3-7/+8
2015-08-14Created the += operator.Jussi Pakkanen4-1/+84
2015-08-14A few tweaks.Jussi Pakkanen2-2/+3
2015-08-12Fix introspection and make it possible to have top level targets with the sam...Jussi Pakkanen8-14/+45
2015-08-12A few fixes for gir code.Jussi Pakkanen1-6/+17
2015-08-09Parentheses are unnecessary.Jussi Pakkanen1-1/+1
2015-08-09Align test output text better.Jussi Pakkanen1-1/+1
2015-08-07Now with xmlness.Jussi Pakkanen2-10/+22
2015-08-07Merge pull request #218 from mesonbuild/gtkdocJussi Pakkanen13-24/+221
2015-08-06Put build type warning flags at the beginning so they are overridable.Jussi Pakkanen1-2/+2
2015-08-02Add sgml main to gtk-doc.Jussi Pakkanen6-15/+75
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen8-25/+51
2015-08-02Can generate gtkdoc documentation.Jussi Pakkanen6-1/+112
2015-08-02macros.meson: simplify RPM macros by using expandIgor Gnatenko1-8/+9
2015-07-31Add cpu method that was forgotten somehow.Jussi Pakkanen1-0/+1
2015-07-29Merge pull request #214 from mesonbuild/crossJussi Pakkanen16-100/+194
2015-07-28cleanupsIgor Gnatenko1-3/+3
2015-07-28make consistent styleIgor Gnatenko1-2/+2
2015-07-28cleanupsIgor Gnatenko1-4/+4
2015-07-28Cleanups.Jussi Pakkanen2-9/+9
2015-07-28Fix symbol exportation and other things to make all tests pass on MSVC.Jussi Pakkanen17-17/+181
2015-07-28Simulate rpath on windows by adding dll subdirectories to global path in tests.Jussi Pakkanen2-2/+20
2015-07-27simplify GResources in vala composite testIgor Gnatenko1-1/+1
2015-07-27Support target-only cross compilation properly.Jussi Pakkanen6-21/+61
2015-07-27Get build machine's CPU info too.Jussi Pakkanen2-2/+19
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen13-53/+77
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen7-54/+67
2015-07-26Fix add_global_arguments call that was using the old syntax. Closes #213.Jussi Pakkanen1-1/+1
2015-07-25Added (or, rather, brought back) the add_languages function.Jussi Pakkanen4-0/+25
2015-07-23Added timeout kwarg to tests.Jussi Pakkanen5-6/+35
2015-07-23Avoid sorting object list before generating targetAfief Halumi1-4/+1
2015-07-23Store warning flags in object instead of class because it does not seem to un...Jussi Pakkanen1-8/+6
2015-07-23drop meson.lang for GtkSourceViewIgor Gnatenko1-42/+0
2015-07-22Use strict SSL when downloading from wrapdb.Jussi Pakkanen1-1/+6
2015-07-21Connect to wrapdb over authenticated ssl when possible and print warning when...Jussi Pakkanen1-2/+54
2015-07-21Merge pull request #206 from mesonbuild/extractallIgor Gnatenko9-2/+57
2015-07-21Added a extract_all_objects method to make recombining targets easier. Fixes ...Jussi Pakkanen9-2/+57