master
Added delayed EventSetup test
Rewrote statemachine test using catch2
Added DepOnDepRecord for testing
Only changes from scram build code-format-all
Removed use of boost::mpl from DependentRecord system
get rid of CVS IDs in framework code
DataProxyProvider internal implementation
Snapshot of CMSSW_6_2_0_pre8.
Refactor consumes info for PathsAndConsumesOfModules
Optionally allow setting of start IOV for DummyEventSetupRecordRetriever
Fix GCC 9 shadowing compiler warnings in Core (2nd try)
Convert to catch2 v3 API
Moved FWCore/Framework tests to catch2
Use SourceCoordinator to handle Source
Allow missing supporting Finders
EventSetupsController now handles Finders
Removed Finder from EventSetupRecordProvider
Removed support for thinning
next round of code review
Apply formatting
Use HardwareResourcesDescription in ProcessConfiguration
Fix UBSAN error in FWCore/Framework unit tests
Allow a stream to skip a lumi if all events processed
Move non public API headers from FWCore/Framework/interface
fix framework tests
Use AsciiOutputModule for simple FWCore/Framework tests
add parser tests using catch2
Fix unit test script bugs
[Core] Unit tests fixes/improvements
Remove configuration support for SubProcess and its tests
Turn warning on modules requiring synchronization on Lumi boundaries to an exception
don't need separator anymore
Bug fix for behavior after exceptions with concurrent lumis
Added an early termination signal for Services
Add unit test for global::OutputModule<ExternalWork>
Improve the manner of running options unit tests
Use TriggerResultsTestSource for missing path tests
standardize includes
Fix improper data dependencies in unit tests
Add concurrent LuminosityBlock tests
Fix EventSetup prefetching when using 1 thread
Add test for being able to continue when a Lumi is blocked
Added TryToContinue exception handling option
add more tests
Better dependency checking on Paths
Added modulesToIgnoreForDeleteEarly configuration option
Implement new MessageLogger configuration API
Replace string with InputTag in IntTestAnalyzer
Replace vstring with VInputTag in edmtest::AddIntsProducer
Validate top level ParameterSets like options
Allow consumes declarations in EDLooper
Add comment about modules being deleted being ok in empty Paths tests
Fix bug when an exception happens near lumi end
remove more unnecessary separator usage
Need to exclude PathInserter from the test
Changed use of legacy EDProducer to one with SharedResources
Remove SwitchProducer tests
Add configuration parameter to allow disabling the module deletion
Find entire sub-DAGs of non-consumed modules and delete them
Disable module deletion if a job has an EDLooper
Use consumes information when doing delete early of data products
Rename module in non-event ordering tests to avoid accidental success
Add ProcessBlock feature to Framework
Updated configurations in FWCore to new MessageLogger syntax
Set numberOfConcurrentLuminosityBlocks explicitly to 1 in various tests
fix some unit tests
Modify options setting concurrent lumis and IOVs
Properly handle case where default number of threads requested
Add missing newline at the end of file
Extend the transition testing