-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Last pass at documenting the cmake stuff
- Loading branch information
Showing
8 changed files
with
91 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pip install sphinx sphinxcontrib-moderncmakedomain sphinx-sitemap GitPython sphinx-rtd-theme breathe rst2pdf | ||
pip install -r requirements.txt | ||
sphinx-build -M html $(pwd) out | ||
sphinx-build -b pdf $(pwd) out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,39 @@ | ||
Welcome to CMake Custom Modules documentation | ||
====================================================== | ||
CMake Custom Codesigning Modules documentation | ||
========================================================= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
.. only:: html | ||
|
||
.. cmake-manual-description: CMake Modules Reference | ||
.. contents:: Table of Contents | ||
|
||
CMake Modules | ||
************* | ||
Influencial Configuration Variables | ||
************************************* | ||
|
||
Below you find a list of CMake Modules included in this project. | ||
|
||
Codesigning Modules | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
||
Influencial configuration variables | ||
Influencial configuration variables on macOS | ||
|
||
.. cmake:variable:: CPACK_CODESIGNING_DEVELOPPER_ID_APPLICATION | ||
This is something like ``Developer ID Application: <The Name> (<TEAMID>)``. | ||
Refer to :cmake:command:`setup_macos_codesigning_variables` which pre-populates it with options from ``security-find-identity -v -p codesign`` | ||
|
||
This will automatically set `CPACK_IFW_PACKAGE_SIGNING_IDENTITY <https://cmake.org/cmake/help/v3.30/cpack_gen/ifw.html#variable:CPACK_IFW_PACKAGE_SIGNING_IDENTITY>`_ to the same value, so that ``binarycreator`` signs the .app installer it builds as well | ||
|
||
.. cmake:variable:: CPACK_CODESIGNING_NOTARY_PROFILE_NAME | ||
Should be set to the name you used during ``xcrun notarytool store-credentials`` | ||
|
||
Here is the list of Utility Modules | ||
------- | ||
|
||
Codesigning Modules | ||
******************* | ||
.. cmake-module:: ../CodeSigning.cmake | ||
|
||
------- | ||
|
||
Codesigning Scripts | ||
******************* | ||
|
||
.. cmake-module:: ../CPackSignAndNotarizeDmg.cmake | ||
|
||
------- | ||
|
||
.. cmake-module:: ../install_codesign_script.cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
GitPython==3.1.43 | ||
rst2pdf==0.102 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinx-sitemap==2.6.0 | ||
sphinxcontrib-moderncmakedomain==3.29.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6a2dc11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codesigning (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3695 of 3695 tests passed, 0 test warnings)
6a2dc11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codesigning (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2862 of 2862 tests passed, 0 test warnings)
6a2dc11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codesigning (jmarrec) - x86_64-MacOS-10.18-clang-15.0.0: OK (3654 of 3654 tests passed, 0 test warnings)
6a2dc11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codesigning (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (2070 of 2070 tests passed, 0 test warnings)
6a2dc11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codesigning (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (795 of 795 tests passed, 0 test warnings)