master
Replace usleep with std::this_thread::sleep_for
Moved plugins to FWCore/Integration/plugins
Added fillDescriptions to more classes in FWCore
Moved ExternalRandomNumberGeneratorService to GeneratorInterface
Improve failure exception message
Implement ExternalWork for ESProducers
Remove support for non-concurrent Record Interval Finders
Print ES module dependences from Tracer
Merge pull request #48689 from makortel/productDescriptionTypeIDOnly
Remove configuration support for SubProcess and its tests
Refactor consumes info for PathsAndConsumesOfModules
Move begin/endStream to ModuleHolder
Replace asserts with exceptions in many integration test modules
Added inconsistent products tests
Access PathsAndConsumesOfModules from new signal
FWCore: handle float and vfloat in the remaining ParameterSet code paths
Avoid type conversion in InputSource::ItemTypeInfo
Renamed BranchDescription to ProductDescription
changes from review comments and formatting
using for ProductDescription
Provide ProductRegistry access in OccurenceForOutput
Mark variables used only in in assert() with [[maybe_unused]]
Remove SubProcess and references in EventProcessor related code
Improve behavior after exception in begin/end run transitions
[CORE] [LLVM21] Apply code-checks and formats
Adjust to moving FromFiles to FWStorage/Catalog
Sources now have independent ProductRegistry
Removed support for thinning
Add StreamID parameter to Transformer callback functions