aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2015-08-23add GTest testwip/ignatenko/gtesterIgor Gnatenko1-0/+24
2015-08-23Made Fortran static libraries work. Closes #237.Jussi Pakkanen3-0/+28
2015-08-23Merge pull request #236 from mesonbuild/depmanifest2Jussi Pakkanen3-2/+13
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 Pakkanen6-7/+7
2015-08-21Add version numbers to projects and generate a dep manifest.Jussi Pakkanen3-2/+13
2015-08-21Can add file objects to command line arguments. Closes #235.Jussi Pakkanen3-0/+8
2015-08-19Add support for subscripting array objects with [].Jussi Pakkanen2-5/+5
2015-08-19Can specify gtk-doc search dirs with include_directories. Closes #231.Jussi Pakkanen2-1/+3
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen6-7/+7
2015-08-14Created the += operator.Jussi Pakkanen2-0/+48
2015-08-12Fix introspection and make it possible to have top level targets with the sam...Jussi Pakkanen4-0/+20
2015-08-02Add sgml main to gtk-doc.Jussi Pakkanen4-4/+48
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen3-3/+18
2015-08-02Can generate gtkdoc documentation.Jussi Pakkanen3-0/+21
2015-07-29Merge pull request #214 from mesonbuild/crossJussi Pakkanen7-8/+8
2015-07-28Fix symbol exportation and other things to make all tests pass on MSVC.Jussi Pakkanen17-17/+181
2015-07-27Now host_machine, build_machine and target_machine are properly separated and...Jussi Pakkanen7-8/+8
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 Pakkanen3-0/+19
2015-07-21Added a extract_all_objects method to make recombining targets easier. Fixes ...Jussi Pakkanen7-0/+45
2015-07-12Added test for declare_dependency.Jussi Pakkanen6-0/+40
2015-07-05Give top level targets unique private directories even if they share a basena...Jussi Pakkanen4-8/+17
2015-07-05Can create top level targets that have the same name but different type.Jussi Pakkanen9-0/+37
2015-07-02vala: add support for --target-glibIgor Gnatenko2-0/+47
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen11-0/+0
2015-06-17Prevent extraction of objects from subprojects.Jussi Pakkanen7-0/+19
2015-06-15Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen8-0/+50
2015-06-14Can use both main and nomain gtest in same project. Fixes #149.Jussi Pakkanen2-0/+18
2015-06-10Add a test for object extraction from subprojects.Hemmo Nieminen4-0/+20
2015-06-06Created a build_target function to set build target type dynamically.Jussi Pakkanen1-1/+2
2015-05-21Make extract_objects work with subdirectories.Jussi Pakkanen2-3/+7
2015-05-21add has_type methodIgor Gnatenko1-0/+11
2015-05-17tests: add negative test against #117Igor Gnatenko3-0/+19
2015-05-15Allow user to specify subproject directory in project definitionAfief Halumi6-0/+41
2015-05-09Handle then unary negation operator.Jussi Pakkanen1-1/+1
2015-05-09Fix cross compilation tests.Jussi Pakkanen2-9/+11
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen1-4/+5
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen3-6/+6
2015-04-22Made file object testing a bit more thorough.Jussi Pakkanen9-3/+64
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen2-0/+10
2015-04-09Fix subproject again.Jussi Pakkanen1-0/+3
2015-04-09Add a second "shared subproject" test.Hemmo Nieminen6-0/+41
2015-04-09Fix a typo in test "79 shared subproject".Hemmo Nieminen1-1/+1
2015-04-08Fix use of shared subprojects.Jussi Pakkanen4-9/+25
2015-04-08Add a test case for a "shared subproject".Hemmo Nieminen5-0/+25
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen2-9/+12
2015-04-02Can specify explicit dependencies for custom targets.Jussi Pakkanen4-0/+40
2015-04-02Accept source files in extract_objects() (also) as a list.Hemmo Nieminen1-3/+8