summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2015-05-09Handle then unary negation operator.Jussi Pakkanen
2015-05-09Fix cross compilation tests.Jussi Pakkanen
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen
2015-04-22Made file object testing a bit more thorough.Jussi Pakkanen
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen
2015-04-09Fix subproject again.Jussi Pakkanen
2015-04-09Add a second "shared subproject" test.Hemmo Nieminen
2015-04-09Fix a typo in test "79 shared subproject".Hemmo Nieminen
2015-04-08Fix use of shared subprojects.Jussi Pakkanen
2015-04-08Add a test case for a "shared subproject".Hemmo Nieminen
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen
2015-04-02Can specify explicit dependencies for custom targets.Jussi Pakkanen
2015-04-02Accept source files in extract_objects() (also) as a list.Hemmo Nieminen
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen
2015-03-27Add this thing I forgot.Jussi Pakkanen
2015-03-26Shameful hack to get configure files working with custom targets. Needs to be...Jussi Pakkanen
2015-03-26modules/gnome: add export_packages kwarg to g-ir-scannerIgor Gnatenko
2015-03-26modules/gnome: add symbol_prefix kwarg to g-ir-scannerIgor Gnatenko
2015-03-26Yo dawg, can embed quoted single quotes inside quotes.Jussi Pakkanen
2015-03-24modules/gnome: inherit global cflags to g-ir-scanner. Closes #74Igor Gnatenko
2015-03-24Merge pull request #72 from ignatenkobrain/wip/gnomejpakkane
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen
2015-03-23modules/gnome: add support for multiple include for Gir. Closes #69Igor Gnatenko
2015-03-23modules/gnome: install Gir also and auto-detect it's dirIgor Gnatenko
2015-03-23modules/gnome: auto-set girepository directoryIgor Gnatenko
2015-03-22Looser alignment checks. Closes #58.Jussi Pakkanen
2015-03-15Test for posargs being before kwargs.Jussi Pakkanen
2015-03-14Created gdbus-codegen helper in the gnome module.Jussi Pakkanen
2015-03-14Moved different gnome feature tests in their own subdirectories.Jussi Pakkanen
2015-03-14Added simple gsettings schema compiler to gnome module.Jussi Pakkanen
2015-03-13Persist modules so they are imported only once for the lifetime of a build di...Jussi Pakkanen
2015-03-13Made Qt5 module do just preprocessing instead of building full executable, so...Jussi Pakkanen
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen
2015-03-09Major refactoring to move Qt5 from core into a module. Rules are written but ...Jussi Pakkanen
2015-03-08Added gobject-introspection to gnome module.Jussi Pakkanen
2015-03-06Create a gnome module and add support for resource compiling.Jussi Pakkanen
2015-03-05Make sure that build and source subdirectories are always in searchJussi Pakkanen
2015-03-04A very simple module implementation to get things going.Jussi Pakkanen
2015-02-27Use fallback if git is not installed. Closes #44.Jussi Pakkanen
2015-02-26Verify version of wxwidgets dependency.Jussi Pakkanen
2015-02-21Created a set_variable command.Jussi Pakkanen
2015-02-15Can install files created with configure_file.Jussi Pakkanen
2015-02-15Changed install_data to get rid of useless and confusing target subdir name.Jussi Pakkanen
2015-02-14fixed typo in filenameAxel Waggershauser
2015-02-11added support for optional custom command and replace_string parameter of vcs...Axel Waggershauser
2015-02-08Provide the vcs_tag command. Closes #33.Jussi Pakkanen
2015-02-08Can specify version requirements to dependencies.Jussi Pakkanen
2015-02-07Use env.Jussi Pakkanen
2015-02-07Start proper approach to determining how build_always targets should work by ...Jussi Pakkanen