- Jun 07, 2020
-
-
Sergey Linev authored
Includes like "strlcpy.h" and "snprintf.h" are provided via Rtypes.h, but really used only in part of the sources. Before removing them from Rtypes.h (in dev builds) provide them all in required places
-
- May 28, 2020
-
-
Sergey Linev authored
-
- Mar 02, 2020
-
-
Sergey Linev authored
-
- Jan 15, 2019
-
-
Guilherme Amadio authored
-
- Jun 26, 2015
-
-
Axel Naumann authored
-
- Jun 05, 2015
-
-
Bertrand Bellenot authored
Fix the following Coverity issues: CID 61230 (Unchecked return value) CID 56101 (Uninitialized scalar field) CID 55010, 55005 (Dereference after null check) CID 55004 (Explicit null dereferenced) CID 54807 (Same on both sides) CID 48060 (Dereference null return value)
-
- Jun 04, 2012
-
-
Axel Naumann authored
using namespace std; from Riostream.h, which has huge consequences for all of ROOT. Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd. Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers. ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers. Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style. TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones. git-svn-id: http://root.cern.ch/svn/root/trunk@44507 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2012
-
-
Bertrand Bellenot authored
replace a gClient->HandleInput() by gSystem->ProcessEvents(), which doesn't work with stressGUI extension, coming in a near future git-svn-id: http://root.cern.ch/svn/root/trunk@43908 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 16, 2012
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43756 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 13, 2012
-
-
Bertrand Bellenot authored
Make sure we disconnect from the gApplication->Terminate(Int_t) signal when closing the window (should fix crash in the stressGUI app) git-svn-id: http://root.cern.ch/svn/root/trunk@43733 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 27, 2012
-
-
Bertrand Bellenot authored
- Don't use kDeepCleanup with embedded TGTextEditor (to avoid potential double deletion) git-svn-id: http://root.cern.ch/svn/root/trunk@43493 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38509 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 12, 2010
-
-
Rene Brun authored
can run the tests via CINT and for the time being these 2 functions are unknown to CINT (such a shame!) git-svn-id: http://root.cern.ch/svn/root/trunk@36320 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@36310 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 27, 2010
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33619 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2010
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33598 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 20, 2010
-
-
Bertrand Bellenot authored
git-svn-id: http://root.cern.ch/svn/root/trunk@33590 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 27, 2010
-
-
Bertrand Bellenot authored
Use a TString and gSystem->GetFromPipe instead of gSystem->OpenPipe and fgets (solve the compiler warning: ignoring return value of 'char* fgets...) git-svn-id: http://root.cern.ch/svn/root/trunk@33239 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 23, 2010
-
-
Bertrand Bellenot authored
- execute most of the tutorials in $ROOTSYS/tutorials/gui - execute several built-in tests (testing layout/status changes of several widgets) - optionally replays several recorder sessions (fit panel, graphics editors, guitest, ...) git-svn-id: http://root.cern.ch/svn/root/trunk@33165 27541ba8-7e3a-0410-8455-c3a389f83636
-