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

sort by:
Revision Author Date Message Commit Date
81da7a1 Update ROOT version files to v6.09/01. 29 September 2016, 18:48:55 UTC
f8233c0 Mention R__DEPRECATED, root-config and -Wno-deprecated-declarations. 29 September 2016, 18:39:13 UTC
7de677a More auto_ptr => unique_ptr replacements. 29 September 2016, 18:32:11 UTC
d0d8975 Unused param. 29 September 2016, 18:31:57 UTC
145097d Fix spelling of ROOT_VERSION_CODE. 29 September 2016, 18:31:11 UTC
e1bfd91 Use JsMVA repository in root.cern.ch 29 September 2016, 16:18:32 UTC
ba60aeb Replace more auto_ptrs, silence a few -Wno-deprecated-declarations. 29 September 2016, 15:53:52 UTC
89490b4 TMVA: small fix in DataLoader to print message in logger 29 September 2016, 15:16:39 UTC
5a8c67d Merge branch 'cjbackhouse_gdml_consts' 29 September 2016, 15:11:14 UTC
1aea6f2 Parse arithmetic expressions in GDML files again. For GDML files without arithmetic expressions in them this should be just as fast and give the same behaviour as before. Parsing is implemented by TFormula, including a pre-processing step to mark constant names with "[]" so that TFormula recognizes them as variables. Tested by importing and re-exporting a GDML file used by the NOvA experiment in root5 and root6 and checking that the results were identical, except for the naming of the volumes. 29 September 2016, 14:20:53 UTC
99c55ea More TSpectrum examples 29 September 2016, 13:40:52 UTC
236071c Make sure IMT tutorials are vetoed if imt=OFF 29 September 2016, 13:24:25 UTC
9b2b4e3 Mention that Draw() will return the Drawable&. 29 September 2016, 13:17:18 UTC
97fc150 Fix ownership doc. 29 September 2016, 13:17:18 UTC
de004f3 Move TThreadPool.h. 29 September 2016, 12:24:13 UTC
11378ff Remove -Wno-deprecated-declarations from top-most flags. Subdirs / modules still add it. 29 September 2016, 10:44:47 UTC
936e64b Remove -Wno-deprecated-declarations from root-config --cflags: we want that to work. 29 September 2016, 10:44:47 UTC
f04ea5b Deprecate functions that already Error() since years. 29 September 2016, 10:44:47 UTC
0ca2229 Add version number to R__DEPRECATED(6,10,"why"). 29 September 2016, 10:44:46 UTC
4975d39 Rest in peace, System/390. 29 September 2016, 10:44:46 UTC
61a2019 Replace uses of auto_ptr by unique_ptr in headers. This allows us to turn off -Wno-deprecated-declarations, to make R__DEPRECATED useful. 29 September 2016, 10:43:43 UTC
182ef02 proof/utils: make sure PARs are created under the build dir To avoid issues with permissions. 29 September 2016, 09:58:00 UTC
02e74d7 Fix detection of available compilation flags. 29 September 2016, 09:18:06 UTC
c05f261 JsMVA: support for DNNCPU, DNNGPU interactive training 28 September 2016, 18:18:01 UTC
fe59636 Spelling. 28 September 2016, 18:14:26 UTC
6968e8a - New examples extracted from TSpectrum.cxx. (more to come) 28 September 2016, 15:40:24 UTC
c40bcf7 Rename IMT helper RAII classes 28 September 2016, 15:25:25 UTC
58f10bf Fix id line. 28 September 2016, 14:01:22 UTC
1dfd9ec Accept .hxx files, too. 28 September 2016, 13:58:22 UTC
e5feddc Also look for the shell vars supported by the classic build system. 28 September 2016, 13:05:20 UTC
7428271 Use RooMinimizer instead of RooMinuit 28 September 2016, 13:00:27 UTC
a717cc5 Update stressRooFit ref file for FFTW test 28 September 2016, 12:52:57 UTC
0484597 Specify the type of unique_ptr we want. 28 September 2016, 10:45:11 UTC
de9b7b0 Do not force a copy of smartptrs for nothing. 28 September 2016, 10:45:11 UTC
5e29832 That is not a const function. Thanks, Andrey Erokhin! 28 September 2016, 10:45:11 UTC
eefd6f6 Move the unique_ptr rvalue-ref in instead of copying. 28 September 2016, 10:45:11 UTC
273c45c Update stressroofit to use a local file instead of a web file. Add the file in git 28 September 2016, 10:11:20 UTC
9e4528d Fix a bug in the definition of the range for a coefficient a1 in the Roofit tutorial and stressRooFit. The parameter was considered constant instead should have been varying. Need to update stressRooFit file since the fit now are different (parameter a1 is varying in the fit instead of being constant ) 28 September 2016, 09:42:23 UTC
4e0c5e5 Fix rename aftermath. 28 September 2016, 09:41:03 UTC
8a0cf0f [modules] Centralize our internal LLVM's module cache. 28 September 2016, 09:41:03 UTC
6dba6cd [modules] We cannot build a module for the modulemap. 28 September 2016, 09:41:03 UTC
d39b053 Update clean 28 September 2016, 07:43:21 UTC
67b6135 Improve ecb9335, 81d6e8f: length is insufficient: it must be signed, too. 28 September 2016, 06:06:25 UTC
81d6e8f Be specific about bit length (can also be ulong), just like clang::IntegerLiteralParser. 27 September 2016, 21:55:56 UTC
49571ab Remove spurious const. 27 September 2016, 21:48:02 UTC
5e354fc Renamed TProcPool to TProcessExecutor, TThreadPool to TTreadExecutor, TPool to TExecutor. 27 September 2016, 19:42:23 UTC
c7a8626 Renamed TProcPool to TProcessExecutor, TThreadPool to TTreadExecutor, TPool to TExecutor. 27 September 2016, 19:42:23 UTC
3182bd9 Prevent cmake error if tutorials/hsimple.root exists in src dir. Shorten. 27 September 2016, 18:38:40 UTC
df61c80 More [T]Canvas renaming. 27 September 2016, 18:24:19 UTC
c4fbbed Follow ROOT naming convention (filename). 27 September 2016, 18:24:19 UTC
af41d29 - the script used to generate the notebooks should not appear in the doc. - remove white space 27 September 2016, 16:41:56 UTC
aa180c4 - Rewind previous mods. It seems not working properly... 27 September 2016, 16:17:37 UTC
0166984 typo 27 September 2016, 16:11:38 UTC
f55826b - Doxygen formatting - remove white spaces 27 September 2016, 16:07:35 UTC
97f57f7 Make header path relative, add the hxx targets. 27 September 2016, 15:24:40 UTC
10a875d [modules] Shorten modulemap by using umbrella folders. 27 September 2016, 15:24:40 UTC
1316974 [modules] Temporary disable tmva due to module-related issues. 27 September 2016, 15:24:40 UTC
ea02859 JsMVA: support for DNNCPU, DNNGPU interactive training 27 September 2016, 14:57:41 UTC
12389f7 Use RooMinimizer instead of RooMinuit, by changing default to Minuit instead of OldMinuit 27 September 2016, 14:55:46 UTC
ecb9335 Improve 8dff24d: only append `ull` if really needed. 27 September 2016, 14:35:45 UTC
3041c28 - Until now the rule for the tutorials was that the \author line must be the last one of the tutorial header. Recently the multicore tutorials have an extra line "\date" after the \author one. Now the filter does not expect that \author is the last line. It simply consider as "header" all the lines starting with /// before the macro code. 27 September 2016, 13:50:39 UTC
87d69b8 Coverity and weight file fixes. 27 September 2016, 13:21:51 UTC
d0925da Fix one more header renaming. 27 September 2016, 12:45:47 UTC
f279061 Copy tutorials if the source has changed. 27 September 2016, 12:34:47 UTC
3da42a8 Revert previous change in Rndm. Re-add Rndm(int) 27 September 2016, 11:46:53 UTC
9c486e0 Remove un-needed include <mutex> 27 September 2016, 10:17:10 UTC
723a718 Re-add standard DNN in stressTMVA 27 September 2016, 09:57:14 UTC
f06a4b9 resuse vector within the same thread. Avoid getting the memory at each invokation of the minimizer anew 27 September 2016, 09:57:14 UTC
80ea101 started to add reuse of memory for maximizing algorithm 27 September 2016, 09:57:14 UTC
ef8c349 Ontology: steepest gradient descent. Allow for small variations in the learning rate 27 September 2016, 09:57:14 UTC
8dff24d Improve int literal printing for template args. To be upstreamed. 27 September 2016, 09:55:52 UTC
7eaee64 Use TRandom::Rndm() instead of TRandom::Rndm(int) 27 September 2016, 09:38:47 UTC
b7a0114 A few more ROOT/*.h => ROOT/*.hxx. 27 September 2016, 09:28:57 UTC
8d1fbb3 Fix compilation error for gcc 6.1 27 September 2016, 09:16:17 UTC
663ea48 Fix some compilation warnings 27 September 2016, 08:44:30 UTC
262581f Adjust #includes to new file name (.h -> .hxx). 27 September 2016, 08:25:32 UTC
958b933 Add newline at end of file. 27 September 2016, 08:25:32 UTC
631a1a4 Rename ROOT/*.h to ROOT/*.hxx. Simplifies tools life, clarifies which file we are referring to. And helps with #include "TFile.h" from a ROOT/ header. 27 September 2016, 08:25:32 UTC
1aa7b09 Remove obsolete comment. 27 September 2016, 08:16:08 UTC
1735394 Follow basic guidelines: * Do not include header files outside include protectors; * Turn comment into a proper diagnostics; * Use spaces instead of tabs. 27 September 2016, 08:10:08 UTC
3a7b399 Improve documentation 27 September 2016, 06:24:08 UTC
7a1e26a Add date to tutorials 27 September 2016, 06:22:40 UTC
1c19d4b Use uint64_t instead of unsigned long long 26 September 2016, 21:53:22 UTC
fede32f Remove some debug statement and add inclusion of C headers before including then inside an anonymous namespace 26 September 2016, 21:41:37 UTC
d4cda31 Add missing else 26 September 2016, 19:52:00 UTC
0559a5d Fix style 26 September 2016, 19:52:00 UTC
8ce973d Fix identical subexpressions in if condition 26 September 2016, 19:52:00 UTC
db1249d Improve TRandom classes by adding a new templates class on the Random number engine TRandomGen. Remove from TRandom integer parameter in Rndm. No more Rndm(int) Add new MixMax version (2.0) and use differentt N, N=240, N= 17 and include also mixmamx1.0 for N=256 Improve MixMaxEngine class by adding a template N and a decimation number S (which default = 0) Implement also in library some TRandomGen based on std engines (Mersenne-Twister 64 and Ranlux 48). 26 September 2016, 16:09:34 UTC
54e19b3 Undo changes to avoid redefinition of _POSIX_C_SOURCE warning 26 September 2016, 13:55:26 UTC
3a1a704 Add tutorial for IMT parallelisation of TTreeProcessor::Process plus ROOT::TThreadedObject 26 September 2016, 13:23:56 UTC
afe8c39 Add tutorial for IMT parallelisation of TTree::GetEntry 26 September 2016, 13:23:56 UTC
84ed463 Added missing header guards 26 September 2016, 09:30:50 UTC
04724dc JsMVA: color fix, DNN net init added 26 September 2016, 08:16:57 UTC
7b82c4e JsMVA: output transformer bugfix 26 September 2016, 08:16:53 UTC
ec538f0 JsMVA: jsmva magic extra lines fix 26 September 2016, 08:16:46 UTC
3603094 Fix for roottest-root-multicore-ttree_read_imt: print a correct thread id in MacOS 26 September 2016, 07:34:01 UTC
e7d94ee Use an atomic to allow enabling/disabling of IMT use cases 26 September 2016, 07:34:01 UTC
e764b56 Added more documentation 26 September 2016, 05:57:35 UTC
ff11c4d Added more documentation, fixed bad indentation, correct set up of the vector vPtrHisto using index 26 September 2016, 05:57:34 UTC
3e0f542 Change in handling errors inside the chain 26 September 2016, 05:57:34 UTC
back to top