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

Conversation

Projects
None yet
3 participants
@ruebot
Member

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 #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.

Clean-up and organize project; resolves #40.
- 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

@ruebot ruebot requested review from greebie and ianmilligan1 Sep 3, 2018

@ianmilligan1

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

@greebie

greebie approved these changes Sep 4, 2018

@greebie

This comment has been minimized.

Show comment
Hide comment
@greebie

greebie Sep 4, 2018

Collaborator

Thanks for this Nick. Great clean up job.

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 Sep 4, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment