Skip to content
Snippets Groups Projects
  1. Feb 07, 2020
  2. Feb 06, 2020
  3. Feb 04, 2020
  4. Jan 27, 2020
  5. Jan 21, 2020
  6. Aug 09, 2019
  7. Jan 25, 2019
  8. Jan 15, 2019
  9. Dec 11, 2018
  10. Nov 30, 2018
  11. Sep 28, 2017
  12. Jun 06, 2017
    • Vassil Vassilev's avatar
      ClassImp is redundant in tutorials. · 0a681ee2
      Vassil Vassilev authored
      0a681ee2
    • Vassil Vassilev's avatar
      Do not confuse clang-format. · 68a8a335
      Vassil Vassilev authored
      ClassImp is a macro defined in Rtypes.h. It can be written without trailing
      semicolon. However, clang-format is based on lexing and it doesn't know at
      all about preprocessors and how to expand macros. When visiting ClassImp(X)
      it thinks this is not a completed entity (as it doesn't expand macros) and
      considers the next line as continuation of the previous.
      
      Inserting a semicolon fixes the issue and makes formatting with clang-format
      in the ROOT codebase less tricky.
      68a8a335
  13. Apr 12, 2017
  14. Jan 28, 2017
  15. Jan 26, 2017
  16. Jan 19, 2017
  17. Nov 01, 2016
  18. Sep 14, 2016
  19. Aug 18, 2016
  20. Jul 18, 2016
  21. Apr 15, 2016
  22. Dec 13, 2015
  23. Oct 27, 2015
  24. Jul 14, 2015
  25. Jun 26, 2015
  26. May 04, 2015
  27. Jan 09, 2015
    • Andrei Gheata's avatar
      Major fixes and new features for the parallel world. Declaring the physical... · 6ce8e4be
      Andrei Gheata authored
      Major fixes and new features for the parallel world. Declaring the physical nodes and overlaps has to be done by name. Overlaps can be automatically detected after tracking. The parallel world can be drawn.
      
      (cherry picked from commit 9dcefdea)
      
      Conflicts:
      	geom/geom/inc/TGeoParallelWorld.h
      	geom/geom/src/TGeoNavigator.cxx
      	geom/geom/src/TGeoParallelWorld.cxx
      	tutorials/geom/parallel_world.C
      6ce8e4be
  28. Nov 10, 2014
  29. Aug 05, 2014
Loading