Skip to content
Snippets Groups Projects

merge from atlas/v28r0.001 into atlas/20.8.X Conditions

  1. Jan 03, 2017
  2. Dec 15, 2016
  3. Dec 13, 2016
  4. Dec 09, 2016
  5. Dec 07, 2016
    • Benedikt Hegner's avatar
      Improvements on Hivetimeline script · 102daf40
      Benedikt Hegner authored
      In particular : 
        - proper display of slots for the events bars at the top
        - scalable display, with command line options to change size
        - option to skip first events (useful for first one where cache are not warm)
        - worked around ROOT bug of TLines not working properly
        - allow to change on command line number of colors for the events
      
      See merge request !243
      102daf40
    • Benedikt Hegner's avatar
      Allow ADL lookup of parse and toStream · 291ba412
      Benedikt Hegner authored
      Currently, if one introduces a `Gaudi::Property<T>`, then there must be a corresponding `StatusCode Gaudi::Parsers::parse(T&,const std::string&)` in the namespace `Gaudi::Parsers` and a corresponding `void Gaudi::Utils::toStream(const T&, std::stream&)` in the namespace `Gaudi::Utils`. 
      
      This patch explicitly enables [ADL](http://en.cppreference.com/w/cpp/language/adl) lookup (with a fall-back to `Gaudi::Parser::parse` and `Gaudi::Utils::toStream`) so that it is sufficient to either define `parse` and `toStream` in the namespace in which `T` is defined, or add them as `friend` functions to `T`.
      
      See merge request !242
      291ba412
    • Benedikt Hegner's avatar
      port LHCb MT developments to Gaudi master · dc1b505f
      Benedikt Hegner authored
      among others we have
      - `Gaudi::Functional`: base classes to write algorithms as pure functions
      - `AnyDataWrapper`/`AnyDataHandle`: helper to store any type in the Transient Store (DataSvc)
      - fixes to `DataObjectHandle`
      - fixes to `GaudiHive`
      - new tests and examples
      - modernization (removed empty destructors, ...)
      
      See merge request !245
      dc1b505f
    • Marco Clemencic's avatar
      Revert Range support in AnyDataHandle · b8a4ad4f
      Marco Clemencic authored
      This reverts commit 95d3d0d5, reversing
      changes made to 4d2de652.
      b8a4ad4f
  6. Dec 06, 2016
  7. Dec 05, 2016
  8. Dec 03, 2016
  9. Dec 02, 2016
  10. Dec 01, 2016
  11. Nov 30, 2016
  12. Nov 29, 2016
  13. Nov 28, 2016
  14. Nov 25, 2016
  15. Nov 24, 2016
  16. Nov 23, 2016
  17. Nov 18, 2016
  18. Nov 17, 2016
  19. Nov 16, 2016
  20. Nov 15, 2016
  21. Nov 12, 2016
  22. Nov 11, 2016
  23. Nov 10, 2016
  24. Nov 09, 2016
  25. Nov 08, 2016
  26. Nov 07, 2016
  27. Nov 04, 2016
Loading