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

add cpp interface and unit tests #36

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

Commits on Sep 15, 2017

  1. add transform and filter functionality for nsfw

    Patrik Fiedler committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    ebac2b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. add some tests for the transform files

    Patrik Fiedler committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    ec5013b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. add testcases for the FileWatcher implementation

    Patrik Fiedler committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    7f83be1 View commit details
    Browse the repository at this point in the history
  2. fix windows compile errors

    Patrik Fiedler committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    9b06a54 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. add transform and filter functionality for nsfw

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    08a55c9 View commit details
    Browse the repository at this point in the history
  2. add some tests for the transform files

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    31090b2 View commit details
    Browse the repository at this point in the history
  3. add testcases for the FileWatcher implementation

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    56e485c View commit details
    Browse the repository at this point in the history
  4. fix windows compile errors

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    a358c03 View commit details
    Browse the repository at this point in the history
  5. modify cmake and add ctest

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    d9bb3c9 View commit details
    Browse the repository at this point in the history
  6. repair code style

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    f0d00a5 View commit details
    Browse the repository at this point in the history
  7. merge conflicts

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    250529b View commit details
    Browse the repository at this point in the history
  8. delete comment in cmakelists

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    0e90a8a View commit details
    Browse the repository at this point in the history
  9. add virtual destructors

    Patrik Fiedler committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    2a3f7b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. review issues

    Patrik Fiedler committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    1f437b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. review issues

    Patrik Fiedler committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    07fe872 View commit details
    Browse the repository at this point in the history
  2. indentation

    Patrik Fiedler committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    1eda018 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. change a lot of thing to use this as a library

    Patrik Fiedler authored and reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    f031693 View commit details
    Browse the repository at this point in the history
  2. install the project with cmake

    Patrik Fiedler authored and reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    c4c31c3 View commit details
    Browse the repository at this point in the history
  3. add include guards

    Patrik Fiedler authored and reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    ae40db2 View commit details
    Browse the repository at this point in the history
  4. add namespaces for nsfw

    Patrik Fiedler authored and reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    57fbfcf View commit details
    Browse the repository at this point in the history
  5. add namespaces in whole project and every supported platform

    Patrik Fiedler authored and reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    ab64839 View commit details
    Browse the repository at this point in the history
  6. change the js entry class to the library

    add namespaces
    change the includes to a relativpath independent path
    Patrik Fiedler authored and reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    b2aebce View commit details
    Browse the repository at this point in the history
  7. FIX: compilation on macOS

    reneme committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    f8bab16 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. fix Filewatcher Test

    Patrik Fiedler committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    daba5e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. integrate cmake and ctest to travis and appveyor

    Patrik Fiedler committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    020c1fc View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    c9f8cb8 View commit details
    Browse the repository at this point in the history
  2. update Catch to Catch2 2.1.0

    reneme committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    d931ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    288c317 View commit details
    Browse the repository at this point in the history
  4. fix mutex locking

    Patrik Fiedler committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    4f1c5ec View commit details
    Browse the repository at this point in the history