]> git.tdb.fi Git - builder.git/commit
Split SystemTools into GnuTools and ClangTools
authorMikko Rasa <tdb@tdb.fi>
Sat, 28 Aug 2021 11:16:44 +0000 (14:16 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 28 Aug 2021 11:16:44 +0000 (14:16 +0300)
commit3a61505c629d51f52343e7dfaaa936143557c3bf
treee1258212675ead5c8f8b9225c2e8c7c25217d5e9
parent84da3f6c94dbe7e36aaf088890fda5fcf3b3efb0
Split SystemTools into GnuTools and ClangTools
source/builder.cpp
source/clangtools.cpp [new file with mode: 0644]
source/clangtools.h [new file with mode: 0644]
source/gnutools.cpp [new file with mode: 0644]
source/gnutools.h [new file with mode: 0644]
source/systemtools.cpp [deleted file]
source/systemtools.h [deleted file]