Skip to content
Snippets Groups Projects
  1. Apr 13, 2016
  2. Apr 11, 2016
  3. Apr 09, 2016
    • Charles Leggett's avatar
      Isolate EventContext from Algorithm · 84020b9d
      Charles Leggett authored
      in order to not have re-entrant Algorithms stomp on each others' EventContexts, we need to isolate the EventContext from the Algorithm, and move it to the AlgoExecutionTask. We can then pass the EventContext explicitly to the tbb::task, instead of carrying it via the Algorithm, which would fail for re-entrant Algs. This also requires a change to the signature of ForwardSchedulerSvc::promoteToExecuted.
      
      We should also make the EventContext* of the Algorithm const, to prevent any modification from inside the Alg.
      
      See merge request !147
      84020b9d
  4. Apr 07, 2016
  5. Mar 31, 2016
  6. Mar 29, 2016
  7. Mar 22, 2016
  8. Mar 21, 2016
  9. Mar 18, 2016
  10. Mar 16, 2016
  11. Mar 15, 2016
  12. Mar 14, 2016
  13. Mar 11, 2016
Loading