Skip to content
Snippets Groups Projects
  1. Feb 06, 2007
  2. Feb 03, 2007
  3. Jan 12, 2007
    • Rene Brun's avatar
      · 32ac4af4
      Rene Brun authored
         TMath::Abs, TMath::Min, TMath::Max, TMath::Sign, TMath::Range
      These functions are unfortunately not defined in a standard way in std::
      
      This include is referenced by a new version of TMath.h.
      As a result, TMath.h is back compatible with the previous version.
      
      TMathBase.h is used in place of TMath.h in all the classes
      that will go into the future miniCore library.
      TMath.h and the TMath implementation will go into a new math sub-directory.
      
      TString.h uses TMathBase.h instead of TMath.h.
      As a result, it was necessary to include "TMath.h" in some classes
      assuming that TMath was included via TString and using other functions
      than the ones defined in TMathBase.h
       ----------------------------------------------------------------------
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@17306 27541ba8-7e3a-0410-8455-c3a389f83636
      32ac4af4
  4. Nov 16, 2006
  5. Oct 20, 2006
  6. Aug 24, 2006
  7. Jun 19, 2006
  8. May 27, 2006
  9. May 26, 2006
  10. May 24, 2006
  11. May 23, 2006
  12. May 16, 2006
  13. May 15, 2006
  14. May 13, 2006
  15. May 09, 2006
  16. Apr 22, 2006
  17. Apr 11, 2006
  18. Apr 07, 2006
  19. Mar 20, 2006
  20. Mar 18, 2006
    • Fons Rademakers's avatar
      From Axel: · 48cd001d
      Fons Rademakers authored
      Dictionary G__%.o: G__%.cxx rules now in main Makefile instead of Module.mk's
      => changes in Module.mk.
      
      First Module.mk's included, then Makefile.precomp - we need ALLHDRS defined
      
      Split $(PCHEXTRAOBJ) and $(PCHFILE) rules - fixes clash with make -j2
      
      Define CINTCXXFLAGS:= - otherwise they will contain PCHCXXFLAGS via
      their definition as a copy of CXXFLAGS.
      
      MSVC: prevent LNK4206 linker warning (-Yl...)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14301 27541ba8-7e3a-0410-8455-c3a389f83636
      48cd001d
  21. Mar 06, 2006
  22. Jan 18, 2006
  23. Dec 10, 2005
    • Fons Rademakers's avatar
      From Axel: · 0ab88198
      Fons Rademakers authored
      handle in a consistent way the new rootcint options -cint (default),
      -reflex and -gccxml. The type of dictionary to be used can be specified
      like: ./configure --with-dicttype=reflex. Notice that this option is
      there only for the developers working on the migration to the new
      dictionary system.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@13609 27541ba8-7e3a-0410-8455-c3a389f83636
      0ab88198
  24. Dec 09, 2005
    • Fons Rademakers's avatar
      From Axel: · f4578298
      Fons Rademakers authored
      in case we have gmake >= 3.80 we can use the new | (order) syntax where
      all dependencies after the | are required to be there but not trigger
      execution of the rule. This should greatly enhance the build experience
      on Win32 and AIX (platforms that need the EXPLICITLINK option).
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@13584 27541ba8-7e3a-0410-8455-c3a389f83636
      f4578298
  25. Sep 04, 2005
  26. Aug 30, 2005
  27. Jun 09, 2005
  28. Mar 03, 2005
  29. Feb 28, 2005
  30. Dec 16, 2004
  31. Oct 22, 2004
  32. Aug 19, 2004
  33. Jul 07, 2004
  34. Jun 15, 2004
  35. Jun 11, 2004
  36. May 13, 2004
Loading