aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
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
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-26modules/gnome: add export_packages kwarg to g-ir-scannerIgor Gnatenko1-0/+1
2015-03-26modules/gnome: add symbol_prefix kwarg to g-ir-scannerIgor Gnatenko1-0/+1
2015-03-26Yo dawg, can embed quoted single quotes inside quotes.Jussi Pakkanen1-0/+16
2015-03-24modules/gnome: inherit global cflags to g-ir-scanner. Closes #74Igor Gnatenko2-0/+5
2015-03-24Merge pull request #72 from ignatenkobrain/wip/gnomejpakkane1-0/+1
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen2-0/+7
2015-03-23modules/gnome: add support for multiple include for Gir. Closes #69Igor Gnatenko1-0/+1
2015-03-23modules/gnome: install Gir also and auto-detect it's dirIgor Gnatenko1-0/+1
2015-03-23modules/gnome: auto-set girepository directoryIgor Gnatenko2-3/+2
2015-03-22Looser alignment checks. Closes #58.Jussi Pakkanen1-4/+9
2015-03-15Test for posargs being before kwargs.Jussi Pakkanen2-0/+4
2015-03-14Created gdbus-codegen helper in the gnome module.Jussi Pakkanen4-0/+29
2015-03-14Moved different gnome feature tests in their own subdirectories.Jussi Pakkanen12-30/+34
2015-03-14Added simple gsettings schema compiler to gnome module.Jussi Pakkanen4-1/+69
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen1-1/+1
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen1-9/+12
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen3-13/+15
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen1-3/+4
2015-03-08Added gobject-introspection to gnome module.Jussi Pakkanen10-47/+31
2015-03-06Create a gnome module and add support for resource compiling.Jussi Pakkanen4-0/+46
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-26Verify version of wxwidgets dependency.Jussi Pakkanen1-1/+1
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
2015-02-11added support for optional custom command and replace_string parameter of vcs...Axel Waggershauser1-0/+6