swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf

sort by:
Revision Author Date Message Commit Date
d96c260 add the compiler flag -DHAVE_ROOTLIBS for the math more tests 28 May 2014, 14:25:36 UTC
08215f3 Fix tests to use correct singular function 28 May 2014, 14:09:50 UTC
9a5f126 fix syntax 28 May 2014, 12:29:31 UTC
f04a9b7 syntax fixes 28 May 2014, 12:09:50 UTC
6004562 syntax fixes 28 May 2014, 12:07:33 UTC
a85ecba Fix ROOT-4549 (TRefArray missing cleanup). TRefArray does not clean the fUIDs array during TRefArray::Streamer read in. This means that when a TRefArray is serialized in, e.g. from a tree, it can have old data still in the fUID array. This manifests when Compress() is called because then the old data get recognized in the array (fLast is updated), which then enables TRefArray to accept invalid accesses. 28 May 2014, 12:03:10 UTC
ec088ca Fix formatting 28 May 2014, 12:00:18 UTC
fbaf8a8 Improve 'make clean' to delete additional files created during make phase (CMake). Fixes ROOT-5996. 28 May 2014, 10:53:40 UTC
390c181 Improve 'make clean' to delete additional files created during make phase (CMake). Fixes ROOT-5996. 28 May 2014, 10:50:26 UTC
5e0b9b3 Formatting. 28 May 2014, 10:45:38 UTC
2b7effc We know ROOT currently fails on PPC, both 32 bit and 64 bit. 28 May 2014, 10:45:38 UTC
e6e0ff7 Add a couple of macros and fix some others to be ROOT 6 compatible Add a couple of macros used to prepare the environment (e.g. compiling and loading libraries) before running alice_esd.C, alice_esd_split.C, or pythia_display.C macros 28 May 2014, 10:42:26 UTC
f0ec498 Fix format warning. 28 May 2014, 10:21:18 UTC
d33ac1b TTabCom: Sort the tabcompletion result. Sorting happens just before displaying, thus all the tabcompletions are sorted alphabetically regardless of their nature: classes, functions, globals etc. 28 May 2014, 10:14:34 UTC
28dfae3 If we don't have the information about the type of the RHS report an and exit. 28 May 2014, 10:06:20 UTC
2e3b393 Show date also for releases; Fons likes a border. 28 May 2014, 10:05:23 UTC
ae790b7 Move git info into banner; better formatting; centralized "type .xyz". 28 May 2014, 09:49:48 UTC
509a1ba Implement .demo, .credits, .license. 28 May 2014, 09:49:48 UTC
5257701 fix in GFAL2 test. 28 May 2014, 09:11:21 UTC
cd816a8 Circumvent the warnings in presence of DictSelection see ROOT-6335 28 May 2014, 08:21:05 UTC
e490b11 implement Size method to get total number of sel rules 28 May 2014, 08:20:39 UTC
d708c91 Change the names of the local structs 28 May 2014, 06:25:19 UTC
fb53b54 In ReadObject warns and return immediately after failed allocation 27 May 2014, 22:08:06 UTC
1ce97a4 Fix ROOT-6187, initialize gROOT before executing DynamicPath 27 May 2014, 21:32:17 UTC
2bee20c Use normalized name for namespace and search directly in the list of classes 27 May 2014, 21:32:12 UTC
88ff2d0 Applied patch in ROOT-6280 (Linking with gcc 4.9 fails due to missing symbol) 27 May 2014, 20:41:27 UTC
78ccedc Applied patch ROOT-6166 (Support compiling GFAL module with gfal2) 27 May 2014, 20:19:44 UTC
b3615f7 Filter out headers from the autoload keys used to populate tab-completion 27 May 2014, 19:48:23 UTC
393c112 Get TClass entry in InspectMembers for bases using declID or NormalizedName instead of using the name for diagnostics. The name for diagnostics is almost ok, except for cases like std::shared::ptr, where the proper NormalisedName is needed. 27 May 2014, 19:10:59 UTC
748a02f TTabCom: do not deserialize for classes<TAB> and use gROOT->GetListOfGlobalFunc. This is a temporary solution to get a reasonable subset of classes. Previously using ".class" and ".namespace" triggered deserialization. We have to implement getting the classes using decls. This uses gClassTable and mapFile. Another issue was with the implementation of TTabCom::GetListOfGlobalFunctions which did not iterate over the MethodInfos. Now using gROOT->GetListOfGlobalFunctions(). 27 May 2014, 17:05:16 UTC
83ae623 Remove preproduction warning, save screen real estate. 27 May 2014, 17:02:50 UTC
6956811 Merge Ctors from nested transactions. We cannot run nested transactions' initializations until the parent is done. But the parent transaction must not replace the nested transactions' static initialization either. The only way out is to collapse all transactions' static initializers until they are run. This fixes root [0] TTree *chain = new TTree("abc","title") which left chain == 0 before. 27 May 2014, 16:20:19 UTC
00f3696 Do not force the load for updating existing TClasses. 27 May 2014, 16:20:19 UTC
71888c9 Remove two contributors that have unknown controbutions. http://root.cern.ch/viewvc?view=rev&revision=47341 does not motivate it; they do not show up in CREDITS. 27 May 2014, 16:20:19 UTC
390640c Remove old context. 27 May 2014, 16:20:19 UTC
a3cc9b7 Make Gviz more independent of the actual graphviz version. The graphviz types are not visible on the header files. (fixes provided by Olivier) 27 May 2014, 16:20:00 UTC
a417a2f Applied patch in https://sft.its.cern.ch/jira/browse/ROOT-6294 Not really tested because we have no test associated to this plugin. 27 May 2014, 15:48:42 UTC
226179e Improve Genetic minimizer and add its tests in Ctest 27 May 2014, 14:41:13 UTC
bfe0029 Fix a warning and improve handling of graphics 27 May 2014, 14:41:13 UTC
01c30e2 Made smatrix code thread safe by removing statics Changed all static variables which were only being used as local variables to be local variables. This avoids threading problems. 27 May 2014, 14:41:13 UTC
d36292c Another fix for Windows 27 May 2014, 14:41:13 UTC
7c0d599 Fix for Windows 27 May 2014, 14:41:13 UTC
27208dc Add clarifying comment. 27 May 2014, 12:52:11 UTC
08977e7 Remove warning appeared in CDash http://cdash.cern.ch/viewBuildError.php?type=1&buildid=64070 This is a global present in a linkdef which is not a variable but a preprocessor statement. 27 May 2014, 10:39:40 UTC
fdd35e0 Added installation of headers of histfactory and tmva to 'headers' component. This fixes the problem seem by Lorenzo that some headers were not copied to the binary directory. 27 May 2014, 10:16:26 UTC
3ff62f0 Wrong redirection command corrected. (ROOT-6330). (cherry picked from commit 01a9cbb0bccf071878f20c6c22aa22c71e439c52) 27 May 2014, 10:11:28 UTC
0a6f998 Wrap using decl/def that are followed by code (ROOT-6153). 27 May 2014, 10:10:25 UTC
960fcd2 Fix ROOT-6331: Properly handle protoclasses of hepmc my commit but work of Axel :-) 27 May 2014, 09:52:08 UTC
ad0aa5d Release notes update 27 May 2014, 09:15:55 UTC
da90ee0 Fixed GenVector and Smatrix dictionaries using -multiDict option. Fixes ROOT-6325 27 May 2014, 08:21:42 UTC
3a9037d Fix Jira #ROOT-6188 TApplication in ROOT 6 under unix changes value of "optind" (from getopt) The commented line of code is a TCint legacy and its purpose is not clear... 27 May 2014, 06:38:44 UTC
0e3cdfd Fix the duplicate header autoload keys 26 May 2014, 20:22:49 UTC
900aca3 Merge Cristina's ValueExtraction / copy c'tor fixes. 26 May 2014, 16:25:29 UTC
8a60694 Value extraction: not a record decl we have copy ctor by default. 26 May 2014, 16:05:46 UTC
48ea71d Correct line alignment. 26 May 2014, 16:05:46 UTC
445e432 Value extraction setting void types. In the case the type is void we have to reset the maybe different object type pushed on the stack before the assesment of the desugared type. 26 May 2014, 16:05:45 UTC
1e7df31 Default cling::Value set to invalid. The cling::Value is initialized to be invalid then the value extraction changes it or not. If we do not have an available copy constructor for objects the value stays invalid. 26 May 2014, 16:05:45 UTC
cbf4471 ValueExtractionSynthesizer: check for the existance and accessibility of copy constructor. (ROOT-6185). 26 May 2014, 16:05:45 UTC
a2fb61f Fix https://sft.its.cern.ch/jira/browse/ROOT-6165 26 May 2014, 15:51:09 UTC
22d2ff4 Remove the "class" within the autoload message as now we autoload based on a full palette of entities. 26 May 2014, 15:32:14 UTC
64c9c19 Void has no address. 26 May 2014, 15:30:49 UTC
732f926 ignore documentation products. 26 May 2014, 14:53:55 UTC
3f8b9cc cleanup include/vdt when doing distclean. 26 May 2014, 14:53:55 UTC
c52d541 itry to avoid copying the Vc headers over and over. 26 May 2014, 14:53:54 UTC
ef7a66f Fix error: invalid operands to binary expression ('TEveVector' (aka 'TEveVectorT<Float_t>') and 'double') 26 May 2014, 13:52:46 UTC
faca38b Fix error: non-constant-expression cannot be narrowed from type 'double' to 'Float_t' (aka 'float') in initializer list [-Wc++11-narrowing] 26 May 2014, 13:46:48 UTC
77fb31a Prevent optimization of variable size array with following member. This could inadvertently happens when the counter/index happened to have an offset of zero. 26 May 2014, 13:30:10 UTC
c500a40 remove warnings 26 May 2014, 13:10:32 UTC
6448025 Wrong value was sued for Line Width 26 May 2014, 13:10:02 UTC
80aa471 cosmetics 26 May 2014, 13:09:22 UTC
59b741b rename y1 into py1 (“y1” is already defined internally and cling returns “a double defined” error) 26 May 2014, 13:08:40 UTC
f69e417 rename splines into splines_test (“splines” is already defined internally and cling returns “a double defined” error) 26 May 2014, 13:07:36 UTC
9aaa9be fix warnings 26 May 2014, 12:38:15 UTC
dfa1281 Fix warnings 26 May 2014, 12:34:11 UTC
87ddd6f fix a warning 26 May 2014, 12:30:23 UTC
31c39ab Fix test. 26 May 2014, 12:02:21 UTC
95e42c9 Fix ROOT-6322: avoid adding empty autoload keys to the rootmaps The fix is trivial: check that the requested name is not empty. Indeed an empty requested name is a "" and not a nullptr. 26 May 2014, 10:00:36 UTC
b89fd20 Return success for AutoParse()! 26 May 2014, 09:17:28 UTC
ce78c3c Add Anders and his TTreeReader. 26 May 2014, 09:14:57 UTC
fa49954 Do not deserialize all nested decls but rely on HandleTagDeclDef. 26 May 2014, 08:16:55 UTC
e8d962c Correctly generate the rootpcm and rootmap during the SMatrix32 dictionary generation. 26 May 2014, 06:25:38 UTC
6a13d17 Correctly generate the rootpcm and rootmap during the GenVector32 dictionary generation. 26 May 2014, 06:25:38 UTC
1674849 Correctly handle the directory part of the library in the multiDict support 26 May 2014, 06:25:37 UTC
8446587 Do delete the STL dict's rootmap during configure. No longer delete those rootmap files as they have been for a while back to be usefull in v6. 26 May 2014, 06:25:37 UTC
f3f9195 Make sure to use the correct ClassDef when autoparsing 26 May 2014, 04:23:38 UTC
ed01b87 Detect payload code also for template 26 May 2014, 04:21:11 UTC
c6f1535 Make sure the autoparse search again for symbol after a new module/library is loaded 26 May 2014, 04:21:11 UTC
e30c772 Don't autoload/autoparse during RegisterModule 26 May 2014, 03:02:10 UTC
3db3f02 If the class is unknown, parse the template and try again. (cherry picked from commit 2665fa23011c77c1653096637a79c1e9967b6480) 26 May 2014, 03:02:10 UTC
d3ebc6c After calling the dict function we must call PostLoadCheck 26 May 2014, 03:02:10 UTC
f732c30 Register templates as if they were classes. (cherry picked from commit addff777d3365d45197acad0a9d0e5150d30560e) 26 May 2014, 03:02:10 UTC
f7b4a51 Respect the choice of the user not to use the classname as autoload entry. therefore do not put in the rootmap the normalised name but also the name as specified in the selection. 25 May 2014, 13:19:12 UTC
bad9b57 Fix ROOT-6316: autoload triggered by names as specified in xml/linkdef we now add to the rootmap files not only the normalised name of the classes, but also, if different, the name with which the user specified them in the linkdef/selection xml. 25 May 2014, 13:08:44 UTC
373fabe TabCompletion, more user friendly recovery for interchanging "." and "->". In ROOT 5 useing var. for a pointer or similarly var-> for an instance of an object would leave the prompt pending but already having in the buffer the already typed input confusing the user. Now it prints the message and autocompletes the prompt with the correct form for the variable in cause. (cherry picked from commit 087a0a20b41cf784415236384de550048a440157) 24 May 2014, 12:05:56 UTC
810bbb4 Make the resolvedName available to Long64_t substitution. (cherry picked from commit c612d1266e1e890bbebfc9b7b287fc2ea3adfa73) 23 May 2014, 19:58:28 UTC
d550990 Filter out anonymous types. (cherry picked from commit 3b0829c612e79bd5f6fd3e05f0f0a4b2342fef7f) 23 May 2014, 19:58:28 UTC
12e7046 No need for TClass creation: we want to update existing ones. (cherry picked from commit 94fc817a3afdb3bc9324cd746d1590a4699fc47a) 23 May 2014, 19:58:28 UTC
6d24662 Only AutoParse() a header that is not alreday loaded. (cherry picked from commit da11940c9fbd80356825a350a98cb07f11ab6a2b) 23 May 2014, 19:58:28 UTC
ec14491 Use TClass::Destructor to properly handle the emulated class case 23 May 2014, 17:56:33 UTC
769ea0a Fix tab com for class instances which had wrong regex expression, unremoved '&' and no appearance of 'class' or 'const'. 23 May 2014, 16:20:36 UTC
back to top