aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-12Do not cache found programs because it is unreliable. Closes #374.Jussi Pakkanen2-5/+2
2016-02-10Merge pull request #381 from dnohales/gresource_multi_sourcedirJussi Pakkanen2-46/+36
2016-02-09Add myself to authors.txtDamián Nohales1-0/+1
2016-02-09Simplify target generation in GnomeModule.compile_resourcesDamián Nohales1-5/+3
2016-02-09Allow multiple source_dir in GResourceDamián Nohales1-41/+32
2016-02-03If test exes can not be removed (because e.g. an antivirus program holds on t...Jussi Pakkanen1-1/+7
2016-02-01Put internal include dirs at the beginning so they override ones coming from ...Jussi Pakkanen1-11/+17
2016-01-30Removed need to call check_outputs manually so you can not forget to do it.Jussi Pakkanen1-74/+44
2016-01-31Text clarification.Jussi Pakkanen2-2/+2
2016-01-27Restore warning state variable that got lost in refactoring.Jussi Pakkanen1-0/+2
2016-01-25Can add languages only if they are available. Closes #365.Jussi Pakkanen3-66/+83
2016-01-25More comparison operators. Closes #363.Jussi Pakkanen3-7/+38
2016-01-25Strip trailing slash from prefix. Closes #366.Jussi Pakkanen1-0/+2
2016-01-25String to int conversion. Closes #362.Jussi Pakkanen3-0/+10
2016-01-24Bump version for new development.Jussi Pakkanen1-1/+1
2016-01-24Updated versions for release.0.29.0Jussi Pakkanen6-7/+7
2016-01-23Tweak setup.py includes.Jussi Pakkanen2-3/+2
2016-01-23Moved backends to their own module.Jussi Pakkanen6-24/+26
2016-01-23Can build Vala shared libraries.Jussi Pakkanen6-9/+42
2016-01-23Some windows fixes.Jussi Pakkanen2-11/+21
2016-01-23Better error message when failing to run install script. Closes #361.Jussi Pakkanen2-1/+9
2016-01-21Vala .d and .vapi should be named after the first vala source file in the tar...Jussi Pakkanen1-1/+3
2016-01-21Update version number for a new prerelease to pypi.Jussi Pakkanen1-1/+1
2016-01-18Fix swift breakage caused by distutils migration.Jussi Pakkanen1-1/+3
2016-01-18Merge branch 'distutils'.Jussi Pakkanen58-416/+579
2016-01-17Dumped fastvapi and made library linking with Vala work.Jussi Pakkanen4-65/+87
2016-01-17Fix rpm imports.Jussi Pakkanen1-2/+3
2016-01-17Put man page dir in manifest.Jussi Pakkanen1-0/+1
2016-01-17Some more command line guarding.Jussi Pakkanen1-1/+1
2016-01-16Fix wraptool.Jussi Pakkanen2-3/+3
2016-01-16Improve command line arg behaviour.Jussi Pakkanen1-4/+3
2016-01-16Fix some issues that break pypi installs and bump version to upload new version.Jussi Pakkanen7-5/+19
2016-01-16Some text tweaks.Jussi Pakkanen2-3/+3
2016-01-16Removed custom tar generator.Jussi Pakkanen2-5/+3
2016-01-16Support both setuptools and distutils.Jussi Pakkanen2-2/+6
2016-01-16Added distutils setup.py.Jussi Pakkanen5-130/+70
2016-01-16Made gtkdoc and run targets work.Jussi Pakkanen4-14/+14
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen48-27/+26
2016-01-16Moved mesongui into module.Jussi Pakkanen7-17/+65
2016-01-16Moved mesonconf implementation in the module.Jussi Pakkanen2-13/+37
2016-01-16Moved all wrap related things to their own submodule.Jussi Pakkanen5-24/+46
2016-01-16Finalize moduleification so that full test suite runs.Jussi Pakkanen6-15/+31
2016-01-15Moved scripts in the module and started work to run them via the main meson c...Jussi Pakkanen20-68/+156
2016-01-15Some fixes for other backends.Jussi Pakkanen2-7/+7
2016-01-15Can compile full test suite.Jussi Pakkanen8-21/+21
2016-01-15Can run most of test suite (with hacks).Jussi Pakkanen21-53/+51
2016-01-15Organise files into a module structure.Jussi Pakkanen42-272/+283
2016-01-14Merge pull request #354 from minijackson/masterJussi Pakkanen3-2/+3
2016-01-14Adding myself to authors.txtMinijackson1-0/+1
2016-01-14More cleanups.Jussi Pakkanen1-8/+9