Skip to content
Snippets Groups Projects
  1. May 06, 2013
    • Fons Rademakers's avatar
      replace svninfo.txt by gitinfo.txt to provide git commit and branch information. · 7a703373
      Fons Rademakers authored
      Provide git commit and branch info to the system. The methods:
         TROOT::GetSvnRevision()
         TROOT::GetSvnBranch()
         TROOT::GetSvnDate()
      have been replaced by:
         TROOT::GetGitCommit()
         TROOT::GetGitBranch()
         TROOT::GetGitDate()
      Also the RVersion.h has changed and:
         ROOT_SVN_REVISION
         ROOT_SVN_BRANCH
      has been replaced by:
         ROOT_GIT_COMMIT
         ROOT_GIT_BRANCH
      7a703373
  2. Feb 26, 2013
  3. Feb 20, 2013
  4. Feb 19, 2013
  5. Jan 23, 2013
  6. Dec 19, 2012
  7. Dec 14, 2012
  8. Dec 09, 2012
    • Fons Rademakers's avatar
      Here we go: · d2bfd6c7
      Fons Rademakers authored
      - Remove CINT
      - Update configure to not have CINT references
      - Update Makefile to not have CINT references
      - Remove all references to G__BIT_xxxx
      More cleaning in next rounds.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@47939 27541ba8-7e3a-0410-8455-c3a389f83636
      d2bfd6c7
  9. Nov 14, 2012
  10. Oct 30, 2012
  11. Oct 29, 2012
  12. Oct 23, 2012
  13. Oct 16, 2012
  14. Sep 27, 2012
  15. Sep 24, 2012
  16. Sep 23, 2012
  17. Sep 19, 2012
  18. Sep 07, 2012
  19. Sep 05, 2012
  20. Aug 31, 2012
    • Axel Naumann's avatar
      Link cling and llvm statically, remove libCling.so: · 1696d095
      Axel Naumann authored
      * no need to export libcling's (and thus clang's) symbols that are used in TCintWithCling.
      * properly hides clang, llvm symbols (they are now unreachable through ROOT)
      * rootcling_tmp doesn't need to find libCling.so anymore
      
      The order of static initialization is (as always) fragile but relevant, as TCintWithCling is created during static init, but it needs parts of llvm to be set up before. Re-ordering of $(CLINGLIBEXTRA) versus $(COREO) fixes that for me.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@45778 27541ba8-7e3a-0410-8455-c3a389f83636
      1696d095
  21. Aug 15, 2012
  22. Aug 01, 2012
  23. Jul 13, 2012
  24. Jul 05, 2012
  25. Jun 28, 2012
  26. Jun 27, 2012
  27. May 14, 2012
  28. Apr 12, 2012
  29. Mar 28, 2012
  30. Feb 22, 2012
Loading