Skip to content
Snippets Groups Projects
  1. Mar 27, 2017
  2. Feb 14, 2017
    • Raphael Isemann's avatar
      Remove all redundant header guards around include directives · 04fe6d5d
      Raphael Isemann authored
      
      Many headers contains redundant header guards around #include directives:
      
          #ifndef ROOT_TTree
          #include "TTree.h"
          #endif
      
      This patch removes the #ifndef's around these includes as they
      don't serve any pratical purpose anymore and are no longer part
      of the current ROOT coding convention.
      
      This patch also fixes the 153 typos that are contained in the
      symbols of the #ifndef directives.
      
      Signed-off-by: default avatarVassil Vassilev <vvasilev@cern.ch>
      04fe6d5d
  3. Jan 28, 2017
  4. Jan 27, 2017
  5. Jan 26, 2017
  6. Jan 25, 2017
  7. Jan 17, 2017
  8. Jan 13, 2017
  9. Dec 19, 2016
  10. Dec 17, 2016
  11. Dec 14, 2016
  12. Nov 25, 2016
  13. Nov 16, 2016
  14. Nov 15, 2016
  15. Nov 01, 2016
  16. Oct 14, 2016
  17. Sep 29, 2016
  18. Sep 25, 2016
  19. Sep 22, 2016
  20. Sep 20, 2016
  21. Sep 19, 2016
  22. Sep 07, 2016
Loading