-
Notifications
You must be signed in to change notification settings - Fork 7
GSoC 18 Milestones
RamyElkest edited this page Aug 13, 2018
·
9 revisions
- Create github project
- Define minimal API list
[virConnectOpen, virDomainLookupByName]
- Set up
LICENSE.md
- Set up
README.md
- Set up
DEVELOPMENT.md
- Implement minimal API list manually
- Generate minimal API list manually
- Generate function doc
- Generate all wrappers
- Generate all enums
- Support ListAll functions
- Minimise pending failures
- Setup Makefile
- Setup continuous integration (travis)
- Add run clang-format on generated files
- Introduce mocha for testing
- Integrate jsdoc
- Create
santiytest.js
for our API coverage
- Overall Code Architecture
- Build System Architecture
- Expose Async version for all interfaces
- Add typescript support to the interfaces