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

Version info #1

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

Version info #1

wants to merge 5 commits into from

Commits on May 29, 2017

  1. Add support for required plugins at startup

    If no plugins are configured to be started in the config file, apps
    start up, register no plugins, and do nothing. This is almost
    guaranteed to be wrong behavior in all situations, so it should be
    easy to specify some plugins that should always be started. This
    commit makes this so.
    nathanielhourt committed May 29, 2017
    Configuration menu
    Copy the full SHA
    024ec0d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Merge commit '024ec0d'

    nathanielhourt committed May 31, 2017
    Configuration menu
    Copy the full SHA
    cc851b8 View commit details
    Browse the repository at this point in the history
  2. [IDE Support] Add headers to CMakeLists.txt

    By listing headers among the sources, we don't confuse cmake at all
    since it knows better than to compile those, but we do make life easier
    on IDEs with CMake support, since the IDE will now pick up the headers
    as more source code for the project.
    nathanielhourt committed May 31, 2017
    Configuration menu
    Copy the full SHA
    754b9d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

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

Commits on Nov 14, 2017

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