Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable Length Gap Pattern Matching #324

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Nov 4, 2014

  1. Refactoring WT code.

    ys_in_xrange.cpp in examples contains a example of the new functionality.
    simongog committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    c7e7577 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. Added method ranges_in_sorted_sequence.

    Added size(v) method to wt_int. TODO: add to
    other WTs as well.
    simongog committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    6868241 View commit details
    Browse the repository at this point in the history
  2. make_pair -> {}

    simongog committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    c11176f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Iterator difference now declared const.

    stable_sort requires that the difference iterator
    is declared const.
    simongog committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    8ec8eae View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    4a44bea View commit details
    Browse the repository at this point in the history
  2. submodule

    olydis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    63a2f2d View commit details
    Browse the repository at this point in the history
  3. updated gitignore

    olydis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    f77281b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ca41da View commit details
    Browse the repository at this point in the history
  5. ported pattern extractor

    olydis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    2a4cd27 View commit details
    Browse the repository at this point in the history
  6. convenience...

    olydis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    9d946e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b5df6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4500e7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d5a107 View commit details
    Browse the repository at this point in the history
  10. fixed regexp decomposition

    olydis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    c90f113 View commit details
    Browse the repository at this point in the history
  11. new test cases and memory dump

    olydis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    e67d1c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. added boost to the equation

    olydis committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    31854b4 View commit details
    Browse the repository at this point in the history
  2. added std to lots of places (g++4.9 didn't complain), set up test cas…

    …es, improved scripts
    olydis committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    9cbb70c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. cosmetic changes

    olydis committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    5ac2e2d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Configuration menu
    Copy the full SHA
    237e0af View commit details
    Browse the repository at this point in the history
  2. smarter result concat

    olydis committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    f29f43d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a75d3b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. lazy result generation

    olydis committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    f0e1773 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. lazified QGRAM index

    olydis committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    5e8fd23 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. full config

    olydis committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    44dcfc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. timeout

    olydis committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    2020f64 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Fix q-gram index bug.

    mpetri committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    a6b0c5f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Configuration menu
    Copy the full SHA
    cb409e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request simongog#1 from mpetri/master

    Fix q-gram index bug.
    olydis committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    4f7c736 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Configuration menu
    Copy the full SHA
    3fefa5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2075f4e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Configuration menu
    Copy the full SHA
    93921f9 View commit details
    Browse the repository at this point in the history
  2. and, or

    olydis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    4e3ad08 View commit details
    Browse the repository at this point in the history
  3. polish

    olydis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    2ed396e View commit details
    Browse the repository at this point in the history
  4. minor fix

    olydis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    55df26a View commit details
    Browse the repository at this point in the history
  5. moved some things

    olydis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    860f833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b3e4b3 View commit details
    Browse the repository at this point in the history
  7. benchmark cleanup

    olydis committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    c4d93fa View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. merge

    olydis committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    81fef65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d29e23 View commit details
    Browse the repository at this point in the history
  3. fixed up ys_in_xrange example

    olydis committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    40ef282 View commit details
    Browse the repository at this point in the history