]> git.tdb.fi Git - builder.git/commit
Reimplement datafile building
authorMikko Rasa <tdb@tdb.fi>
Sun, 14 Apr 2013 15:15:53 +0000 (18:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 14 Apr 2013 15:48:20 +0000 (18:48 +0300)
commitd334fc1d04b7f83c7a2e9f16439fec884f4de471
treef560c647f864edec6d9773e11639c7f96f655510
parent65ba6a595dd4a1d74675abcfdf96307062dc43eb
Reimplement datafile building
17 files changed:
source/builder.cpp
source/component.cpp
source/component.h
source/datacollection.cpp [new file with mode: 0644]
source/datacollection.h [new file with mode: 0644]
source/datacompiler.cpp [deleted file]
source/datacompiler.h [deleted file]
source/datafile.cpp [deleted file]
source/datafile.h [deleted file]
source/datapack.cpp [new file with mode: 0644]
source/datapack.h [new file with mode: 0644]
source/datatool.cpp [new file with mode: 0644]
source/datatool.h [new file with mode: 0644]
source/datatransform.cpp [new file with mode: 0644]
source/datatransform.h [new file with mode: 0644]
source/file.h
source/sourcepackage.cpp