DPM icon indicating copy to clipboard operation
DPM copied to clipboard

A Package Manager for Delphi

Results 16 DPM issues
Sort by recently updated
recently updated
newest added

Hi Vincent! First, I would like to thank you for the beautiful project! It would be great if you added the option to change and add Environment Variables from the...

It seems they are now using a virtual lmagelist with a imagecollection - so we need to find a way to get the collection and add to that.

bug

ie don't show VCL packages for FMX projects. - [x] Add UI framework metadata to packages (match FrameworkType dproj element?) - [ ] Add UI framework to package filenames? -...

If a project uses runtime packages the copylocal feature will copy the bpl to the output folder, whether the dcp is referenced or not. If the dcp is not referenced,...

bug

Other package managers use code signing to help ensure package integrity and authenticity. The idea is that package consumers can be sure of a) that the package has not been...

research

MSBuild doesn't allow us to set the version info from the command line, so any runtime packages we build will not have the correct version info. We will need to...

enhancement

The currently implemented dependency resolution algorithm works well in small graphs, but will most likely cause performance issues with larger/deeper graphs, or where there are larger numbers of package versions....

research

These are some packages that are available. Since we don't yet have a central package repository if you publish dpm packages for your library feel free to add links in...

documentation

As I understand it, now the main focus is on bpl, dcp packages. However, there is completely the same need for managing runtime dependencies for dll and exe. Is this...

The dspec format is used for both the templating and the final package. However, the templates allow specifying several Delphi versions and platforms, while the final package is supposed to...