Skip to content
Snippets Groups Projects
  1. Jun 15, 2006
  2. May 30, 2006
  3. May 19, 2006
  4. May 09, 2006
  5. May 06, 2006
  6. May 04, 2006
  7. Apr 19, 2006
    • Fons Rademakers's avatar
      Change the TError.h macros: · 816f771b
      Fons Rademakers authored
      Assert   ->  R__ASSERT
      Check    ->  R__CHECK
      Change the TCollection.h macro:
      ForEach  ->  R__FOR_EACH
      This to avoid potential problems due too trivial macro names.
      The old macros will be removed in the next release. Currently
      they will print out warning messages with the advice to move
      to the new macro names.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14745 27541ba8-7e3a-0410-8455-c3a389f83636
      816f771b
  8. Apr 16, 2006
  9. Apr 11, 2006
  10. Apr 10, 2006
  11. Apr 09, 2006
  12. Mar 18, 2006
  13. Mar 15, 2006
  14. Mar 10, 2006
  15. Mar 09, 2006
    • Philippe Canal's avatar
      use unset instead of set · bd42af66
      Philippe Canal authored
      git-svn-id: http://root.cern.ch/svn/root/trunk@14219 27541ba8-7e3a-0410-8455-c3a389f83636
      bd42af66
    • Philippe Canal's avatar
      From Axel: · 762bec26
      Philippe Canal authored
      ROOT MSVC debug builds (and version of MSVC) are now compiled with -MDd,
      not -MD. This means debug builds will link against the debug versions of
      the runtime libraries. This change has to be propagated to all object
      files - any debug build of root (no matter what version of MSVC) has to
      be completely re-built!
      
      This and MSVC8 incompatible flags had to be changed for sub-modules'
      Makefiles, too.
      
      root-config now tells the user what --cflags to use to get a compatible
      build.
      
      There's a MSVC8 compiler bug, which means floor has to be removed from
      the g__cfunc.c table.
      
      .manifest files are now embedded.
      
      Most compiler flags (-DWhatever) and /wd have moved to w32pragma.h.
      Reasons: easier to maintain and to check for compiler versions; easier
      to re-use by the users (see e.g. test/Makefile.arch); far shorter
      compiler invocations.
      
      Removed oldnames.lib from the syslibs (let the linker decide - it's a
      default lib).
      
      Allow MSVC version determination to work even when building within MSVC
      (thanks Philippe!)
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@14215 27541ba8-7e3a-0410-8455-c3a389f83636
      762bec26
  16. Feb 06, 2006
  17. Feb 03, 2006
  18. Jan 18, 2006
  19. Jan 17, 2006
  20. Jan 05, 2006
  21. Dec 22, 2005
  22. Dec 08, 2005
  23. Dec 07, 2005
  24. Dec 02, 2005
  25. Dec 01, 2005
  26. Nov 03, 2005
  27. Oct 28, 2005
Loading