- Nov 16, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42049 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42047 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42046 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Add #pragma extraction through a Preprocessor lexer and an unnamed PragmaHandler which for now just demonstrates that it is being invoked. Throw in the platform #defines as CINT defines them (G__Whatever). Adapt to hack in cling that for now we cannot pass -fsyntax-only (because it is a no-op); pass -emit-html instead which cling understands as -fsyntax-only, really. Use a vector<string> even though cling expects a char** - it is much safer when collecting strings over hundrets of lines of code. git-svn-id: http://root.cern.ch/svn/root/trunk@42045 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
rootcling needs -fno-rtti etc, to be able to derive from PragmaHandler without expecting the base to offer typeinfo. git-svn-id: http://root.cern.ch/svn/root/trunk@42044 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42043 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42042 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Give an index to the rules and use it to sort the result (at least for classes) as the order of use is very important to the dictionary (for template instantiation in particular) git-svn-id: http://root.cern.ch/svn/root/trunk@42041 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42040 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42039 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42038 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2011
-
-
Vassil Vassilev authored
Ugly hack to avoid the default of ProgramAction which is SyntaxOnly and we can't override it later. This will be fixed once cling is supports the latest changes in the clang's driver git-svn-id: http://root.cern.ch/svn/root/trunk@42037 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
- without arguments installs xrootd-<vers-num> in the current directory. - build directory will be deleted by default, unless option -k or --keep is specified. git-svn-id: http://root.cern.ch/svn/root/trunk@42034 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
When the use of cling is enabled, rootcling is used by default to generate the dictionary, however rootcling is not yet completely functional, so introduce the undocumented and very temporary makefile variable ROOT_REVERT_TO_ROOTCINT to allow the use of rootcint to complete a ROOT build (i.e. do make ROOT_REVERT_TO_ROOTCINT=yes) git-svn-id: http://root.cern.ch/svn/root/trunk@42033 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42032 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42031 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42030 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42029 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Bring rootcling back closer to functioning (now generate G__Base1.o properly, but failed on G__Base2.cxx due to weakness in the #pragma parser git-svn-id: http://root.cern.ch/svn/root/trunk@42027 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
Fix the ordering of the members in the IncrementalParser git-svn-id: http://root.cern.ch/svn/root/trunk@42026 27541ba8-7e3a-0410-8455-c3a389f83636
-
Vassil Vassilev authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42025 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Do not link rootcling_tmp against libCint. Use original argument for #include statement in interpreter, not the one without module name etc. git-svn-id: http://root.cern.ch/svn/root/trunk@42024 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
new version of StandardHypoTestInvDemo including the contribution from Gena Kukartsev to use it as a class small update to likihood tutorial to move plot at the end git-svn-id: http://root.cern.ch/svn/root/trunk@42022 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
scroll to required shortcut, animate shortcut (to make it clear, what was found) git-svn-id: http://root.cern.ch/svn/root/trunk@42020 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42017 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42013 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42011 27541ba8-7e3a-0410-8455-c3a389f83636
-
http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=13726Olivier Couet authored
One of the previous coverity fixes created this problem. git-svn-id: http://root.cern.ch/svn/root/trunk@42010 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42006 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42005 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
update comments on xrootd being external. git-svn-id: http://root.cern.ch/svn/root/trunk@42003 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
work-around until the problem with list cloning is solved. git-svn-id: http://root.cern.ch/svn/root/trunk@42002 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
- stressProof.cxx Add seven new tests to check event range processing, different usages of the file-resident output technology, tree friends. These require some new auxilliary files, like an tree with fixed random numbers (for result reproducibility) which allows to test the distribution of an input tree via file. - runProof.C Add option to automatically save the performance tree, e.g. runProof("simple(perftree=/path/to/perftree.root)") Add option 'first=...' to define the first event to be processed (for the tutorials where this makes sense): e.g. runProof("h1(first=23456)") Add option 'inputrndm' to force usage of the new tree with random numbers as source of randoms. git-svn-id: http://root.cern.ch/svn/root/trunk@42000 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41999 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41997 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41995 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 14, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41993 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41992 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41991 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41990 27541ba8-7e3a-0410-8455-c3a389f83636
-