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

Bugfix #3

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

Bugfix #3

wants to merge 35 commits into from

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    5b94e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c94fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    465a076 View commit details
    Browse the repository at this point in the history
  4. update gitignore file

    wvaarle committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    de143d4 View commit details
    Browse the repository at this point in the history
  5. Fixed include paths

    wvaarle committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    d76cc3e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. added cmake files

    wvaarle committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    add307f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0534884 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498ad8f View commit details
    Browse the repository at this point in the history
  4. replaced std::endl with '\n'

    wvaarle committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    25fc7da View commit details
    Browse the repository at this point in the history
  5. examples: use smart pointers instead of raw pointers

    This solves a bunch of memory leaks where objects didn't get deleted when an exception was thrown.
    wvaarle committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    145c709 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d5b477 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    785c64d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Configuration menu
    Copy the full SHA
    dace788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01872f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165c80e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0edf8db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09288a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    203808a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edc7549 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1117ca4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09172b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efed9f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    cee50cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5b3e56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5bd80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0659b07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9520784 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. removed std.h

    wvaarle committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    c070af8 View commit details
    Browse the repository at this point in the history
  2. removed some compile warnings

    wvaarle committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d49c1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b0be3c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. code cleanup

    wvaarle committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    814276e View commit details
    Browse the repository at this point in the history
  2. fixed compile time issues

    wvaarle committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    87b1be7 View commit details
    Browse the repository at this point in the history
  3. fixed crashes

    wvaarle committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    974b36c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bce29c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2018

  1. fixed memory issue

    wvaarle committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    a2cc28f View commit details
    Browse the repository at this point in the history