needy icon indicating copy to clipboard operation
needy copied to clipboard

A C++ library dependency helper.

Results 24 needy issues
Sort by recently updated
recently updated
newest added

When performing a docker build, cache directories are extracted to a temporary directory often inside the docker-hosted filesystem and then moved to the correct directory. `os.rename` often doesn't work between...

Currently, the best available method to develop first party dependencies alongside a top-level project is to either use a directory source which currently provides no means to track changes and...

Like docker, but for build steps. Probably defaulted to true, but some projects might be bad and make global changes to the environment.

I think they're needed and an easy way to start this would be to utilize a containerized android build environment.

planned

A consolidation of issues with the experimental platform-wide caching feature: - zero byte files seem to occasionally get placed into the cache - directory sources aren't properly cached since their...

feature
ongoing

For osx, ios, and appletv.

planned

It would be desirable to be able to apply a list of patches to a source directory prior to project type determination and prior to a build. Currently, the best...

feature

When a user would like to modify a needy-managed library, they may wish to develop the library from an external location. I would suggest utilizing dev-mode for this: ``` needy...

feature

Creating a single issue for the various issues where feedback can be improved: - pkg-config is missing - git is missing - git can't establish the authenticity of the host...

feature
ongoing