Skip to content

Commit

Permalink
Update README for bazelized build
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sun committed Aug 1, 2019
1 parent 272084c commit 48e41ad
Show file tree
Hide file tree
Showing 26 changed files with 500 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

462 changes: 462 additions & 0 deletions .idea/workspace.xml

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions ThreatExchange.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
7 changes: 7 additions & 0 deletions hashing/pdq/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ This is Java code which we've tried to make non-clever. If people want another i

As of 2017-11-08 there is also a **pure-PHP** implementation for the hasher, but not yet for the hash-lookup (MIH) logic; the **C++** and **Java** implementations are complete.

##

Building using bazel:
https://bazel.build/
bazel build //...
bazel run //src/main/java/tools:ToolName

## Portability concerns

The regression script invoked by the Makefile invokes a clusterizer which depends on iteration order through hash maps. This means that if you run it on the same machine/platform you should get the same results; this is good for checking if you recently broke something.
Expand Down
Binary file modified hashing/pdq/java/pdq.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 48e41ad

Please sign in to comment.