- Dec 13, 2010
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37568 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Implement r37093 differently: do that extra string copy, because otherwise strtok() will modify the env string (injecting \0). Fixes issue of truncated LD_LIBRARY_PATH reported by Markus Frank. git-svn-id: http://root.cern.ch/svn/root/trunk@37567 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37566 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37565 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
- apply fix for switching off GUI when running PROOF. Enabling the GUI causes a crash in addition: - clean up of tutorials by adding first comment line - new tutorial with example of multi-dim sampling git-svn-id: http://root.cern.ch/svn/root/trunk@37564 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37563 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37562 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37561 27541ba8-7e3a-0410-8455-c3a389f83636
-
Matevz Tadel authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37560 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37558 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
fix the update of the number of function calls in Minuit2 after calling Hess after Migrad. The number is now not reset git-svn-id: http://root.cern.ch/svn/root/trunk@37557 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
a nested class with the same name (for example: PGlobalDigi::SiStripDigi) which resulted in the former to have its ClassInfo pointing to the later after an (unrelated) reload. git-svn-id: http://root.cern.ch/svn/root/trunk@37556 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 11, 2010
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37552 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37551 27541ba8-7e3a-0410-8455-c3a389f83636
-
https://savannah.cern.ch/bugs/?75463Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37550 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37549 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
http://root.cern.ch/root/html/tutorials/roostats/index.html git-svn-id: http://root.cern.ch/svn/root/trunk@37547 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
man page. git-svn-id: http://root.cern.ch/svn/root/trunk@37546 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37545 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37544 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
add new tuorial for TKDE git-svn-id: http://root.cern.ch/svn/root/trunk@37543 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37542 27541ba8-7e3a-0410-8455-c3a389f83636
-
https://savannah.cern.ch/bugs/?75542Olivier Couet authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37541 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2010
-
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37537 27541ba8-7e3a-0410-8455-c3a389f83636
-
Eckhard von Toerne authored
minor change, copy forgotten change from dev to trunk, new improved initialisation for fitType string git-svn-id: http://root.cern.ch/svn/root/trunk@37535 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooStudyManager - Add option to suppress GUI in runProof() git-svn-id: http://root.cern.ch/svn/root/trunk@37534 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Introduce a new preprocessor symbol (R__COMPLETE_MEM_TERMINATION) that allows for better tracking of memory leak. When ROOT is compiled with this symbols is defined, globally held objects will be deleted at the time of the process termination. With this symbol defined, some tests (root.exe -b -l -q ; test/stress ;) run under 'valgrind --leak-check=yes' with no memory leak reports (but still a few still reacheable blocks). However, this does not yet support (i.e. segfault at termination) the case where TFunctions are created on the 'CINT' stack (and thus fails roottest) and some uses of CINT functions for fitting ... and probably also fails on Windows. git-svn-id: http://root.cern.ch/svn/root/trunk@37531 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wim Lavrijsen authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37529 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37528 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
new version of stressTMVA following the standard test suite rules. git-svn-id: http://root.cern.ch/svn/root/trunk@37526 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
right version of the file git-svn-id: http://root.cern.ch/svn/root/trunk@37524 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
merge from roostats dev branch fix http://root.cern.ch/viewvc/branches/dev/roostats/roofit/roostats/src/?view=log from Sven Kreiss git-svn-id: http://root.cern.ch/svn/root/trunk@37522 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooGlobalFunc - Fix payload of object created by OutputStream() git-svn-id: http://root.cern.ch/svn/root/trunk@37518 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o tutorial rf604 - Modify example without constraint to use the pdf without constraint term as the new default setting always includes the constraint git-svn-id: http://root.cern.ch/svn/root/trunk@37517 27541ba8-7e3a-0410-8455-c3a389f83636
-
Wouter Verkerke authored
o RooMsgService - Fix bug for case where stream is redirected to a file git-svn-id: http://root.cern.ch/svn/root/trunk@37516 27541ba8-7e3a-0410-8455-c3a389f83636
-
Joerg Stelzer authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37514 27541ba8-7e3a-0410-8455-c3a389f83636
-
Joerg Stelzer authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37513 27541ba8-7e3a-0410-8455-c3a389f83636
-
Joerg Stelzer authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37512 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37511 27541ba8-7e3a-0410-8455-c3a389f83636
-