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

sort by:
Revision Author Date Message Commit Date
dfc0d28 Update ROOT version files to v6.04/08. 04 November 2015, 14:12:33 UTC
3895160 Added missing protection 04 November 2015, 13:55:16 UTC
83eb0a2 Update release notes 04 November 2015, 13:46:19 UTC
c92107d ROOT-7773 - find_package(ROOT) should include a set of default libraries 04 November 2015, 12:24:46 UTC
1b9258a ROOT-7773 - find_package(ROOT) should include a set of default libraries 04 November 2015, 10:54:45 UTC
1ffad98 Cope with the change of CMAKE_COMPILER_ID from Clang to AppleClang (Xcode 7?) 03 November 2015, 18:21:53 UTC
d9a00f7 Special treatment of RPATH for MacOSX 03 November 2015, 16:31:22 UTC
523e4df Special treatment of RPATH for MacOSX 03 November 2015, 16:31:13 UTC
d52c513 Disable test vc-swizzles_avx for Xcode 7. 02 November 2015, 17:28:12 UTC
d2ada1c Attempt to fix ROOT-7744 by hiding all the LLVM/clang symbols present in libCling.so. The cling symbols are left unhidden. 02 November 2015, 14:23:39 UTC
821a07f Fail configuration if the specified CMAKE_BUILD_TYPE is unknown 30 October 2015, 13:58:05 UTC
315414c Create list of type in TROOT ctor. Now that the list is created almost empty and filled on demand, we can afford to always create it. 29 October 2015, 20:27:46 UTC
9b86174 Make TApplication::CreateApplication thread safe. Can't (trivially) change the type of gApplication as it is public (would need a wrapper around a atomic pointer which acts like a pointer). 29 October 2015, 20:27:44 UTC
66655a9 Revert "Make gApplication atomic to make CreateApplication thread safe" changed wrong variable. This reverts commit 6a7f22c47d154ac39453cee6f40a7338f8bd013b. 29 October 2015, 19:24:51 UTC
44ba8aa Make gApplication atomic to make CreateApplication thread safe 29 October 2015, 19:03:31 UTC
be836db Update release notes 29 October 2015, 18:50:37 UTC
40283d6 Do not delete resource when replaceing default TApplication. When the default TApplication is replaced by a user provide TApplication, do not call EndOfProcessCleanups and co. and thus do not delete TFiles, TSockets or TColors that have already been created. (cherry picked from master commit 8dd71a9644fc5997b06ab8232d2da395e920b1c4) 29 October 2015, 18:48:11 UTC
f94dfd6 Add accessor functions and functionality needed by CMS event display. Parts of this were accessed through redefining private/protected as public which, besides of being a nasty hack, does not work with gcc-5. (cherry picked from master commit e1503ba36e99dab94f281f75cc504025689493c5) 29 October 2015, 18:48:11 UTC
3caf967 Update release notes 29 October 2015, 18:45:22 UTC
2dc6089 Shrink buffers when requested. If we're not copying data forward, shrink as requested. 29 October 2015, 18:43:50 UTC
1a29af9 Update relase notes 28 October 2015, 18:42:57 UTC
bf089d6 Add support for Parameter packs in type(name) normalization. This fully resolve ROOT-7708. 28 October 2015, 18:40:00 UTC
30def17 White spaces 28 October 2015, 18:40:00 UTC
f83ef7b Fix ROOT-7708 for dictionary generation. Avoid doing unnecessary work when autoparsing is suspended (for example during dictionary generation) that is actually 'damaging' as in ROOT-7708. 28 October 2015, 14:22:34 UTC
44e9e97 Update release notes 27 October 2015, 20:16:26 UTC
e037670 Add missing protection when creating new StreamerInfo 27 October 2015, 19:51:17 UTC
394ca11 Add description of compatibility enhancements in the release notes 26 October 2015, 19:35:43 UTC
1f2645c Fix ROOT-7723: allow IOCtors to have as argument a ref to a type called __void__ 26 October 2015, 19:35:26 UTC
23f60d0 Simplify, accelerate, format, Coverity 61495. 26 October 2015, 19:02:37 UTC
13d9b23 Revert "Fix ROOT-7723: allow IOCtors to have as argument a ref to a type called __void__" Commit 6152b29704 which optimised ROOT::TMetaUtils::HasIOConstructor was not backported to 6.04. reverting the cherry pick of commits on top of it. This reverts commit 1acd03ce75756dfddd04351b63e88436d05318d7. 26 October 2015, 19:00:41 UTC
43bcb0e Update release notes 26 October 2015, 18:12:10 UTC
f1f3190 Make function pointer held by TMinuitMinimize thread local 26 October 2015, 18:09:52 UTC
39ddbbf Fix glitch in cherry-pick 26 October 2015, 13:35:15 UTC
1acd03c Fix ROOT-7723: allow IOCtors to have as argument a ref to a type called __void__ Cherry pick of 88b72f1c1b. A manual intervention was needed as git could not deal with the change of commenting policy. 26 October 2015, 13:03:19 UTC
3e80d56 Allow redoing autoparsing undo by a transaction rollback. For each autoparse record to under which transaction it is being done. If this transaction is rolled back, make sure to clear the caches that noted that this autoparsing had be done. 22 October 2015, 19:59:40 UTC
6abe1cc In TCling enable the use the callback for Transaction's rollback. 22 October 2015, 19:59:38 UTC
1ec041d Add a callback during Transaction's rollback. 22 October 2015, 19:58:34 UTC
9c5854c Must unload content before removing context from decl chain 22 October 2015, 19:58:34 UTC
f676825 When removing a definition decl, make the other forget about it 22 October 2015, 19:58:33 UTC
9c4320b Avoid allocation in ErrorHandler in case where the input is short 22 October 2015, 19:58:31 UTC
21f3f69 Add fix ommit from 654dfd5 (Fixes to clean undefined behavior (see ROOT-6710)) 19 October 2015, 17:17:06 UTC
1dc8012 builtin_lzma: pass CC and CXX if compiling for linuxx8664icc The pach fixes ./configure failure for builtin_lzma if Intel C++ Compiler (ICC) is used. Tested with 15.0.3 20150407 on SLC6. Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 16 October 2015, 16:43:00 UTC
f94e8fa cmake: set correct ROOT_ARCHITECTURE on PPC64LE, linuxppc64gcc ROOT_ARCHITECTURE is linuxppc64gcc instead of ppc64le. linuxppc64gcc is used on various CMake and Makefile files for a long time already. Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 16 October 2015, 16:43:00 UTC
e4fb45c pcre: update to 8.37 Updates PCRE to 8.37 (current upstream version) which can detect PPC64LE machine. Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch> 16 October 2015, 16:42:59 UTC
d6206a3 PrimaryContext returns non null for forward decl, so we need to also grab the def. This redo d78dac6 that was thought to be superseeded by ca32227 15 October 2015, 20:44:22 UTC
72f57e2 Update release notes 15 October 2015, 19:34:12 UTC
117ffad We must pass the primary decl context to Sema's LookupQualifiedName [ROOT-7737]. This is guarded by an assert in Sema::LookupQualifiedName. 15 October 2015, 19:31:52 UTC
1432f4f Fix typo (expand var to use it) 15 October 2015, 16:29:51 UTC
c453497 Fix interval calculation in Divide for the Poisson ratio case 15 October 2015, 08:35:04 UTC
0560973 Update release notes 14 October 2015, 20:04:51 UTC
4290e78 Add /opt/X11 to the search for include and lib 14 October 2015, 20:01:52 UTC
5bfeb67 Allow skipping /usr/local during search (--disable-search-usrlocal). [ROOT-6384] 14 October 2015, 20:01:51 UTC
a8b460c Fix ROOT-7727 - CMake: include/compiledata.h has empty CXXOPT and CXXDEBUG 14 October 2015, 16:12:20 UTC
b3bacb0 Fix for ROOT-7725 - MANPATH not correctly set by thisroot.sh 13 October 2015, 20:00:40 UTC
2d200ac Fix analytical integral for expo 13 October 2015, 17:47:54 UTC
7f6269c Import, from the master, the fix for https://sft.its.cern.ch/jira/browse/ROOT-7713. "Menus not highlighted under mouse cursor using Cocoa backend in OS X El Capitan" 13 October 2015, 16:02:36 UTC
2c3d58e import changes from master. 13 October 2015, 15:46:22 UTC
ccf0645 Update release notes for 6.04/06 13 October 2015, 14:06:05 UTC
b3146f5 Update ROOT version files to v6.04/07. 13 October 2015, 10:47:19 UTC
f76c27e Update ROOT version files to v6.04/06. 13 October 2015, 10:41:18 UTC
b29aff2 Doxygen is not available for 6.04 13 October 2015, 10:40:52 UTC
9436735 Update release notes 12 October 2015, 21:39:36 UTC
c56afeb Add protection again missing classInfo in TClass::Property [ROOT-7695]. // In the case where the TClass for one of ROOT's core class // (eg TClonesArray for map<int,TClonesArray*>) is requesting // during the execution of rootcling, we could end up in a situation // where we should have the information (since TClonesArray has // a dictionary as part of libCore) but do not because the user // only include a forward declaration of TClonesArray and we do not // forcefully load the header file either (because the autoparsing // is intentionally disabled). 12 October 2015, 21:38:00 UTC
c6a6003 Disable auto parsing in rootcling/genreflex [ROOT-7695] 12 October 2015, 21:38:00 UTC
f4c6c43 Update release notes 12 October 2015, 21:04:58 UTC
a536eb8 Add RPATH with 'gnuinstall' option in addition to the 'rpath' option. 12 October 2015, 20:03:41 UTC
19d9396 Update release notes 12 October 2015, 17:34:42 UTC
4fbbccf First TMethodCall creation from same TFunction on two threads. Instead of modifying the incoming TFunction/TMethod, which is now taken as a const pointer, modify the local copy. The trouble came from the call to TMethod/TFunction::GetSignature which is a non-const function and indeed modify the incoming object but when two threads try to do so at the same time, it will of course fail ... 12 October 2015, 17:32:21 UTC
608fd6b Forgotten next inc path changes from master and 6.02. 12 October 2015, 15:23:48 UTC
f9684f7 Fix for ROOT-7715 - Building ROOT with CMake not in my PATH fails 12 October 2015, 12:47:06 UTC
4c21770 Remove documentation/doxygen directory otherwise the script that generated the documentation gets very confused. 08 October 2015, 12:51:08 UTC
959e9df Incorporate changes from master for XROOTD version 4.2.2. Option 'builtin_xrootd' not working. 08 October 2015, 10:15:01 UTC
86ad319 Update ROOT version files to v6.04/05. 08 October 2015, 09:48:46 UTC
39967e6 Update ROOT version files to v6.04/04. 08 October 2015, 09:43:42 UTC
47c9dc1 Update release notes 08 October 2015, 09:36:55 UTC
7b5cbd8 Update release notes 08 October 2015, 09:06:38 UTC
20fa697 Apply fix for ROOT-7706 - thisroot.sh not working properly for zsh 08 October 2015, 05:12:26 UTC
4b00a96 Fix R test failures not finding R libraries 07 October 2015, 16:45:12 UTC
71512ca Fix for ROOT-7690. Add also a corresponding test 05 October 2015, 16:17:52 UTC
723c28b Allow explicitly reading of rootmap file in a different directory. This restores the same functionality as for the old rootmap file 05 October 2015, 01:30:56 UTC
a594738 When trying to autoparse recurse over template parameter of types that have no header. This extends the current behavior that was previously just one level deep. 05 October 2015, 01:30:53 UTC
a9a7f33 Suppress more diagnostics. 05 October 2015, 01:29:26 UTC
98c7ab5 Revert "Attempt to re-use decl in ActOnClassTemplateSpecialization" This reverts commit 86576da44cac8754494d22ae3c618c8b667c9811. as it does not completely solve the problem (lead to seg fault in ATLAS example) 05 October 2015, 01:29:26 UTC
7862ff5 Attempt to re-use decl in ActOnClassTemplateSpecialization 05 October 2015, 01:29:25 UTC
ac6422b Update the DeclContext used for lookup to point to the definition. This is similar to 384f6eabcd2d02512b942215d7ae52ff40954027 but applied to the case hit by ROOT-7181 (involving class template specialization and auto-parsing). 05 October 2015, 01:29:25 UTC
a72ebfa Remove unused declaration 05 October 2015, 01:29:25 UTC
1c5e624 Test asserting on duplicated operation in GetPartiallyDesugaredNameWithScopeHandling 05 October 2015, 01:29:24 UTC
b2a9331 Enable autoparsing from TClingLookupHelper::GetPartiallyDesugaredNameWithScopeHandling 05 October 2015, 01:29:22 UTC
c6281c7 Add TCling__DEBUG__decl_dump(void*) for debugging. This is to workaround weakness' of gdb's cast operation/syntax 05 October 2015, 01:26:53 UTC
1baeb0f Enable auto-parsing when autoloading is disabled in TClingCallbacks::LookupObject(clang::TagDecl* Tag). 05 October 2015, 01:26:16 UTC
03a95ef Properly pop and restore (and clean) Parser::TemplateIds 05 October 2015, 01:26:16 UTC
1588dc3 Push/pop value of Sema::InNonInstantiationSFINAEContext. This avoid 'suppressed diagnostics to be nonetheless pick up for the SFINAE mechanism/implementation 05 October 2015, 01:26:15 UTC
0383914 Update release notes 02 October 2015, 21:44:17 UTC
63eb6ee Proper handling of negative integer during arg parsing. Fix ROOT-7684 02 October 2015, 21:39:05 UTC
27db6ca Update release notes 02 October 2015, 20:15:15 UTC
52b915d Coding conventions fixes 02 October 2015, 20:09:49 UTC
4f99e51 Support gcc 4.9.3's C++14-ish 02 October 2015, 20:09:49 UTC
f3e2107 Fix doxygen comments 02 October 2015, 20:09:48 UTC
7bfe1db Re-enable c00daa7 with handling of the case of 'missing' transactions. This reverts commit 22c7eb4ae85145682bb0236b6b607188de174992. 02 October 2015, 20:09:48 UTC
0c61ca0 Disable (c00daa7) while investigating failure on some platforms 02 October 2015, 20:09:47 UTC
back to top