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

Clean-up and organize project; resolves #40. #50

Merged
merged 2 commits into from
Sep 4, 2018
Merged

Clean-up and organize project; resolves #40. #50

merged 2 commits into from
Sep 4, 2018

Conversation

ruebot
Copy link
Member

@ruebot ruebot commented Sep 3, 2018

GitHub issue(s): #40

What does this Pull Request do?

  • Moves Docs -> doc
  • Moves tests -> src/tests
  • Moves headers -> src/headers
  • Moves src/*.c -> src/main
  • Moves unity -> vendor/unity
  • Updates Doxygen config
  • Update Doxygen generated docs
  • Update README
  • Update all src files that need to be updated to reflect re-org
  • Update Makefile so project builds
  • Clean-up whitespace in src files
  • Simplify Makefile

How should this be tested?

It should build, test should pass, and it should still run as it currently does. I've built, and test it with auk locally, and everything appears to be working fine.

Additional Notes:

  • I created Setup GraphPass with autoconf #49 for the automake support, and the branch for it is here branch is here.

  • doxygen version number dropping shouldn't be a problem. It's what was available in apt for Ubuntu 18.04.

- Moves Docs -> doc
- Moves tests -> src/tests
- Moves headers -> src/headers
- Moves src/*.c -> src/main
- Moves unity -> vendor/unity
- Updates Doxygen config
- Update Doxygen generated docs
- Update README
- Update all src files that need to be updated to reflect re-org
- Update Makefile so project builds
- Clean-up whitespace in src files
- Simplify Makefile
Copy link
Member

@ianmilligan1 ianmilligan1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Builds fine and tested on sample files (using the -q and -g flags).

@greebie
Copy link
Collaborator

greebie commented Sep 4, 2018

Thanks for this Nick. Great clean up job.

@greebie greebie merged commit 3a99b92 into master Sep 4, 2018
@ruebot ruebot deleted the issue-40 branch September 4, 2018 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants