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