17 Commits (d474b42952c1529604e9e146befea7b5286932f1)

Author SHA1 Message Date
Drew Short d474b42952 Massive improvements in the concurrent engine 11 years ago
Drew Short e7f0239c3f Added some concurency properties to prevent the build failing on a meager build server. 11 years ago
Drew Short 2d46d862f0 Worked on getting caching in the engine. Worked on the CLI a little bit 11 years ago
Drew Short df31c800d5 Added a controll to the commandline. Tweaked a few other portions of the code. Need to fix that part where everything is printed to the console when running AppCLI 11 years ago
Drew Short dd0bccc81e Added MD5 hashing to HashService and ImageHashDTO. Added tests against MD5 hashes. Added library for digests and hashing. Added Engine and test against Engine 11 years ago
Drew Short 74c70e0ecc Updated some version code, and added a commons-cli dependancy 11 years ago
Drew Short 8579f4663a Changes to the build scripts, added a script to increase patch version, tag and then build a release. 11 years ago
Drew Short cf2e951c43 Added some proper hashing. Added a few more tests. Added a little bit more benchmarking 11 years ago
Drew Short 67aee43791 Moved samples out so they don't get packaged. Updated test location information. Commented out some debugging as it is a bit overboard now that the original issue is fixed. Modified the gitignore to avoid rolling log files. 11 years ago
Drew Short 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests 11 years ago
Drew Short 24a1b32bad Started work on hashing and added a sample image for testing. First new unit test is broken due to array indexing issues. Configured the pom further for testing configuration. Added a few properties to support different levels or precision depending on the hash. 11 years ago
Drew Short 3869f2b302 Added a new enum class for know properties. Started fleshing out the HashService and how it will generate hashes. Added a hamming object to calculate hamming distances between two long values 11 years ago
Drew Short a4dcb4a4ad changed from difference to compare 11 years ago
Drew Short b96df92cfd Updated Version to support comparisons 11 years ago
Drew Short 175a95d295 Started work on version comparison 11 years ago
Drew Short 9d115841a6 Got parsing of property files to work. Fixed some annoyances. Added a version class to handle parsing versions from the properties file 11 years ago
Drew Short 3699870198 Refactored App to use AppConfig for initial configuration. Updated ResourceLoader with logging. Added a default properties file, and a PropertiesService to load that properties file. Updated ImageHashDTO to include some fields. Added a HashService to manage generating hashes. moved the about file to an about.info file so we can automatically process it. 11 years ago