Commit Graph

  • 2d46d862f0 Worked on getting caching in the engine. Worked on the CLI a little bit Drew Short 2014-01-28 20:19:21 -0600
  • 8b65937c76 Changes for memory amount during tests. This is starting to get a little annoying Drew Short 2014-01-28 19:42:20 -0600
  • 2e4672f391 Should be the final commit to the get the build environment working Drew Short 2014-01-28 20:30:09 -0500
  • b311d819b9 Another tweak to allow the build to process on a low end build machine Drew Short 2014-01-28 20:06:36 -0500
  • 91d2fa3b92 Another tweak to allow the build to process on a low end build machine Drew Short 2014-01-28 20:02:59 -0500
  • e7eb18568a Fixed some test parameters Drew Short 2014-01-28 19:56:15 -0500
  • f22be07b80 Added the first round of caching, added some compile time settings, modified the start scripts. Drew Short 2014-01-28 18:42:09 -0600
  • 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 Drew Short 2014-01-28 07:30:06 -0600
  • 2de7c85c10 Added a getSimilarImagesForDirectory method Drew Short 2014-01-26 13:00:28 -0600
  • e7a971ce2e Added a similarImages class, updated some hashing methods Drew Short 2014-01-26 11:55:19 -0600
  • 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 Drew Short 2014-01-26 11:29:48 -0600
  • 0fad91bf4e Added RELEASE tag script and updated documentation Drew Short 2014-01-26 08:20:29 -0600
  • 74c70e0ecc Updated some version code, and added a commons-cli dependancy Drew Short 2014-01-25 22:17:13 -0600
  • a49f84ff14 Generated a bunch of scripts for managing releases. Drew Short 2014-01-25 21:59:33 -0600
  • 90fec0b0b5 Merge branch 'master' of https://github.com/warricksothr/ImageTools Drew Short 2014-01-25 22:17:19 -0500
  • 8579f4663a Changes to the build scripts, added a script to increase patch version, tag and then build a release. Drew Short 2014-01-25 22:16:42 -0500
  • 9c775c2676 Added a script to fix the javafx classpath for nix* machines Drew Short 2014-01-24 11:27:24 -0600
  • 060aec7099 Added a development document Drew Short 2014-01-24 12:25:40 -0500
  • cf2e951c43 Added some proper hashing. Added a few more tests. Added a little bit more benchmarking Drew Short 2014-01-24 01:20:01 -0600
  • 8c9936a45d Added mathematics library for transformation support. Implemented PHash and added PHash specific tests Drew Short 2014-01-23 23:43:47 -0600
  • 3ce5f16313 Fixed the hashing algorithm to use Longs and also added an AHash class Drew Short 2014-01-23 22:26:18 -0600
  • cefb9d3f6a Actually moved images, and fixed DHash method to be more consistent and pretty :) Drew Short 2014-01-23 22:22:20 -0500
  • 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. Drew Short 2014-01-23 16:13:11 -0500
  • 4e9c5cf87f Fixed broken unit test. Added some properties and functions. Added a timing trait and benchmarking to DHash tests Drew Short 2014-01-23 15:20:30 -0500
  • b12ca8d604 Updated some documentation Drew Short 2014-01-23 08:44:48 -0500
  • 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. Drew Short 2014-01-23 01:04:13 -0600
  • b04be2e73b Added image service to handle getting image data, converting image data, and special processing of image data. Also added some Logging mixin's to classes Drew Short 2014-01-08 16:53:48 -0500
  • 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 Drew Short 2014-01-08 16:08:12 -0500
  • a4dcb4a4ad changed from difference to compare Drew Short 2014-01-08 13:50:25 -0500
  • b96df92cfd Updated Version to support comparisons Drew Short 2014-01-08 13:49:36 -0500
  • e1fcd106d4 Adding git ignore rules for the cloud9 interface files Drew Short 2014-01-07 17:07:23 -0500
  • ddfc071f91 Added ignores for eclipse project files as well Drew Short 2014-01-07 11:47:59 -0500
  • 175a95d295 Started work on version comparison Drew Short 2014-01-06 23:03:31 -0600
  • 9d115841a6 Got parsing of property files to work. Fixed some annoyances. Added a version class to handle parsing versions from the properties file Drew Short 2014-01-06 20:11:14 -0600
  • 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. Drew Short 2014-01-06 16:48:52 -0500
  • 32d9924a3a Forgot to hand over the FXML loading to the new loader. Also, renamed the loader to be more descriptive of it's functionality. Drew Short 2014-01-06 01:40:31 -0600
  • 9c9c17ad5e Implemented fixes that apply to resource loading in the JFX Jar. Should now be launchable, configure loggers correctly, and be able to load embedded files. Added a FileLoader helper class to manage loading resources. Is not thread safe currently, but should be made so. Drew Short 2014-01-06 01:29:41 -0600
  • 99845200c8 Hopefully have this testing stuff sorted now :) Drew Short 2014-01-04 11:00:54 -0500
  • 14593ef20a Fixing maven build file and packaging scripts to make sure that the deployment file is executable. Drew Short 2014-01-03 18:44:25 -0500
  • 703aa37bcc Updating the test report configuration for Jenkins. Drew Short 2014-01-03 17:20:36 -0500
  • e3dd2ddef5 Downgraded scala-library to 2.10.0 from 2.10.2 to avoid error warnings. Added scala-test and overrode the default maven test plugin with a scala-test plugin. Added the scala-test library 2.0+ for writing unit tests in scala. Drew Short 2014-01-03 16:48:02 -0500
  • 2ebdd39dfc Started working on a rough Image class to handle storing and comparing images, along with hashing. Drew Short 2014-01-03 15:12:42 -0500
  • 7b2d76209b Added some simple scripts for automation. Drew Short 2014-01-02 16:51:55 -0500
  • 13386abba4 Implemented a simple package script to be run in the head directory. Drew Short 2014-01-02 16:46:49 -0500
  • 1b3c9bf752 Working on scripting a packaging process that produces a deployable v0.1.0-DEV Drew Short 2014-01-02 15:56:57 -0500
  • 615bfe688a Added some maven magic to get a build directory that contains everything necessary for standalone operation Drew Short 2014-01-02 13:08:31 -0500
  • 91de82f020 Working basic interface with menubar partially implemented. Next step, include simple cli and cli flags for running without creating gui Drew Short 2014-01-01 14:59:52 -0600
  • 4308b163d8 Started work on basic JavaFX implementation, also got some scala included to create the prerequisite folder in src. Drew Short 2013-12-31 22:35:26 -0600
  • b8f9b05281 Updated logging to be more concise and added a failover for no logging file existing. Drew Short 2013-12-31 20:16:27 -0600
  • c27bfea688 Initial Maven setup commit Drew Short 2013-12-31 19:35:48 -0600
  • 62f04b133c Initial commit Drew Short 2013-12-31 17:11:26 -0800