https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
5de30ed Make version 6.00.01. 17 June 2014, 23:16:20 UTC
d35aebe Suppress more warnings (when compiling with NDEBUG) 17 June 2014, 23:01:24 UTC
32655f9 Suppress more warnings (when compiling with NDEBUG) 17 June 2014, 22:56:17 UTC
8bae089 Suppress more warnings (when compiling with NDEBUG) 17 June 2014, 22:37:18 UTC
adcbf62 typo 17 June 2014, 22:06:38 UTC
e32462b Define NDEBUG during the optimize build. assert are now elided. Note: R__ASSERT are never elided and can be use for check that should be done in both debug and optimized builds. 17 June 2014, 22:04:04 UTC
65bbfec Add TClassEdit::IsSTLCont 'specicalization'. In the default case of IsSTLCont (where we want to know the container type and do not care about which allocator is used), we do not need to do a full parsing of the class name, we just have to pick at the beginning. This significantly speeds up the call. 17 June 2014, 20:11:48 UTC
7f43e79 Record the result of CanSplit so we only calculate it once 17 June 2014, 20:07:10 UTC
17fe631 Add a couple of missing getters (as mentioned on the forum: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18197) 17 June 2014, 12:45:56 UTC
3e0a084 Value extraction checking for deleted copy ctor (ROOT-6385). During the value extraction the copy constructor availability check must ensure the copy ctor was not deleted. 17 June 2014, 12:34:20 UTC
879ed00 Fix multi dim fit tutorial for cling 17 June 2014, 10:48:54 UTC
63317e4 Fix tutorials 17 June 2014, 10:48:53 UTC
f59e2b7 Specify the name of the rootpcm correctly in presence of interpreter only dictionaries. 16 June 2014, 23:18:07 UTC
ef0fd6f add more pre-defined dispatchers 16 June 2014, 23:13:10 UTC
346ffd4 TObjArray improvements/fixes 16 June 2014, 19:07:25 UTC
4e2e26c Set the environment when running the tutorials in CDash. 16 June 2014, 15:48:30 UTC
06cb95d Fix fft tutorial in cdash 16 June 2014, 15:34:50 UTC
c0d6089 Add gviz tutorial to ctest 16 June 2014, 15:05:46 UTC
4d016f8 Installation of prepareHistFactory. Fixed the logic in selecting what needs to be executed as test having precedence the target names. Avoid include ${ROOT_USE_FILE} in tests. 16 June 2014, 14:09:23 UTC
aa28ea8 Fix a tutorial when used as a test 16 June 2014, 13:14:59 UTC
0f90131 Fix location of example.root (match output of prepareHistFactory); use it. 16 June 2014, 12:54:45 UTC
99d6b6a Revert the change of example.C on the location of the date file. 16 June 2014, 10:42:43 UTC
d28c3a6 Fix cool issue with generation of interpreter only dicts 16 June 2014, 07:44:47 UTC
a8e6c40 Use #includes as passed to rootcling to autoload libGenVector. 15 June 2014, 19:16:59 UTC
67c6552 Make the xml tutorials runnable from anywhere. 15 June 2014, 16:26:37 UTC
a4f6579 Changed example.C to find the data file. 15 June 2014, 13:29:53 UTC
0e0a163 Make clonesA_Event.C runnable from anywhere 15 June 2014, 11:51:53 UTC
c8328ee More dependencies between tutorials (CTest) 15 June 2014, 10:36:23 UTC
db76fec Added dependencies between tutorials (CTest). Make jets.C workable from any current directory. 15 June 2014, 10:27:33 UTC
4009a62 Try to fix const-cast warning. 15 June 2014, 07:58:12 UTC
0f4630b Minor change for testing tutorials using the binary tree 15 June 2014, 07:07:11 UTC
a7ea77d Added a test (CTest) for each tutorial (321 new tests). Made FITSIO and cernstaff.C tutorials independent of the current working directory. 14 June 2014, 22:29:57 UTC
1f2c1db Fix const array of char*. (ROOT-5607). 14 June 2014, 07:46:35 UTC
bfa56fa Stream array elements need deferencing only not all streams of ptr. 14 June 2014, 07:46:35 UTC
a3da8cb Print an element of type ptr within an array. (ROOT-5607). 14 June 2014, 07:46:35 UTC
6a62445 Add ClingWorkAroundMissingDynamicScope in a transparent way. 13 June 2014, 16:12:31 UTC
60ab992 Minor updates 13 June 2014, 14:14:09 UTC
5f8e4cc Increased size for the array of user PDG id's to 1024 (cherry picked from commit f6c47ac8df974f7691939ac5bca1df13dc9af030) 13 June 2014, 13:35:34 UTC
362235d Align the tutorial to the recommended way to get objects from TFiles thanks Philippe :) 13 June 2014, 10:58:20 UTC
453ef05 Fix tutorial fit/fit1.C 13 June 2014, 10:48:52 UTC
5ba09ae Generate pcm even with --interpreteronly dictionaries 13 June 2014, 10:48:52 UTC
3b5e48e From Vassil: substitute then / else (ROOT-6345). VisitCompoundStmt correctly substitutes the child Stmts. When calling Visit() on a Stmt, this substitution needs to be carried out by the caller: only it knows what target type to request. This fixes the issue for if statements which do not fall back to VisitStmt() because of the conditional being of bool type. In principle we are still missing do / while statements, too - again due to the conditional part. 13 June 2014, 09:05:59 UTC
a78dfc4 Cling actually transforms dependent scopes also outside the wrapper. This reverts commit c3e06f37cbd4b7cd5411a5df2a9960f00922cc5e. 13 June 2014, 09:05:59 UTC
ebe05e5 Silence a warning. 13 June 2014, 07:14:22 UTC
4b43745 The last fix about text alignment did not take into account the pixel size case. 13 June 2014, 07:05:44 UTC
5b82f71 Remove fatal typo 13 June 2014, 06:54:07 UTC
1b2ab43 More doc about dictionaries generation 13 June 2014, 06:42:16 UTC
e42e933 Remove unnecessary call to GetListOfBases 13 June 2014, 06:42:16 UTC
dd94a5b Remove duplicates in -Ixxxx for rootcling. The extra long command was causing problem on Windows/VC9. 12 June 2014, 17:51:57 UTC
41e491d Use fwd decls where possible; works around qt3 mess with Qt 4.8.6. 12 June 2014, 13:01:05 UTC
15cbd8c Remove test for invalid case; clang rightfully warns. 12 June 2014, 13:01:05 UTC
eee18f1 Remove test for invalid case; clang rightfully warns. 12 June 2014, 12:07:25 UTC
40f250a Prevent collision with "bench" from rootlogon. 12 June 2014, 12:07:25 UTC
435343c Make output more clear in RootTestDriver. 12 June 2014, 10:49:40 UTC
f52782d GetMissingDictionaries recursion for classes with dictionaries. (ROOT-6260) The check for infinited recursion and caching of already checked classes was only made for classes without dictionaries and the case for classes with dictionaries was overlooked. 12 June 2014, 09:46:37 UTC
f41157e Fix for un-used parameters in LorentzVector::SetCoordinates (see ROOT-6314 ) 11 June 2014, 15:20:16 UTC
085b231 Do not parse rootlogon (ROOT-4394). 11 June 2014, 15:03:44 UTC
3657869 Clean & modernise method for source code generation 11 June 2014, 12:17:02 UTC
9d81bc8 Make sure that the list of bases is complete. 11 June 2014, 10:22:51 UTC
b8eec55 Improve autoparsing procedure o Do autoload on autoparse and not viceversa o Do not parse headers at module registration but rather the payload if not in lazy payload parsing mode o Add a barrier not to re-parse payloads: fatal in presence of Aclic libs or various missing include guards 11 June 2014, 10:22:51 UTC
3081bf5 Associate to autoParse entries only the payload (ROOT-6321) de facto implementing lazy payload parsing instead of header parsing on demand. 11 June 2014, 10:22:51 UTC
7bdf992 Do not add to the headers for the pch the includes in the payload 11 June 2014, 10:22:51 UTC
d030ed8 TLegend and TLatex. 11 June 2014, 08:58:18 UTC
ac98e06 Fix problem introduced on Windows that enabled vc when it shouldn't 11 June 2014, 07:47:24 UTC
6e04444 typo 10 June 2014, 20:23:36 UTC
bb235a2 Fix typos in cling.pod 10 June 2014, 19:36:17 UTC
082a467 Delay fetching of tags for --last-stable In case of a fresh clone of cling, script could not perform "git describe" 10 June 2014, 19:36:17 UTC
f51d9f5 CPT: Update README.md 10 June 2014, 19:36:17 UTC
f6f4a22 Remove message for MSVC CPT can now check for Visual Studio 11.0 installation. Remove unnecessary message. 10 June 2014, 19:36:17 UTC
ea198bb Enable querying of Windows registry for Visual Studio 11.0 installation 10 June 2014, 19:36:17 UTC
d4fa9c6 No need to check if OS is Cygwin again 10 June 2014, 19:36:17 UTC
1c95373 Update README.md for CPT 10 June 2014, 19:36:17 UTC
fbae27f Create README.md for CPT 10 June 2014, 19:36:17 UTC
44fe8ca Replace cURL with wget to enable recursive downloading 10 June 2014, 19:36:16 UTC
b6c838e Implement live check for latest version of NSIS 10 June 2014, 19:36:16 UTC
9e17ac2 Add new options to generate an NSIS installer 10 June 2014, 19:36:16 UTC
cdb1af0 Update cling.pod 10 June 2014, 19:36:16 UTC
06b67a5 Copy sample documentation and man page from Clang The contents are temporary and will be made Cling specific in future. Also generate Cling's HTML documentation and man pages during "make install" 10 June 2014, 19:36:16 UTC
809e1f9 Add entries of docs and share for Cling in dist-files.mk 10 June 2014, 19:36:16 UTC
30e4d5b Disable installing LLVM/Clang libraries in all other cases 10 June 2014, 19:36:16 UTC
c0d5d33 Automatically resolve missing dependencies in Ubuntu This may not be so straight in case of Cygwin. 10 June 2014, 19:36:15 UTC
4df88b9 Also check Cygwin when --check-requirements is passed (to keep users happy) This may also be useful (in future) if some user launches CPT using MSYS Also remove some extra instructions. We can provide a link to the documentation when it is complete. 10 June 2014, 19:36:15 UTC
d6de1b0 Use cat command and EOT to print large messages instead of echo 10 June 2014, 19:36:15 UTC
dd806cc Use RFC 2822 format in timestamp for cross-platform compatibility 10 June 2014, 19:36:15 UTC
ee427ff Use absolute paths to locate packaging scripts 10 June 2014, 19:36:15 UTC
fb3792b Remove "//" in THTML description of TEfficiency. This should fix the problem reported in http://root.cern.ch/phpBB3/viewtopic.php?f=10&t=18172 10 June 2014, 15:10:31 UTC
e3661ae Corrected typo 10 June 2014, 15:07:18 UTC
032a4cc Different way (hopefully better) of handling the 'all' option acting on the default values of the options instead of the options themselves. 10 June 2014, 14:53:22 UTC
f8f2768 Put AutoloadingVisitor.cpp in cmake. 10 June 2014, 14:29:31 UTC
7bb6b2d Fix problem with FindCFITSIO.cmake 10 June 2014, 13:39:25 UTC
86bdb19 Remove ctags. It was a dead end. We will go for fwd decls instead. 10 June 2014, 13:18:16 UTC
670fed2 Adapt tests for the newly produced diagnostics. 10 June 2014, 13:18:16 UTC
4902335 autoloading visitor 10 June 2014, 13:18:16 UTC
fd150fd fwd tool: generates forward declarations from given file 10 June 2014, 13:18:16 UTC
9e85af2 split out failing stl test 10 June 2014, 13:18:16 UTC
8910400 other fixes 10 June 2014, 13:18:16 UTC
6080da6 removed ctags tests 10 June 2014, 13:18:16 UTC
c450060 purged ctags code and moved autoloading into interpreter 10 June 2014, 13:18:16 UTC
d37ff73 Clean the roottest directory each time. 10 June 2014, 08:42:54 UTC
3a01bba Protect TPadEditor against possible non-TPad object passed as argument (fixes Jira #ROOT-6375) 10 June 2014, 07:59:39 UTC
back to top