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

Document the Graph header files and cleanup some issues. #42

Merged
merged 8 commits into from Nov 28, 2018

Commits on Nov 26, 2018

  1. Checkpoint.

    skottmckay committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    ea82e24 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Add doco to graph.h and graph_base.h.

    Change NodeConstIterator to return a reference to clearly advertise no nullptr's are going to be returned as it's only iterating valid Nodes.
    Fix some code analysis warnings.
    skottmckay committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    7668b09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98a23f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

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

    skottmckay committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    00e759b View commit details
    Browse the repository at this point in the history
  3. Cleanups

    Couple more consistency changes.
    skottmckay committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    a2e6e57 View commit details
    Browse the repository at this point in the history
  4. Fix CUDA test file

    skottmckay committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    e6e569f View commit details
    Browse the repository at this point in the history
  5. Fix invalid line.

    skottmckay committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    958a23f View commit details
    Browse the repository at this point in the history