https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
4fba3bd cmake download libcmaes and eigen3, install them locally from scratch when compiling ROOT with CMA-ES support 24 November 2014, 16:54:46 UTC
c5faa0e fixed libcmaes flag in compilation 24 November 2014, 16:54:42 UTC
67c655e libcmaes and CMA-ES are OFF by default 24 November 2014, 16:54:39 UTC
7cd02c5 allow cmake build with CMA-ES support without pkg-config nor full install of libcmaes 21 November 2014, 14:43:02 UTC
a082b15 From Emmanuel Benazera et al.(Simiole project) Support for CMA-ES minimizer based on libcmaes On-par or better than Minuit2 on most tested problems. Support includes RooFit. 20 November 2014, 11:23:02 UTC
bc5c3de Avoid clashes re-creating hsimple.root by using py-hsimple.root for the python tutorials 20 November 2014, 10:14:29 UTC
687d8fb Fix code. 20 November 2014, 08:10:33 UTC
f6aff1a Use proper C++ now that named macros require it. 20 November 2014, 08:07:53 UTC
7256369 TProofLite:: fix memory leak Fix memory leak in saved query results. Set the default number of query results kept in memory to 1. 19 November 2014, 17:29:19 UTC
4f68c32 TProofPlayerLite: set default packetizer TPacketizer 19 November 2014, 17:29:10 UTC
62f78e0 Fixes for ubuntu. Add linking of libgsl and libgslcblas before ROOT libraries (e.g. libMathore) 19 November 2014, 17:17:02 UTC
0aa7220 - In `TPad::ShowGuidelines` the number of guide lines is limited to 15. 19 November 2014, 14:57:36 UTC
f03225c Proper C++ in tutorials, now that names macros require it. 19 November 2014, 10:22:25 UTC
4c69a8e correctly locate JavaScript ROOT sources, using ROOTETCDIR define Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 19 November 2014, 09:48:45 UTC
d6089a3 Disable dynamic scopes for named macros (ROOT-6802). 18 November 2014, 16:17:15 UTC
4551fb6 Add missing #include <algorithm>, needed by VC++2013/2014 (std::min and std::max are defined in algorithm) 18 November 2014, 14:30:40 UTC
8740268 Add missing #include <algorithm>, needed by VC++2013/2014 (std::min and std::max are defined in algorithm) 18 November 2014, 14:30:14 UTC
7920ebe Add missing #include <algorithm>, needed by VC++2013/2014 (std::min and std::max are defined in algorithm) 18 November 2014, 14:27:53 UTC
aa5c57e Prevent systematic lookups in the interpreter when asking typedefs looking into the list of classes, protoclasses and enums before. 18 November 2014, 14:22:47 UTC
e44d8fb fix ROOT-6898 18 November 2014, 00:41:55 UTC
2e492f4 update JSROOT docu Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 17 November 2014, 13:35:44 UTC
cfc6eca 1. Correctly show tooltips in case of overlapped objects 2. Implement JSROOT.Create() method to create supported in JavaScript ROOT classes like TH1 or TGraph 3. Fix problem with JSROOT.draw in HTML element with zero width (display:none) 4. Provide possibility to load user scripts with JSROOT.BuildSimpleGUI and JSROOT.AssertPrerequisites, also with main index.htm 5. Support of TCutG drawing Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 17 November 2014, 13:35:44 UTC
5744632 Get right the re-loading of enums coming from protoclasses. We need to remove the re-loaded enums from the unloaded list if the enums come from protoclasses. This is necessary to avoid the presence of duplicates in the typesystem. 17 November 2014, 10:15:46 UTC
03b8832 Do not add twice enums in namespaces when they come from rootpcms 16 November 2014, 19:14:06 UTC
10179c2 Revert "Speedup root startup by 10%" (fails roottest) This reverts commit b7ccff6b7374c8dc8d38fe8a07162e95118a3845. 15 November 2014, 03:31:58 UTC
b7ccff6 Speedup root startup by 10% 14 November 2014, 18:25:25 UTC
c96e321 [modules] Cannot have the __has_feature check on the same line. 14 November 2014, 15:35:24 UTC
6d6db92 Update HttpServer/JavaScript documentation (spelling) 14 November 2014, 15:14:13 UTC
28e1a1a [modules] The header file doesn't have an config_macro anymore. We could even merge it to roofit module. 14 November 2014, 15:05:03 UTC
bea7ab6 [modules] Check whether __has_feature is defined at all. 14 November 2014, 15:00:40 UTC
174328a Makefile flag CXXMODULES=1 enables build with -fmodules on clang. 14 November 2014, 14:22:24 UTC
31c5268 Keep CXX, CC, LD as defined by Makefile.comp. 14 November 2014, 14:21:18 UTC
190bd67 Use a more traditional way of defining a global. 14 November 2014, 14:19:11 UTC
dfa2a1f Enable modules with clang's trunk. roottest with modules still need filtering of -fmodules. 14 November 2014, 13:42:36 UTC
6a10803 [modules] Move rpddefs.h into separate module, we don't want to drag all net_rpdutils. 14 November 2014, 13:42:22 UTC
1123764 [modules] Add the modulemap as a make target. 14 November 2014, 13:42:22 UTC
6b69829 [modules] Add missing include, triggering module load. 14 November 2014, 13:42:22 UTC
6fcd394 [modules] Reexporting macros from submodules is not implemented yet. The sigsetjmp macro should be re-exported from the modulemap. Since it is in a submodule the macro-reexport doesn't work yet. 14 November 2014, 13:42:22 UTC
9530398 [modules] Copy the modulemap in include. Reviewed by Fons. 14 November 2014, 13:42:21 UTC
70bed9c [modules] Split Vc into submodules. We don't build it but would be useful in future. 14 November 2014, 13:42:21 UTC
868e16a [modules] Move AuthConst in separate module because it is cross refed. 14 November 2014, 13:42:21 UTC
1b91745 [modules] Document current issues and comment out the module minuit and matrix. 14 November 2014, 13:42:21 UTC
3b99e76 [modules] Move NetErrors in separate module. It is cross referenced. 14 November 2014, 13:42:21 UTC
9dc0356 [modules] Update progress with building ROOT with modules on. 14 November 2014, 13:42:21 UTC
f7cf6c0 [modules] Disable building some dictionaries with modules. The reason is that the dictionaries are walking close to the edge and beyond when it comes to the standard. Sometimes they rely on not using template instantiations until the end of the TU, which breaks when modules are on. 14 November 2014, 13:42:21 UTC
367f2e7 [modules] Move the ESysConstants in Rtypes. It breaks the modularization otherwise. 14 November 2014, 13:42:21 UTC
03e71da [modules] linux macro is not seen, when compiling with -fmodules. 14 November 2014, 13:42:21 UTC
55c96ed [modules] Add requested but missing forward declaration. 14 November 2014, 13:42:21 UTC
b7e3ef4 [modules] Move rsa-specific C headers in a dedicated module. 14 November 2014, 13:42:21 UTC
1899822 [modules] graf3d_g3d requires c++. 14 November 2014, 13:42:21 UTC
b5ea54b [modules] Move MessageTypes.h in a separate module. This way we avoid its users to pull entire core_base. 14 November 2014, 13:42:21 UTC
c1d20c4 [modules] Rename 'Local Global' gFile because it clashes with gFile macro def in TFile.h 14 November 2014, 13:42:20 UTC
3b9075b [modules] Split part of proof in separate modules in order to build its dictionary. 14 November 2014, 13:42:20 UTC
990d94b [modules] Hide ctor-local enum. 14 November 2014, 13:42:20 UTC
7eec515 [modules] Move TTreeIndex and TChainIndex in separate modules. This avoids pulling-in the tree module. 14 November 2014, 13:42:20 UTC
63360a9 [modules] Disable the Exception module until we can sort out the issue. 14 November 2014, 13:42:20 UTC
4957ae1 [modules] Do not duplicate TClassEdit.h. Move ESTLType.h in the same module. 14 November 2014, 13:42:20 UTC
1015d6b [modules] Extract out TException. The module build setup of Exception is still not well understood. 14 November 2014, 13:42:20 UTC
81c5b7f [modules] Add a module for Vc. 14 November 2014, 13:42:20 UTC
4ec4243 [modules] Add a header files that builds now. 14 November 2014, 13:42:20 UTC
7bd636a Use -Wno-deprecated-declarations also for clang builds 14 November 2014, 09:58:27 UTC
67b7de7 Cleanup of compilation flags for gcc and clang o no-schedule-insns, no-inline is not needed at O0 14 November 2014, 09:26:48 UTC
779d4e7 Cleanup of compilation flags for gcc and clang o no-schedule-insns, no-inline is not needed at O0 o remove O2 optimisation for debug builds 14 November 2014, 09:26:48 UTC
2cff3f2 Expected returncode != 0 in hist/hbars.C 13 November 2014, 21:54:01 UTC
e145d25 Make use of the gcctoolchain option (needed for llvm/clang on Linux) 13 November 2014, 16:38:31 UTC
3f872a5 Documentation: New version of Http Server + new chapter for JavaScript ROOT 13 November 2014, 16:10:01 UTC
cb89e06 New version of RootUseFile with less settings 13 November 2014, 15:12:44 UTC
ab4ebbe Change davix default for GridMode. ROOT-6897 13 November 2014, 14:05:23 UTC
3d18b0d Avoid recursive call to TClass during the creation of TClass instances 13 November 2014, 12:38:18 UTC
91ea2e8 Add some checks on input (see JIRA item ROOT-6890) 13 November 2014, 10:54:20 UTC
612266b Move check from TClass::GetClass to TCling::CheckClassInfo with the advantage of not calling TEnum::GetEnum for fundamental types. Indeed it is now after the check THashTable *typeTable = dynamic_cast<THashTable*>( gROOT->GetListOfTypes() ); TDataType *fundType = (TDataType *)typeTable->THashTable::FindObject( name ); 13 November 2014, 09:26:35 UTC
533f8f3 Cache successful mapping of PCH to filesystem paths (ROOT-6865). 13 November 2014, 02:00:32 UTC
d795bab Reduce code duplication merge _ClassDefNV_ into _ClassDef_. By adding an arguement for whether the virtual keyword is wanted or not 13 November 2014, 01:22:09 UTC
4e662b9 Finish commit 5477417 (related to ClassDefOverride) 12 November 2014, 23:28:32 UTC
d509b1b Remove CINT support 12 November 2014, 23:13:08 UTC
d6f381a Add support for //!< doxygen comment (i.e. not confused it with io transientness). This fixes ROOT-6888. 12 November 2014, 23:12:09 UTC
5477417 Provide a new ClassDefOverride adding "override" to all virtual functions. 12 November 2014, 22:57:53 UTC
be5b70a Do not write in /tmp during tutorials execution 12 November 2014, 16:28:57 UTC
46b46ed Returns the canvas for the doc. 12 November 2014, 14:40:20 UTC
e9492b2 New THStack drawing option `NOSTACKB`. histograms are drawn next to each other as bar charts. 12 November 2014, 14:20:49 UTC
7bfabad jsroot: Introduce central JSROOT.Create() method to instantiate all supported ROOT classes Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:24:03 UTC
7d5da18 jsroot: improve TH2 drawing Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:24:03 UTC
d04c905 jsroot: implement TCutG painter Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:24:02 UTC
5d1969a jsroot: improve index.htm, add 'path' parameter to select location of available files Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:24:02 UTC
9b6dc7a jsroot: remove example.htm, it will go into demo directory (not in repository) Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 12 November 2014, 09:24:01 UTC
7f0b2f2 Create simple.root in the tutorials subdirectory also for the build area. 12 November 2014, 07:50:44 UTC
bbb4810 Override TGlobal::Get[Full]TypeName() to return the qualified enum name. 12 November 2014, 05:47:12 UTC
33707c1 Autoparse also typedefs (ROOT-6883). The typedef resolution uses cling::LookupHelper::findType() which does not know whether it should look for a class or a typedef. In above issue, the type name is actually the name of an explicit template specialization. This explicit template specialization has an autoparse entry and is thus available - in principle. But here, autoparsing was explicitly disabled. Failure to autoparse leads to the type's instantiation from the template pattern which is fatal. 12 November 2014, 05:04:08 UTC
e67e23e woraround for enums that don't have their full definition loaded 12 November 2014, 01:38:11 UTC
e17fac7 Fixes for Windows 11 November 2014, 22:26:46 UTC
b4e0665 Fix for ROOT-6893 - Davix not enabled by default after building it with the davix option 11 November 2014, 21:37:05 UTC
0a466f5 Add some notes explaining reason of invalid error in Minos (see http://root.cern.ch/phpBB3/viewtopic.php?f=15&t=18721) 11 November 2014, 17:18:37 UTC
fa820ca Disable usage of PROOF in tutorial 11 November 2014, 17:18:37 UTC
566a614 Allow to populate namespaces with enums coming from protoclasses and interp mixing the two entities. Add a qualified name getter for CMS. 11 November 2014, 13:19:02 UTC
fe781d4 Protect against deferentiation of nullptr in error state 11 November 2014, 13:19:02 UTC
7089d28 Run the tutorials out of the tutorials directory to avoid clashes and pollution with the sources. 11 November 2014, 13:16:48 UTC
00f9863 TLatex 11 November 2014, 13:00:32 UTC
191cd66 With the Cocoa backend the PDF and PS output produced miss-aligned exponents because the GetTextExtend method behaved differently in batch mode and "screen" mode. This is now fixed. See http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18883 11 November 2014, 12:56:12 UTC
f2d40ba Fix TStatistic for merging dataset and when the weights are equal to zero (see http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18856) Add also a test program for the class 11 November 2014, 10:43:16 UTC
c3c4bff Add possibility to compute weighted standard deviation 11 November 2014, 10:43:16 UTC
back to top