Introduce ChecksumGenerator (chsgen) 07/34007/9
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 16 Jan 2015 14:38:05 +0000 (15:38 +0100)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 24 Feb 2015 15:21:15 +0000 (16:21 +0100)
commit8bd144d36aa499e5bcfc472e4f5108fff9563df1
tree67cd36fb79682c70952b13d609aab56c16e7e9d7
parent26587d28c78d36eb3f6d6ded73024058a0c73129
Introduce ChecksumGenerator (chsgen)

A commandline-tool for computing checksums for Cynara's database
contents.

Change-Id: Iaddf799b84b82562734275991561ea0091852f2d
CMakeLists.txt
packaging/cynara-db-chsgen.manifest [new file with mode: 0644]
packaging/cynara.spec
src/CMakeLists.txt
src/chsgen/CMakeLists.txt [new file with mode: 0644]
src/chsgen/ChecksumGenerator.cpp [new file with mode: 0644]
src/chsgen/ChecksumGenerator.h [new file with mode: 0644]
src/chsgen/main.cpp [new file with mode: 0644]