2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00
waf/demos
Damián Nohales 2459bee8af intltool: add style option to intltool_in
This allow to user to get abstracted about the passed intltool-merge
flags, so this code:

    bld(
        features = 'intltool_in',
        flags    = ['-d', '-q', '-u'],
        source   = 'myapp.desktop.in',
    )

Now is equivalent to:

    bld(
        features = 'intltool_in',
        style    = 'desktop',
        source   = 'myapp.desktop.in',
    )
2014-09-22 20:13:00 +02:00
..
asm Added defines for asm - #1442 2014-04-30 22:37:36 +02:00
bisonflex Initial commit 2011-09-10 11:13:51 +02:00
c Issue 1234 2012-12-15 00:32:20 +01:00
c++ Initial commit 2011-09-10 11:13:51 +02:00
csharp Issue 1153, fix the C# stuff 2012-04-23 19:16:56 +02:00
d #1052 2011-10-19 04:02:03 +02:00
dbus Initial commit 2011-09-10 11:13:51 +02:00
fortran Issue 1104 2012-01-14 15:26:40 +01:00
glib2 demos: add GResource examples in glib2 demo 2014-09-21 20:59:25 +02:00
intltool intltool: add style option to intltool_in 2014-09-22 20:13:00 +02:00
java Issue 1131 2012-03-23 03:31:56 +01:00
jni Initial commit 2011-09-10 11:13:51 +02:00
lua Initial commit 2011-09-10 11:13:51 +02:00
mac_app prevent demos/mac_app from running on non-mac platforms 2012-08-04 02:41:22 +02:00
perl Initial commit 2011-09-10 11:13:51 +02:00
precious Initial commit 2011-09-10 11:13:51 +02:00
python Issue 1103 2012-01-14 16:35:33 +01:00
qt4 #1095 2011-12-31 14:32:38 +01:00
ruby Initial commit 2011-09-10 11:13:51 +02:00
subst docs for the regexp substitution in demos/subst/ 2014-01-14 20:01:05 +01:00
tex conf.check generalization using arbitrary build functions 2014-09-14 10:58:29 +02:00
unit_test Issue 1319 Reduce the amount of paths for the unit test execution 2013-05-19 08:49:40 +02:00
vala Initial commit 2011-09-10 11:13:51 +02:00
variants added a note regarding the branch waf-1.7 2014-01-26 01:27:02 +01:00
wscript Make demos/subst work in Python 3.2 2012-11-11 22:58:50 +01:00