-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds enableFeature() and isFeatureEnabled(). Adds the feature "StrictInitializationChecks". Make pre-init property settability conditional: Setting a pre-init property after initialization is an error if Core feature StrictInitializationChecks is enabled. Otherwise it is a warning.
- Loading branch information
1 parent
34a179c
commit 46b620c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule mmCoreAndDevices
updated
10 files
+1 −1 | DeviceAdapters/ZeissCAN/mcu28.cpp | |
+140 −0 | MMCore/CoreFeatures.cpp | |
+44 −0 | MMCore/CoreFeatures.h | |
+31 −12 | MMCore/Devices/DeviceInstance.cpp | |
+52 −1 | MMCore/MMCore.cpp | |
+6 −0 | MMCore/MMCore.h | |
+2 −0 | MMCore/MMCore.vcxproj | |
+6 −0 | MMCore/MMCore.vcxproj.filters | |
+2 −0 | MMCore/Makefile.am | |
+1 −1 | MMCoreJ_wrap/pom.xml |
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 +1 @@ | ||
__version__ = "11.0.0.71.1.dev0" | ||
__version__ = "11.1.1.71.0.dev0" |