Improve Pipeline & Misc Improvements (#12)
* split pipeline * add dedicated doc build step * parallel builds * fix permissions * rm push trigger * mv gcc ubuntu * add windows build * always build the docs * doc alignment * checkout recursive * depend on builds for documentation * set standard via cmake * update libCZI to main * pretty_function win32 * version history update * disable windows release build missing dependencies for doc generation trigger ci on push to main adapt doc-gen job require only doxygen
This commit is contained in:
committed by
Maximilian Kueffner
parent
fec5c08aaa
commit
b1923a490c
+9
-8
@@ -1,11 +1,12 @@
|
||||
# Version History
|
||||
|
||||
| Version | Description |
|
||||
|:-------:|:------------------------------------------------------------------------|
|
||||
| 0.0.5 | Compile for C++23 and code style adaptions |
|
||||
| 0.0.4 | Fix MSVC build, some cosmetics, explicit initial window size for images |
|
||||
| 0.0.3 | Fetch subblocks based on the dimension selection sliders |
|
||||
| 0.0.2 | Add Dimension selector sliders to CZI image view |
|
||||
| 0.0.1 | Initiate CZI image view |
|
||||
| 0.0.0 | Initial version |
|
||||
| Version | Description |
|
||||
|:-------:|:------------------------------------------------------------------------------------------------------------|
|
||||
| 0.0.6 | Added documentation-only option `PIXELARIUM_BUILD_DOCS_ONLY`, libCZI upgrade to main branch CI improvements |
|
||||
| 0.0.5 | Compile for C++23 and code style adaptions |
|
||||
| 0.0.4 | Fix MSVC build, some cosmetics, explicit initial window size for images |
|
||||
| 0.0.3 | Fetch subblocks based on the dimension selection sliders |
|
||||
| 0.0.2 | Add Dimension selector sliders to CZI image view |
|
||||
| 0.0.1 | Initiate CZI image view |
|
||||
| 0.0.0 | Initial version |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user