Issues
- 0
cpfAddCppPackageComponent() needs the ability to deploy arbitrary files to the runtime output directory
#66 opened by Knitschi - 0
- 1
- 0
Investigate if new CMake features can simplify or replace my dll deployment code
#64 opened by Knitschi - 1
- 1
Remove the custom target for interface libraries and set the sources to the target directly
#61 opened by Knitschi - 1
- 1
- 0
- 0
Add an option to cpfAddCppPackage() that allows adding test run targets with argument lists
#58 opened by Knitschi - 0
Invastigate if we have a problem with install( EXPORT when a library is linked to two other libraries.
#53 opened by Knitschi - 0
- 1
Support building without CPFBuildscripts.
#56 opened by Knitschi - 0
Give install components project specific names.
#55 opened by Knitschi - 0
Optionally print a list with all target names at the end of the generate step.
#54 opened by Knitschi - 0
- 3
- 1
The CI project should be able to set the linkage for dependencies individually.
#49 opened by Knitschi - 1
- 0
Improve package version status message to print if the version has been tagged.
#17 opened by Knitschi - 4
- 1
Empty lines are lost when copy-pasting from \code sections in the doxygen documentation.
#47 opened by Knitschi - 0
- 1
Add option EXE_FILES to function cpfAddCppPackage() that can be used to add files to the exe target instead of the production library.
#50 opened by Knitschi - 1
- 3
Consider using a CMakeSettings.json file like it is used in VS2017 instead of using our own cpfCIBuildConfigurations.json and <config>.cmake files.
#45 opened by Knitschi - 1
- 2
- 1
Remove the PACKAGE_NAME argument from the cpfAddPackage() functions and the cpfInitPackage() function.
#43 opened by Knitschi - 1
- 1
Move generated version files to the build tree and add them to the install target.
#24 opened by Knitschi - 1
Version changes are not propagated to the <package>ConfigVersion.cmake file on incremental generates.
#31 opened by Knitschi - 1
Distribution package creation fails when the DISTRIBUTION_PACKAGE_FORMATS option is set to "7Z ZIP"
#34 opened by Knitschi - 0
Find out if we can simplify or get rid of the config-dependent command and argument file mechanism.
#39 opened by Knitschi - 2
Packaging and install target redesign.
#36 opened by Knitschi - 2
- 1
Consider using install( ... COMPONENT ... ) to handle the package content type.
#32 opened by Knitschi - 1
- 3
- 2
- 1
Use more specific names for per-package targets.
#18 opened by Knitschi - 0
Add tests for abi-compliance-checker targets.
#29 opened by Knitschi - 1
- 1
Replace cpfSeparateArgumentsForPlatform() with cmake function separate_arguments()
#25 opened by Knitschi - 1
Valgrind target is not working.
#19 opened by Knitschi - 1
- 2
VS directory properties for template .in files are sometime erroneously added to the header file directory.
#21 opened by Knitschi - 1
- 1
- 1
Manual changes to checked in DoxygenConfig.txt are overwritten when running 2_Generate.py <config>
#20 opened by Knitschi