summaryrefslogtreecommitdiff
path: root/cfgtool
AgeCommit message (Collapse)Author
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2015-07-05remove tabs from python codeRobin Gareus
2015-06-17skip username metadata when dumping default cfgRobin Gareus
2015-03-30make configtool compile for wine/vstRobin Gareus
2015-03-23..but make cfgtool portableRobin Gareus
2015-03-23don’t [cross]compile cfg tool.exeRobin Gareus
2015-03-22cfgtool: add external VST functions used by libardourRobin Gareus
2015-03-22config dump tool details.Robin Gareus
2015-03-22do not install cfgtoolRobin Gareus
2015-03-22small tool to dump default config.Robin Gareus