Skip to content
Snippets Groups Projects
  1. Jul 25, 2019
  2. Jul 01, 2019
  3. May 28, 2019
  4. May 14, 2019
  5. Feb 11, 2019
  6. Feb 05, 2019
  7. Jan 23, 2019
  8. Jan 22, 2019
  9. Jan 16, 2019
  10. Jan 15, 2019
  11. Jan 09, 2019
  12. Dec 07, 2018
  13. Dec 05, 2018
  14. Dec 03, 2018
  15. Nov 20, 2018
  16. Jun 05, 2018
    • Guilherme Amadio's avatar
      Add ${CRYPTLIBS} to rpdutil INTERFACE_LINK_LIBRARIES · 3787d16a
      Guilherme Amadio authored
      To link against rpdutil one also needs ${CRYPTLIBS}, so the rpdutil
      target should propagate that to libraries linking against it via the
      INTERFACE_LINK_LIBRARIES property, instead of adding ${CRYPTLIBS} to all
      libraries linking against rpdutil.
      3787d16a
  17. May 18, 2018
  18. May 04, 2018
  19. Mar 27, 2018
  20. Feb 06, 2018
  21. Dec 01, 2017
  22. May 16, 2017
  23. Mar 27, 2017
  24. 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
  25. Jan 28, 2017
  26. Jan 26, 2017
  27. Jan 17, 2017
  28. Jan 13, 2017
  29. Dec 17, 2016
  30. Dec 14, 2016
    • Vassil Vassilev's avatar
      Move each header in a submodule. · 8d6b3e8d
      Vassil Vassilev authored
      This is the recommended way of using the modules feature and should pave our way
      of enabling -fmodules-local-submodules-visibility mode.
      8d6b3e8d
    • Vassil Vassilev's avatar
      [cmake][make] Automatically generate bug chunk of the modulemap. · ca144dfa
      Vassil Vassilev authored
      Our two build systems can generate almost entirely a modulemap file laying out
      one module per library. Due to some non-modular implementation in ROOT's core we
      still need to treat some header files specially.
      
      This patch appends modular header files to the modulemap while skipping the
      predefined ones. Configure-make relates all headers that are installed in
      $ROOTSYS/include to their library whereas relates only headers which are part of
      library's dictionary.
      ca144dfa
  31. Nov 25, 2016
Loading