- Jun 20, 2008
-
-
Fons Rademakers authored
Allow --enable-cint7 to build CINT7 in parallel to CINT5. This builds root7.exe, rootcint7, cint7 which will pick up libCint7. CINT includes are now in include/cint and include/cint7. Many #include statements changed because of that. We still provide backward compatible wrapper headers in include/ pointing to the include/cint ones. Dictionaries for CINT5 and CINT7 are now (mostly) compatible. When --enabled-cint7, TCint for CINT5 is in libMetaTCint and TCint for CINT7 is in libMetaTCint_7. The classes' source is identical for now (except for the cases marked with #ifdef R__BUILDING_CINT7); they pick up different CINT implementations, though. Without --enable-cint7, TCint.o is linked into libCore, just like it used to be. With --enable-cint7, TROOT() dlopens libMetaTCint / libMetaTCint_7, depending on which libCint the binary is linked against (determined via G__cint_version). TCint contains and sets a global factory pointer that creates the appropriate TCint object for TROOT. The cintdlls are built for CINT5 and CINT7 separately, cintdlls.mk is included twice, with different contexts set by cint/Module.mk and cint7/Module.mk. --enable-/--disable-cint7 (i.e. (TCint.o in libCore vs libMetaTCint) triggers a re-build of TROOT.o Remove dependency from TGWin32ProxyDefs to bare CINT Add implementation of G__alloc_tempobject_val to cint5 Add a rule how to build C-dictionaries, needed for G__c_stdfunc.c. No rootmap entries for TCint - CINT should never ever try to autoload it. It's either linked anyway or we dlopen it by hand. git-svn-id: http://root.cern.ch/svn/root/trunk@24423 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 10, 2008
-
-
Fons Rademakers authored
add support for ModuleVars.mk files, that can be used to declare some global variables for a package that can be used by other package Module.mk's. This avoids circular Module.mk dependencies. git-svn-id: http://root.cern.ch/svn/root/trunk@24207 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 07, 2008
-
-
Fons Rademakers authored
The standard python on MacOS X 64 is 32-bit only and hence cannot load any 64-bit python modules, like PyROOT. git-svn-id: http://root.cern.ch/svn/root/trunk@24176 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 02, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@24103 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 29, 2008
-
-
Rene Brun authored
the new member fClassInfo is now of type ClassInfo_t instead of G__ClassInfo. git-svn-id: http://root.cern.ch/svn/root/trunk@24049 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 23, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23980 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23946 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23945 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23944 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 13, 2008
-
-
Rene Brun authored
this should make the W3C validator happy. git-svn-id: http://root.cern.ch/svn/root/trunk@23827 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 08, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23745 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 07, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23734 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23688 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23684 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
warnings, but those can be fixed by the user, whereas that is not the case for setting DISPLAY back. git-svn-id: http://root.cern.ch/svn/root/trunk@23668 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 02, 2008
-
-
Rene Brun authored
pyroot release notes. git-svn-id: http://root.cern.ch/svn/root/trunk@23643 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 28, 2008
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23581 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23491 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 17, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23274 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 16, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23269 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23268 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23239 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 12, 2008
-
-
Wim Lavrijsen authored
o) use GetEntry() to determine end-of-tree when iterating o) naming clarification in RootWrapper.cxx git-svn-id: http://root.cern.ch/svn/root/trunk@23167 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 11, 2008
-
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@23159 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
o) moved TClassRef's to the PyClass level only o) once more an improvement in shutdown ... o) minor fix in error reporting in CreateNewROOTPythonClass git-svn-id: http://root.cern.ch/svn/root/trunk@23158 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
ruby, pyroot git-svn-id: http://root.cern.ch/svn/root/trunk@23135 27541ba8-7e3a-0410-8455-c3a389f83636
-