summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-09Detect endianness of elf files so cross compiling to platforms with ↵Jussi Pakkanen
different endianness works.
2015-05-08Merge pull request #107 from afiefh/better_messagejpakkane
Make the message() function able to print out user defined types.
2015-05-07Make the message() function able to print out user defined types.Afief Halumi
E.g. Strings, integers, arrays and arrays thereof.
2015-05-05Prefer version numbered Qt binaries to plain named ones (i.e. moc-qt5 to ↵Jussi Pakkanen
plain moc). Closes #104.
2015-05-05Qrc resources should be relative to the .qrc file and not the meson.build ↵Jussi Pakkanen
one. Closes #105.
2015-05-04Qt5 now works when using a OSX framework dependency.Jussi Pakkanen
2015-05-04Readme tweaking.Jussi Pakkanen
2015-05-04Fix Qt5 on pkg-config platforms again.Jussi Pakkanen
2015-05-04Work with MinGW too.Jussi Pakkanen
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen
2015-05-03Merge pull request #103 from afiefh/better_optionsjpakkane
Better error messages for user options
2015-05-03Better error messages for user optionsAfief Halumi
2015-05-03Fixed gui app.Jussi Pakkanen
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen
2015-05-02Typo fixes.Jussi Pakkanen
2015-04-30Typo fixes.Jussi Pakkanen
2015-04-29Added module for Qt4 support.Jussi Pakkanen
2015-04-26Deal with Files in xcode generator.Jussi Pakkanen
2015-04-26Removed unused class.Jussi Pakkanen
2015-04-26A few more eradications of plain strings.Jussi Pakkanen
2015-04-25Create file objects in gtest and gmock.Jussi Pakkanen
2015-04-25Prune one string matching thingy.Jussi Pakkanen
2015-04-23Run unit tests in-process too for extra speed.Jussi Pakkanen
2015-04-23Run Meson test invocations in-process because spawning a new Python process ↵Jussi Pakkanen
for each is too slow.
2015-04-23Moved functionality from __main__ to a function to make it callable.Jussi Pakkanen
2015-04-23Print test time breakdown.Jussi Pakkanen
2015-04-23Store time taken to configure, build and test individual cases.Jussi Pakkanen
2015-04-22Updated home page.Jussi Pakkanen
2015-04-22More stringlist refactoring.Jussi Pakkanen
2015-04-22Verify stringargs with decorator.Jussi Pakkanen
2015-04-22Started enforcing types better with decorators.Jussi Pakkanen
2015-04-22Made file object testing a bit more thorough.Jussi Pakkanen
2015-04-22Some vs2010 fixes.Jussi Pakkanen
2015-04-22Some vs2010 fixes.Jussi Pakkanen
2015-04-22Fix the remaining tests.Jussi Pakkanen
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen
2015-04-21The first step in a major refactoring starts by adding a new layer of ↵Jussi Pakkanen
abstraction.
2015-04-20Fix windows tests when using newer MinGW.Jussi Pakkanen
2015-04-15Bump Python requirement in readme. Closes #101.Jussi Pakkanen
2015-04-15Merge pull request #100 from mat8913/masterjpakkane
dependencies.py: Add support for wxwidgets modules
2015-04-15Add myself to authorsMatthew Bekkema
2015-04-14dependencies.py: Add support for wxwidgets modulesMatthew Bekkema
Makes this possible in meson.build: wxd = dependency('wxwidgets', modules: ['core', 'base']) This does not change the behaviour of not specifying a module list. Eg: wxd = dependency('wxwidgets')
2015-04-13Encoding of result file is always utf-8.Jussi Pakkanen
2015-04-10Vs2010 fix from mfrischknecht. Closes #98.Jussi Pakkanen
2015-04-09Merge pull request #96 from ignatenkobrain/wip/gnomejpakkane
modules/gnome: add support for include dirs with GIRs
2015-04-09Fix subproject again.Jussi Pakkanen
2015-04-09Add a second "shared subproject" test.Hemmo Nieminen
This time, process the subprojects in reverse order. Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
2015-04-09Fix a typo in test "79 shared subproject".Hemmo Nieminen
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
2015-04-08Fix use of shared subprojects.Jussi Pakkanen
2015-04-08Add a test case for a "shared subproject".Hemmo Nieminen
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>