Skip to content
Snippets Groups Projects
  1. Jan 15, 2004
  2. Jan 10, 2004
  3. Jan 09, 2004
  4. Jan 08, 2004
  5. Oct 13, 2003
  6. Aug 15, 2003
  7. Jul 27, 2003
    • Rene Brun's avatar
      From Axel Naumann: · 4beb4cdc
      Rene Brun authored
      I'm jetlagged, so I fixed the rootx problem on win32gcc. The reason why
      this was not implemented properly before: root spawns root.exe - which
      doesn't work on win32gcc, as root and root.exe are identical (whenever you
      build an executable called root you'll end up with a file called
      root.exe).
      
      The attached patch will build a root.exe correspodning to unix's root.
      When people type "root" that's what they start. The change in
      main/Module.mk builds root_exe.exe on win32gcc, corresponding to unix's
      root.exe. Obviously, I also had to patch rootx.cxx now; I added a preproc
      define ROOTBINARY "root_exe.exe" for win32gcc and "root.exe" otherwise.
      Now root properly shows its popup, checks X11 and what not.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@7008 27541ba8-7e3a-0410-8455-c3a389f83636
      4beb4cdc
  8. Apr 03, 2003
  9. Jan 13, 2003
  10. Dec 09, 2002
  11. Mar 29, 2002
    • Rene Brun's avatar
      Patch from Eddy Offermann. · 46d96362
      Rene Brun authored
      "We had problems compiling root with CC6.2 when applying the -D_REENTRANT
       flag, see forwarded mail below from a collegue of mine, Harray Felder.
       It does the minimal change I found necessary to be able to use the _REENTRANT
        define in our compilation of root. (This define is used to cause the system includes
        to generate some function calls instead of macros so that libraries
        can potentially be used in a multithreaded executable, although in a single-threaded
        manner. We are now setting this flag everywhere so that we can incorporate some
        libraries into java programs, which are inherently multithreaded.)"
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@4270 27541ba8-7e3a-0410-8455-c3a389f83636
      46d96362
  12. Jan 21, 2002
  13. Nov 06, 2001
  14. Aug 27, 2001
  15. Jun 26, 2001
  16. Jun 22, 2001
  17. May 21, 2001
  18. Apr 06, 2001
  19. Apr 04, 2001
  20. Dec 13, 2000
  21. Dec 10, 2000
  22. Oct 12, 2000
  23. Jun 16, 2000
  24. Jun 13, 2000
  25. May 21, 2000
  26. May 16, 2000
Loading