13
0
livetrax/tools
Mads Kiilerich 7737c17d52 wscript: drop unused imports, scripted
Done with ad hoc scripting hacks processing unused imports found by pyflakes:

for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Logs.* but unused' | cut -d: -f1 | while read f; do sed -i 's/^import waflib.Logs as Logs,/import/g' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Options.* but unused' | cut -d: -f1 | while read f; do sed -i 's/import waflib.Options as Options, /import /g' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Options.* but unused' | cut -d: -f1 | while read f; do sed -i 's/^from waflib import Options,/from waflib import/g' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep ' imported but unused$' | sed "s/^\([^:]*\):[0-9]*:[0-9]* '\(.*\)'.*/\1 \2/g" | while read f lib; do sed -i "/^import $lib$/d" $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Options.* but unused' | cut -d: -f1 | while read f; do sed -i '/from waflib import Options$/d' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.TaskGen.* but unused' | cut -d: -f1 | while read f; do sed -i '/from waflib import TaskGen$/d' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Task.Task.* but unused' | cut -d: -f1 | while read f; do sed -i '/^from waflib.Task import Task$/d' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Tools.winres.* but unused' | cut -d: -f1 | while read f; do sed -i '/^from waflib.Tools import winres$/d' $f; done
for f in $( find * -name wscript ); do echo; pyflakes $f; done | grep 'waflib.Utils.* but unused' | cut -d: -f1 | while read f; do sed -i '/^import waflib.Utils as Utils$/d' $f; done
2023-09-17 07:34:55 -06:00
..
ARDOUR
bb wscript: drop unused imports, scripted 2023-09-17 07:34:55 -06:00
CrashReporter
doxy2json
fluid-patches
gccabicheck wscript: drop unused imports, scripted 2023-09-17 07:34:55 -06:00
icons
linux_packaging Fix building linux-demo bundle 2023-03-25 20:24:31 +01:00
misc_resources
omf
osx_packaging Update bundle/package scripts 2023-03-24 19:07:30 +01:00
patches
sanity_check wscript: drop unused imports, scripted 2023-09-17 07:34:55 -06:00
signal-test libpbd: fix an important thinko for cross-thread signal architecture 2023-04-21 12:16:37 -06:00
smf-load
udev
videotimeline
vst3-patches
x-win Add required dependencies for install process 2023-08-01 21:40:42 +02:00
as-metainfo.its
autowaf.py
avahi.sh Add zeroconf/mdns support 2022-12-02 17:32:11 +01:00
clang-format
cstyle.py
ctagsparse.py
define_versions.sh Update bundle/package scripts 2023-03-24 19:07:30 +01:00
f2s
fmt-bindings
fmt-luadoc.php Luadoc: add special case for shared_ptr c'tor (4192710ac8) 2023-06-23 02:20:07 +02:00
jacktest.c
list_scripts.lua
misc.py
msvc32-fixup.pl
nofuzz.sh
objc.supp
peakdump.c
pre-commit
process-metadata configuration_metadata.cc should be manually generated whenever metadata changes, so just commit current version 2023-01-28 08:27:56 -07:00
readtest.c
resample_session.pl
run-readtest.sh
run-threadreadtest.sh
run-writetest.sh
session_exchange.py
sfrtest.cc
sftest.cc
split_benchmark.lua
synthesize_sources.pl
thread_readtest.cc
update_fluidsynth.sh
update_luadoc.sh
update_lv2stack.sh
update_qm-dsp.sh Address some Wmissing-prototypes in qm-dsp 2022-11-26 16:23:52 +01:00
update_qm-vamp.sh
update_vst3.sh
valgrind.supp