Permalink
Commits on Oct 17, 2014
Commits on Apr 19, 2014
  1. Merge pull request #19 from kdmurray91/fix-fclose

    Call fclose on output_fp when -o option is given
    committed Apr 19, 2014
  2. Merge pull request #18 from kdmurray91/optimised

    Further optimisations
    committed Apr 19, 2014
Commits on Apr 14, 2014
  1. further optimisations which reduce num of allocs

    Basically trying to remove the number of calls to alloc by preserving
    the score array for the duration of the call to find_best_match
    kdmurray91 committed Apr 14, 2014
  2. update copyright

    committed Apr 14, 2014
  3. version bump

    committed Apr 14, 2014
  4. small optimisations to match functions & sum

    Mangaged to decrease runtime to ~75% of what it was with some simple
    optimisations. md5sums of output appear the same
    kdmurray91 committed Apr 14, 2014
Commits on Apr 5, 2014
  1. Merge pull request #16 from rjacobsen/master

    Typo fix in libscythe.so target, LDFLAGS order fix in all targets.
    committed Apr 5, 2014
Commits on Apr 4, 2014
  1. Typo fix in libscythe.so target, LDFLAGS order fix in all targets.

    Richard Feltstykket committed Apr 4, 2014
Commits on Feb 8, 2014
Commits on Dec 16, 2013
  1. Merge pull request #13 from jarondl/fix_matches_report

    Fix the adapter in the matches report.
    committed Dec 16, 2013
Commits on Nov 27, 2013
  1. Fix the adapter in the matches report.

    Saved the current adapter index in best_adapter
    Yaron de Leeuw committed Nov 27, 2013
Commits on Sep 30, 2013
  1. new adapter proposal

    committed Sep 30, 2013
  2. added two other adapters

    committed Sep 30, 2013
  3. fixed compiler warnings from Linux gcc 4.7.3

    Vince Buffalo committed Sep 30, 2013
Commits on Jul 22, 2013
Commits on Jun 13, 2013
Commits on May 11, 2013
Commits on Apr 14, 2013
  1. fixed min_keep parameter

    committed Apr 14, 2013
  2. fixed opt flag

    committed Apr 14, 2013
  3. fixed issue with shift

    committed Apr 14, 2013
  4. replace empty lines with Ns

    committed Apr 14, 2013
Commits on Mar 28, 2013
Commits on Mar 27, 2013
  1. fixed typo in readme (thanks JRI), updated with new matching algo fro…

    …m merge in previous commit; version bump
    committed Mar 27, 2013
Commits on Dec 21, 2012
  1. fixed double free issue

    committed Dec 21, 2012
Commits on Dec 20, 2012
  1. fixed another memory leak

    committed Dec 20, 2012
  2. more mem leak fixing

    committed Dec 20, 2012