aboutsummaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)AuthorFilesLines
2015-08-23Merge pull request #236 from mesonbuild/depmanifest2Jussi Pakkanen3-2/+13
2015-08-21Merge pull request #229 from mesonbuild/crossnameJussi Pakkanen4-5/+5
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 Pakkanen1-4/+4
2015-08-16Use system() instead of name() which is a confusing term.Jussi Pakkanen4-5/+5
2015-08-14Created the += operator.Jussi Pakkanen1-0/+45
2015-08-12Fix introspection and make it possible to have top level targets with the sam...Jussi Pakkanen4-0/+20
2015-08-02Allow more than one install script and make gtkdoc method return one.Jussi Pakkanen1-2/+2
2015-07-29Merge pull request #214 from mesonbuild/crossJussi Pakkanen5-6/+6
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 Pakkanen5-6/+6
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 Pakkanen5-0/+26
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen11-20/+19
2015-06-15Now can create internal dependencies to simplify subproject usage.Jussi Pakkanen8-0/+50
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-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-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-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
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-2/+6
2015-03-27Add this thing I forgot.Jussi Pakkanen2-0/+12
2015-03-26Shameful hack to get configure files working with custom targets. Needs to be...Jussi Pakkanen5-0/+23
2015-03-26Yo dawg, can embed quoted single quotes inside quotes.Jussi Pakkanen1-0/+16
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen2-0/+7
2015-03-22Looser alignment checks. Closes #58.Jussi Pakkanen1-4/+9
2015-03-05Make sure that build and source subdirectories are always in searchJussi Pakkanen7-13/+8
2015-03-04A very simple module implementation to get things going.Jussi Pakkanen1-0/+4
2015-02-27Use fallback if git is not installed. Closes #44.Jussi Pakkanen1-8/+9
2015-02-21Created a set_variable command.Jussi Pakkanen1-1/+1
2015-02-15Can install files created with configure_file.Jussi Pakkanen2-1/+3
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen3-5/+4
2015-02-14fixed typo in filenameAxel Waggershauser1-1/+1