-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
What is your question?
Hello,
I apologize in advance if it isn't the right place to ask, but I figured it is worth a try.
I've used Conan for quite some time to manage a couple C++ projects for embedded development and become quite impressed with the capabilities of Conan.
As I spend most of my time in RAD Studio developing Delphi applications and sometimes cross-over with C++Builder (Due to the interop features). I was wondering if the Conan team would consider including support for RAD Studio?
I don't expect the Conan team have the capacity to add the support themselves, but would it be of interest if the integration is maintained as an external contribution and upstreamed to the Conan project?
Since Delphi uses DCUs (Delphi Compiled Units) to speed up the already fast compilation (Similar to the new C++ modules), and bpl packages (Essentially a dll/so/dylib with additional header magic for lookups) for components and optional runtime packages for modularity, Conan has all the features which would fit well into RAD Studio - especially when managing dependencies in a CI/CD pipeline, managing a large project in the IDE or managing multi platform projects which requires additional C++ dependencies to be compiled.
The same goes for C++Builder (It is clang/LLVM backed).
RAD Studio uses MSBuild project format format and MSBuild to build projects.
Thank you in advance.
Kind regards, Glenn.
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide