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

Query improvements - CtQuery and CtBaseQuery #1076

Closed
wants to merge 11 commits into from

Commits on Dec 26, 2016

  1. Support of CtScanner based queries

    - Extraction of code to CtBaseQuery to make code cleaner and to allow
    reuse of queries
    - CtFunction can return Iterator now too
    pvojtechovsky committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    1ae580b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2017

  1. added concept diagram

    pvojtechovsky committed Jan 1, 2017
    Configuration menu
    Copy the full SHA
    cc6467d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. Configuration menu
    Copy the full SHA
    ef94795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60ac823 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Configuration menu
    Copy the full SHA
    0a1526d View commit details
    Browse the repository at this point in the history
  2. rename CtBaseQuery#apply to evaluate

    Change CtConsumable#accept ... CtConsumer<R> to CtConsumer<Object>
    pvojtechovsky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    96c574a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c3a94 View commit details
    Browse the repository at this point in the history
  4. fix compilation error

    pvojtechovsky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    00c451b View commit details
    Browse the repository at this point in the history
  5. fix compilation error

    pvojtechovsky committed Jan 5, 2017
    Configuration menu
    Copy the full SHA
    e16e31f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c45438 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d1e5e0 View commit details
    Browse the repository at this point in the history