]> git.tdb.fi Git - builder.git/commit
Refactor the use of external tasks in tools
authorMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 19:52:10 +0000 (21:52 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 27 Dec 2022 19:52:10 +0000 (21:52 +0200)
commitedd4771292a2273080fbcbac266c6831834b0b86
tree672f445b0ccdddbacdba3b6dbd1ef0079a113bb7
parentb29b79ca42fe4285c18b5d348b4eb59010d2c2da
Refactor the use of external tasks in tools

The run functions now just return the arguments, and a wrapper in the
Tool class creates the task object.
21 files changed:
source/androidassetpackagingtool.cpp
source/androidassetpackagingtool.h
source/apkbuilder.cpp
source/apkbuilder.h
source/gnuarchiver.cpp
source/gnuarchiver.h
source/gnucompiler.cpp
source/gnucompiler.h
source/gnulinker.cpp
source/gnulinker.h
source/jarsigner.cpp
source/jarsigner.h
source/msvcarchiver.cpp
source/msvcarchiver.h
source/msvccompiler.cpp
source/msvccompiler.h
source/msvclinker.cpp
source/msvclinker.h
source/sourcegenerator.cpp
source/sourcegenerator.h
source/tool.h