- May 18, 2013
-
-
Vassil Vassilev authored
-
- May 14, 2013
-
-
Olivier Couet authored
-
Lorenzo Moneta authored
Fix a memory leak in assignment operator. The functions objects in the list of functions were not deleted
-
- May 13, 2013
-
-
Olivier Couet authored
-
Axel Naumann authored
-
Gerardo Ganis authored
-
Dario Berzano authored
-
Dario Berzano authored
-
Dario Berzano authored
-
Axel Naumann authored
-
Olivier Couet authored
- May 10, 2013
-
-
Philippe Canal authored
Add unused routines in order to suppress the error message: include/RooTreeData.h:33:10: error: private field '_tree' is not used [-Werror,-Wunused-private-field] TTree *_tree ; // TTree holding the data points ^
-
Gerardo Ganis authored
When creating mergers, the code iterates over all slaves to figure out how many workers should be assigned to each merger. This is usually fine, unless not all are active. In that situation it creates mergers that wait forever (or almost forever) for workers which will never connect, which obviously screws up the job. The fix changes the merger creation to iterate over fActiveSlaves instead of fSlaves. [From B.Butler, M.Swiatlowski]
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
TString is missing a newline; will refactor printing of delims (to be done by pcaller).
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
(cherry picked from commit 1ef652a8)
-
Fons Rademakers authored
-
Fons Rademakers authored
-
- May 09, 2013
-
-
Fons Rademakers authored
We use the git2cl found here: http://repo.or.cz/w/git2cl.git. Two issues were fixed: - strip correctly out merge commits - strip out git-svn-id's
-
- May 08, 2013
-
-
Fons Rademakers authored
-
Philippe Canal authored
-
Olivier Couet authored
All the pictures used by docbook to render the math formulae have been removed.
-
Axel Naumann authored
-
Olivier Couet authored
-
Axel Naumann authored
-
Olivier Couet authored
-
Axel Naumann authored
-
Axel Naumann authored
Same solution as in standalone cling.
-
Axel Naumann authored
While llvm needs to ignore it (it's an external project) we have all in one git repo.
-