aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-05Qrc resources should be relative to the .qrc file and not the meson.build ↵Jussi Pakkanen2-2/+4
one. Closes #105.
2015-05-04Qt5 now works when using a OSX framework dependency.Jussi Pakkanen1-4/+21
2015-05-04Readme tweaking.Jussi Pakkanen1-4/+4
2015-05-04Fix Qt5 on pkg-config platforms again.Jussi Pakkanen1-3/+2
2015-05-04Work with MinGW too.Jussi Pakkanen1-1/+5
2015-05-04Use QMake to sniff compiler flags on platforms without pkg-config.Jussi Pakkanen2-21/+60
2015-05-03Merge pull request #103 from afiefh/better_optionsjpakkane2-4/+7
Better error messages for user options
2015-05-03Better error messages for user optionsAfief Halumi2-4/+7
2015-05-03Fixed gui app.Jussi Pakkanen1-0/+3
2015-05-02Renamed file function to files and made it take multiple arguments.Jussi Pakkanen4-13/+9
2015-05-02Typo fixes.Jussi Pakkanen2-2/+2
2015-04-30Typo fixes.Jussi Pakkanen2-4/+3
2015-04-29Added module for Qt4 support.Jussi Pakkanen13-0/+370
2015-04-26Deal with Files in xcode generator.Jussi Pakkanen1-7/+7
2015-04-26Removed unused class.Jussi Pakkanen1-8/+0
2015-04-26A few more eradications of plain strings.Jussi Pakkanen3-5/+4
2015-04-25Create file objects in gtest and gmock.Jussi Pakkanen2-5/+9
2015-04-25Prune one string matching thingy.Jussi Pakkanen1-1/+1
2015-04-23Run unit tests in-process too for extra speed.Jussi Pakkanen2-12/+30
2015-04-23Run Meson test invocations in-process because spawning a new Python process ↵Jussi Pakkanen1-7/+17
for each is too slow.
2015-04-23Moved functionality from __main__ to a function to make it callable.Jussi Pakkanen1-13/+15
2015-04-23Print test time breakdown.Jussi Pakkanen1-6/+15
2015-04-23Store time taken to configure, build and test individual cases.Jussi Pakkanen1-14/+29
2015-04-22Updated home page.Jussi Pakkanen1-1/+1
2015-04-22More stringlist refactoring.Jussi Pakkanen1-38/+22
2015-04-22Verify stringargs with decorator.Jussi Pakkanen1-39/+28
2015-04-22Started enforcing types better with decorators.Jussi Pakkanen2-10/+26
2015-04-22Made file object testing a bit more thorough.Jussi Pakkanen9-3/+64
2015-04-22Some vs2010 fixes.Jussi Pakkanen1-0/+5
2015-04-22Some vs2010 fixes.Jussi Pakkanen1-3/+3
2015-04-22Fix the remaining tests.Jussi Pakkanen2-10/+11
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen4-0/+23
2015-04-21The first step in a major refactoring starts by adding a new layer of ↵Jussi Pakkanen7-6/+72
abstraction.
2015-04-20Fix windows tests when using newer MinGW.Jussi Pakkanen2-2/+8
2015-04-15Bump Python requirement in readme. Closes #101.Jussi Pakkanen1-1/+1
2015-04-15Merge pull request #100 from mat8913/masterjpakkane2-2/+16
dependencies.py: Add support for wxwidgets modules
2015-04-15Add myself to authorsMatthew Bekkema1-0/+1
2015-04-14dependencies.py: Add support for wxwidgets modulesMatthew Bekkema1-2/+15
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 Pakkanen1-1/+1
2015-04-10Vs2010 fix from mfrischknecht. Closes #98.Jussi Pakkanen2-1/+7
2015-04-09Merge pull request #96 from ignatenkobrain/wip/gnomejpakkane1-0/+9
modules/gnome: add support for include dirs with GIRs
2015-04-09Fix subproject again.Jussi Pakkanen2-0/+4
2015-04-09Add a second "shared subproject" test.Hemmo Nieminen6-0/+41
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 Nieminen1-1/+1
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
2015-04-08Fix use of shared subprojects.Jussi Pakkanen6-11/+37
2015-04-08Add a test case for a "shared subproject".Hemmo Nieminen5-0/+25
Signed-off-by: Hemmo Nieminen <hemmo.nieminen@iki.fi>
2015-04-08Autodetect Qt5 rcc dependencies as well as reasonably possible.Jussi Pakkanen5-9/+39
2015-04-06A few Windows fixes.Jussi Pakkanen1-5/+12
2015-04-04Better OpenGL autodetection.Jussi Pakkanen1-1/+22
2015-04-04Work if framework dep is missing and optional.Jussi Pakkanen1-2/+6