Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFile inventory; what's required, what's not #40
Comments
ruebot
added
question
discussion
labels
Aug 28, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
greebie
Aug 28, 2018
Collaborator
- Docs are created using Doxygen.
- "Assets" are example files. I think we can change this to "examples." Currently, if you have no -f flag, it will run graphpass on cpp2.graphml. We could probably provide a better example though. It might be nice to have a small selection of aut derivatives to show them off.
- headers is a necessary evil unfortunately. It could probably be moved to src - that will involve changes to the Makefile.
4, 5 I'll do some research on a good way to structure the project. I have a manual from the library even!
6 Yes. Unity is a test suite for c. I believe all the licensing info is in the associated files. In a way, I think it may be overkill. I'm pretty sure we could run the tests via Make instead. - Yes.
- I think this could be a feature branch. The benefit is that a proper autoconf setup would check and install dependencies, making installation easier. I tried and failed, but maybe the c manual will help.
|
ruebot
removed
the
discussion
label
Sep 3, 2018
ruebot
referenced this issue
Sep 3, 2018
Closed
Clean-up and organize project; partially resolves #40. #48
added a commit
that referenced
this issue
Sep 3, 2018
added a commit
that referenced
this issue
Sep 3, 2018
greebie
closed this
in
3a99b92
Sep 4, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedAug 28, 2018
Docs
doc
assets
headers
src
directory?src
src
root tosrc/main
?tests
src/tests
?unity
Doxyfile
configure.scan