https://github.com/lmoneta/root

sort by:
Revision Author Date Message Commit Date
3ac3555 More on dependencies and using different files for the python tutorials 26 November 2014, 08:50:50 UTC
c440817 Warn when a pattern w/o wildcards is used in the selection file and transform the rule into a name one. This is the behaviour of root5 (modulo the warning, of course!) 25 November 2014, 17:08:55 UTC
24936cb Fix ROOT-6748 25 November 2014, 15:26:17 UTC
62acead Fix remaining issue of ROOT-6861 25 November 2014, 15:08:45 UTC
a225792 Support for command line options like "-DPPVAR=" in rootcling 25 November 2014, 15:08:45 UTC
84ff4fc Pass the FileEntry for #inclusions, use that to #include. Fixes cases where the file is found relative to the include's directory, e.g. .L /foo/bar/test.C which has This header cannot be found with any -I but only relative to the includer. As we know the full path of the file to be included we will just use that. Fixes out-of-source roottest/root/meta/autoloading/execAutoloadOnInclusion.C 25 November 2014, 14:44:13 UTC
bc9ce4e From Pere and me: Add several missing /include directives (Force Symbol References) Without these flags, python is not working properly in interactive mode (i.e. GUI is frozen) 25 November 2014, 14:05:11 UTC
cde5af2 Add icons in JSRootPainter.css file Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 November 2014, 11:36:51 UTC
2373a26 1. Optimize hirarchy display, use jQuery 2. Delete most icons files, use icons from CSS instead 3. Better range selection in logx/logy scale 4. Handle situation when CORS blocks access to request headers Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 25 November 2014, 11:36:50 UTC
d029b23 Make temporary filename unique between concurrent stressIOPlugins runs 25 November 2014, 07:48:34 UTC
1c1dff1 Fix typo: "defualt" ==> "default" 24 November 2014, 10:47:31 UTC
73da9b7 More dependencies 23 November 2014, 18:21:11 UTC
1950e84 More on dependencies. 23 November 2014, 17:51:26 UTC
6d08723 Fix const-cast-away warning. 21 November 2014, 23:32:48 UTC
6139acf Implement TCollectionProxyInfo::Iterators::next for std::vector. Eventhough this is not used in the I/O (which special case the iteration through vector for performance), this is useful for user code to be completely independent of the collectio type 21 November 2014, 19:15:05 UTC
c1a572e Do not autoparse the class, but #include headers from libs. An #include of "TH1F.h" was converted into an autoparse of TH1F (for headers starting with 'T' and ending on ".h"). This was often doing the right thing; a better solution (implemented here) would be to #include that header with autoparsing disabled (which is the crucial part!) to prevent recusrive autoparsing - but to do that only for those headers that are guaranteed to be compilable because they "come from a library". ROOT headers will not be autoparsed (because they are in the PCH), all others will be autoparsed. For the former, the explicit #include during tryAutoParse() will prevent recursive autoparsing. 21 November 2014, 16:29:46 UTC
27b97fd No need to autoparse if we have a fwd decl. 21 November 2014, 16:29:45 UTC
8f27ac9 Code correctness (no dyn scopes). 21 November 2014, 15:15:50 UTC
3a70806 TTextDump 21 November 2014, 15:06:21 UTC
3b2c8af Text color was ignored. 21 November 2014, 14:59:28 UTC
b410db2 Do not use (possibly unterminated!) StringRef::data() but str(). 21 November 2014, 13:08:43 UTC
62c7015 Include TMath was missing in the previous patch. remove trailing spaces. 21 November 2014, 12:44:44 UTC
ddc4436 Added methods to calculate greenwich and local sidereal time. Signed-off-by: Olivier Couet <olivier.couet@cern.ch> 21 November 2014, 12:28:03 UTC
af66e1e Take a cheap early exit for const, * and & (ROOT-6909). 20 November 2014, 16:26:12 UTC
60d75ad Argument parsing can trigger ASTReading; needs transaction (ROOT-6625). 20 November 2014, 10:16:20 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
back to top