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