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

Fix L2S HookTask in c-library and Python bindings #1818

Merged
merged 9 commits into from
Apr 4, 2019

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    f3770f9 View commit details
    Browse the repository at this point in the history
  2. Make test_search build under Windows

    * Also update for API-level changes (search now takes in multi_ex as
      input rather than example*)
    lokitoth committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    85ca7b8 View commit details
    Browse the repository at this point in the history
  3. Fix search::setup to put right data into all.searchstr

    The change to free_ptr<search> for the local variable broke the code to
      register the search pointer, as it started putting the pointer to the
      free_ptr, rather than to the search object.
    lokitoth committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    890d94f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f729979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54d2086 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78f57a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    777a1b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f64843 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    ba1d15e View commit details
    Browse the repository at this point in the history