- Apr 03, 2008
-
-
Fons Rademakers authored
base clib cont meta metautils newdelete pcre rint thread unix utils winnt zip under the new core meta directory. git-svn-id: http://root.cern.ch/svn/root/trunk@22961 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 22, 2008
-
-
Fons Rademakers authored
this patch prevents all dictionaries from being rebuild when non dict related changes are made in CINT. When the dictionaries change the new cint/inc/cintdictversion.h must be updated which triggers a dictionary rebuild. For example: touch cint/src/v6_var.cxx && make: rebuild no dictionaries touch cint/inc/cintdictversion.h && make: rebuild all dictionaries touch utils/src/rootcint.cxx && make: rebuild all dictionaries git-svn-id: http://root.cern.ch/svn/root/trunk@21802 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 10, 2007
-
-
Fons Rademakers authored
the new TVersionCheck class that registers its version number. This version number is checked in TSystem::Load() against the version of the ROOT Core. In case of mismatch Load() returns -2 and prints the error: Error in <TUnixSystem::Load>: version mismatch, /Users/rdm/root/lib/libRIO.so = 51506, ROOT = 51507 (int)(-2) The TVersionCheck.h is included via TObject.h so it works without change of Makefiles. A number of Module.mk's were fixed because they were using pre-compiled headers (which include TObject.h and hence TVersionCheck.h) while they were not linking against libCore. git-svn-id: http://root.cern.ch/svn/root/trunk@18720 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2006
-
-
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
-
- Dec 10, 2005
-
-
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
-
- Jul 29, 2005
-
-
Fons Rademakers authored
Move more auth related code out of libCore into the libRootAuth plugin. 1. moves rsa*.h/.c from clib to auth (as C++ files) 2. uses the real plugin manager in TSocket::Authenticate (instead of the "home-made" one TSocket::LoadAuth) 3. Add a protection on fSocket in TSlave::Close git-svn-id: http://root.cern.ch/svn/root/trunk@12418 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 20, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8632 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 29, 2003
-
-
Fons Rademakers authored
new authentication scheme supports, the following methods: user/passwd (but save not clear passwd over wire), ssh, krb5, srp, globus and gui/uid (like RFIO uses). Everything is documents here: http://root.cern.ch/root/Auth.html. git-svn-id: http://root.cern.ch/svn/root/trunk@7175 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 08, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@725 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 29, 2000
-
-
Fons Rademakers authored
generated for the dictionary files (G__*). This caused dictionaries including modified headers not to be rebuild. git-svn-id: http://root.cern.ch/svn/root/trunk@410 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 14, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@209 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2000
-
-
Fons Rademakers authored
which included commits to RCS files with non-trunk default branches. git-svn-id: http://root.cern.ch/svn/root/trunk@3 27541ba8-7e3a-0410-8455-c3a389f83636
-