- Jun 09, 2013
-
-
Fons Rademakers authored
The attached patch adds the methods SetLargeObject() and GetLargeObject() with similar syntax to GetBinary() / SetBinary(). Provided by by Oliver Freyermuth.
-
Fons Rademakers authored
Patch by Oliver Freyermuth.
-
Fons Rademakers authored
Patch by Oliver Freyermuth.
-
Fons Rademakers authored
-
- May 29, 2013
-
-
Olivier Couet authored
-
- May 28, 2013
-
-
Olivier Couet authored
-
- Apr 26, 2013
-
-
Fons Rademakers authored
This comes form Thomas Zimmermann to add the building PostgresSQL plugin with CMake. git-svn-id: http://root.cern.ch/svn/root/trunk@49360 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 12, 2013
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@49227 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2013
-
-
Fons Rademakers authored
The attached patchset fixes a bunch of typo in the source: 0001-succes-success.patch 0002-preceed-preced.patch 0003-informations-information.patch 0004-childs-children.patch 0005-avaliable-available.patch 0006-writeable-writable.patch 0007-comand-command.patch 0008-unkown-unknown.patch 0009-wierd-weird.patch 0010-wheter-whether.patch 0011-unecessary-unnecessary.patch 0012-splitted-split.patch 0013-registerd-registered.patch 0014-recieve-receive.patch 0015-processsing-processing.patch 0016-ouput-output.patch 0017-mutiple-multiple.patch 0018-lenght-length.patch 0019-interupted-interrupted.patch 0020-independant-independent.patch 0021-inconsistant-inconsistent.patch 0022-expresion-expression.patch 0023-explicitely-explicitly.patch 0024-enviroment-environment.patch 0025-deafult-default.patch 0026-continous-continuous.patch 0027-completly-completely.patch 0028-commited-committed.patch 0029-choosen-chosen.patch 0030-backgroud-background.patch 0031-auxilliary-auxiliary.patch 0032-authentification-authentication.patch 0033-appropiate-appropriate.patch 0034-an-other-another.patch 0035-environement-environment.patch 0036-targetting-targeting.patch 0037-suppported-supported.patch 0038-paramater-parameter.patch git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 18, 2013
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48620 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 11, 2013
-
-
Philippe Canal authored
From Sergey: To guarantee linkage of libclntsh.so library, I add OCIClientVersion() call to TOracleServer class. Provided code prints OCI version if gDebug>0. git-svn-id: http://root.cern.ch/svn/root/trunk@48532 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 08, 2013
-
-
Philippe Canal authored
From Sergey: There are Oracle native data types, which not yet supported by TOracleRow class. Patch provides support for BDOUBLE and BFLOAT types. git-svn-id: http://root.cern.ch/svn/root/trunk@48513 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 05, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45854 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 03, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@45792 27541ba8-7e3a-0410-8455-c3a389f83636
-
- 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
-
- May 29, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44341 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 09, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@44195 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 30, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43592 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 27, 2012
-
-
Philippe Canal authored
Fix coding convention R.RN7 (Avoid the raw C types 'long', 'unsigned long', 'long double', 'bool', 'long long' and 'unsigned long long'.) git-svn-id: http://root.cern.ch/svn/root/trunk@43515 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 07, 2012
-
-
Philippe Canal authored
35670,35809,35810,35671,35673,35812,35688,35283,35824,35689,35825,35690,35691,35826,35827,35692, 35635,35636,35275 about missing operator= and/or copy constructors. git-svn-id: http://root.cern.ch/svn/root/trunk@43276 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41770 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 19, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41485 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 24, 2011
-
-
Philippe Canal authored
30328,30329,30330,30331,30339,30340,30341,30342,30343,30344,30345,30346,30347: Calling risky function (strcpy,sprintf) git-svn-id: http://root.cern.ch/svn/root/trunk@40996 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 15, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39756 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 07, 2011
-
-
Fons Rademakers authored
- Added the following packages: oracle, mysql, odbc, gviz, fftw, pythia6, pythia8, unuran, table - Changed the default values for the build options depending on platform such that they display correctly with cmake-gui or ccmake - Fixed mathmore build on Windows - Make histfactory depending on xml option git-svn-id: http://root.cern.ch/svn/root/trunk@39577 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 16, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@38445 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 07, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37995 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 15, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@37607 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 15, 2010
-
-
Fons Rademakers authored
To make an out of source build do, assuming the source is in ~/root: mkdir ~/root-x8664 cd ~/root-x8664 ~/root/configure make This is convenient to build e.g. 32 and 64-bit version from one source, but also needed for cross-compilation, where it is now possible to build in a special directory only the compile time tools, like rootcint for the host architecture while the binary is build for the remote architecture (like iOS). git-svn-id: http://root.cern.ch/svn/root/trunk@36659 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 07, 2010
-
-
Fons Rademakers authored
type 'SQLINTEGER' (aka 'int')). git-svn-id: http://root.cern.ch/svn/root/trunk@36159 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 01, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35983 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 30, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35938 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 21, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35527 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35505 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 20, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35476 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 16, 2010
-
-
Philippe Canal authored
G__ci.h: #11161 missing initialization common.h: #11161 missing initialization error.cxx: #20793 Array compared against 0 init.cxx: #11712 explicit null derefence macro.cxx: #10192 missing initialization shl.cxx: #10626,10627 constant expression result TBranchProxy.h: #10047 unchecked return value TTreeProxyGenerator.cxx: #10059,#10060 enum as boolean TClassEdit.cxx: #11546,#11734 forward null pointer TStreamerInfoWriteBuffer.cxx: #11572, #11573 forward null pointer TTreeFormula.cxx: #11587,#11588,#11592 forward null pointer #11618,#11619 unckecked dynamic cast TTreePlayer.cxx: #11984,#11985,#11986 dereference after null check TTreeIndex.cxx: #11596 unckecked dynamic cast TChainIndex.cxx: #11597,#11988 unckecked dynamic cast TOracleServer.cxx: #11898 dereference after null check TH1.cxx: #11983 dereference after null check TFileDrawMap.cxx: $10896 copy into fixed size buffer git-svn-id: http://root.cern.ch/svn/root/trunk@35344 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 08, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@35211 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 20, 2010
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34910 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 03, 2010
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34313 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 01, 2010
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@34279 27541ba8-7e3a-0410-8455-c3a389f83636
-