Build a static library from C++ source
- Dominant language
- No language data
- Stars
- 94
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
@adammurdoch commented on [Mon May 22 2017](https://github.com/gradle/stable-native/issues/18)
Similar to #3 , build a static library binary from C++ source, with the same assumptions.
Test coverage:
- Incremental build and compile.
- Changes to build output locations are respected.
- Stale output files are removed when source files are removed or renamed.
Contributor guide
Research direction
Start by comparing the requested work with issue #3 and the existing native build path. Identify the test entry points for incremental compilation, changed output locations, and removal or renaming of source files. Done means a static library is built from C++ source and all three behaviors are covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100