aboutsummaryrefslogtreecommitdiffstats
path: root/java-c-jni (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mMattias Andrée2014-08-211-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix error in partial bit support for c implementationsMattias Andrée2014-08-211-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on support for partial bytes, c implemention is not working correctlyMattias Andrée2014-08-213-37/+247
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2014-02-113-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-02-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use -h for --help and -x for --hex (issue #12)Mattias Andrée2014-02-091-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* -h was used for both --help and --hex, -H is now --help and -h is now only --hex (iisue #12)Mattias Andrée2014-02-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to update thisMattias Andrée2013-08-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + fix java-c-jni implementationMattias Andrée2013-08-101-25/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-08-102-58/+119
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix java-c-jni sigsegvMattias Andrée2013-08-101-5/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* directory renamingMattias Andrée2013-08-101-1/+485
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* stronger license = better licenseMattias Andrée2013-08-092-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpy bug fixMattias Andrée2013-07-241-13/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2013-06-162-278/+92
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix partial byte outputMattias Andrée2013-05-031-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* apply change made to pure-java to other versionsMattias Andrée2013-05-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix binary logarithmMattias Andrée2013-04-161-3/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* jni errorMattias Andrée2013-02-181-1/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* jni version, just needs to properly load the libMattias Andrée2013-02-182-1/+273
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix jni warningsMattias Andrée2013-02-171-4/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* jni stuffMattias Andrée2013-02-161-35/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* copy the c version and add the jni methods (not implemented)Mattias Andrée2013-02-101-0/+708
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* generate h file with `javah SHA3`Mattias Andrée2013-02-091-0/+37
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning jni implemenetationMattias Andrée2013-02-091-0/+106
Signed-off-by: Mattias Andrée <maandree@operamail.com>