]> git.tdb.fi Git - builder.git/commit
Separate the command-line interface into its own class
authorMikko Rasa <tdb@tdb.fi>
Mon, 29 Apr 2013 10:58:31 +0000 (13:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 7 May 2013 12:40:06 +0000 (15:40 +0300)
commit1dad660f7bbda5ef3239fd6374e0f8a77e19eaaa
tree1c4037b3e1bf873dd01effb09a2fe29f3ffe535d
parenta876c04c49ba89497be5d2e80d6e97543dba4f07
Separate the command-line interface into its own class

This allows turning most of builder into a library later, and moving
tools into plugins.  Some parts are still rather ugly and require more
work.
source/analyzer.h
source/builder.cpp
source/builder.h
source/buildercli.cpp [new file with mode: 0644]
source/buildercli.h [new file with mode: 0644]