- Apr 27, 2012
-
-
Lorenzo Moneta authored
fix ~ 15 high impact coverity issues (Resource leaks in NumberCountingPdfFactory and Uninitilized variables in other classes) git-svn-id: http://root.cern.ch/svn/root/trunk@43992 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
on MacOS X correctly return the physical memory in GetSysInfo(). git-svn-id: http://root.cern.ch/svn/root/trunk@43991 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43989 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43988 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43987 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43986 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
operator new never returns 0 (it might throw an exception though or call ::Fatal), so no need to check the value git-svn-id: http://root.cern.ch/svn/root/trunk@43985 27541ba8-7e3a-0410-8455-c3a389f83636
-
Gerardo Ganis authored
In test/stressProof.cxx: - Add possibility to pass a sibset of control options via environment variables; the variables names are in the form STRESSPROOF_xxxx and are documented by './stressProof -h'. - Add possibility to pickup the tutorials source files from a directory other the $ROOTSYS/tutorials (switch -tut, env STRESSPROOF_TUTORIALDIR) - Minor optimizations In test/Makefile: - Add -I$ROOTSYS/tutorials when compiling stressProof.cxx so that it can be build from any location of 'test', i.e. not necessarly from $ROOTSYS/test . git-svn-id: http://root.cern.ch/svn/root/trunk@43984 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
Stupid mistake in TGCocoa::DispatchClientMessage: as a result of message handling (window->HandleEvent call), the window can be deleted and message for this window will be removed, but DispatchClientMessage after calling HandleEvent still tries to remove event from the set and crashes on invalid iterator. git-svn-id: http://root.cern.ch/svn/root/trunk@43983 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43982 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43981 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Tabs, evil tabs! And indentation git-svn-id: http://root.cern.ch/svn/root/trunk@43980 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Use proper dependency for rootcint/rootcling git-svn-id: http://root.cern.ch/svn/root/trunk@43979 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43977 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43976 27541ba8-7e3a-0410-8455-c3a389f83636
-
Andrei Gheata authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43975 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
OSX included the DST). Now we return purely the geographical TZ offset from UTC independent of DST (as for all other platforms). git-svn-id: http://root.cern.ch/svn/root/trunk@43972 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43971 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
Add template for OpenGL view. Move methods, shared between QuartzView and NSOpenGLView into SharedViewMethods.h. git-svn-id: http://root.cern.ch/svn/root/trunk@43970 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
make sure the cling::Value gets out correctly. Works nicely - except for the object case (to be fixed by Vassil, until then: XFAIL) git-svn-id: http://root.cern.ch/svn/root/trunk@43969 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43968 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Interpreter::process now uses Evaluate() features for value yes / no, wrap yes / no, and running the function. Again reducing the line count... Keep printAST also for declare() Silence diagnostics for all code paths through Evaluate(). git-svn-id: http://root.cern.ch/svn/root/trunk@43967 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43965 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43964 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43963 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43962 27541ba8-7e3a-0410-8455-c3a389f83636
-
Olivier Couet authored
TPolyLine. git-svn-id: http://root.cern.ch/svn/root/trunk@43961 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
Simplify it (o no, cling is shrinking *again*!) git-svn-id: http://root.cern.ch/svn/root/trunk@43960 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43959 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43958 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
1. Create custom cursor from NSImage object, if standard cursor does not exist for ECursor enumerator. 2. Fix subtle memory leak in FontCache::SelectSystemFont. git-svn-id: http://root.cern.ch/svn/root/trunk@43957 27541ba8-7e3a-0410-8455-c3a389f83636
-
Lorenzo Moneta authored
see http://root.cern.ch/phpBB3/viewtopic.php?f=10&t=14571 git-svn-id: http://root.cern.ch/svn/root/trunk@43956 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Dereference null return: 32806: fElements->Last 33398, 33431, 33432: TObject::Clone 41714,41715,41716: TClass::GetStreamerInfoEmulated 33420: GetConversionStreamerInfo git-svn-id: http://root.cern.ch/svn/root/trunk@43955 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 25, 2012
-
-
Philippe Canal authored
Dereference null return: 33380, 34035: TBranch::GetFile git-svn-id: http://root.cern.ch/svn/root/trunk@43954 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
Unchecked return value: 30852, 30992, 30994, 31001, 31661, 31664: ReadBuffer Dereference null return: 36075: TFile::Open git-svn-id: http://root.cern.ch/svn/root/trunk@43953 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
33019: dereference null return value (fMotherDir). git-svn-id: http://root.cern.ch/svn/root/trunk@43952 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43951 27541ba8-7e3a-0410-8455-c3a389f83636
-
Bertrand Bellenot authored
Add a protection for empty directories (e.g. not containing any key). Solves the bug #94028, TBrowser crash trying to browse sub-root-directories in memory (https://savannah.cern.ch/bugs/?94028) git-svn-id: http://root.cern.ch/svn/root/trunk@43949 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
In the Streamer, when set fCacheSize and fAutoFlush is negative, revert to the previous behavior of having fCacheSize also negative for consistency and backward compatiblity git-svn-id: http://root.cern.ch/svn/root/trunk@43945 27541ba8-7e3a-0410-8455-c3a389f83636
-
Timur Pocheptsov authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43944 27541ba8-7e3a-0410-8455-c3a389f83636
-