[root-system] branch master updated (9804b92 -> a725cab)

Lifeng Sun lifengsun-guest at alioth.debian.org
Wed Sep 4 01:19:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

lifengsun-guest pushed a change to branch master
in repository root-system.

      from  9804b92   Update debian/changelog.
       new  6d8c78c   Imported Upstream version 5.34.10
       new  ae2ed11   Merge tag 'upstream/5.34.10'
       new  6032462   Refresh patchset.
       new  91547db   enable sqlite.
       new  c5b9535   new patch: 01-link-roota-against-sqlite.patch.
       new  a725cab   Update changelog and prepare upload to unstable.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    3 +
 Makefile                                           |    6 +-
 README/CREDITS                                     |    4 +
 bindings/pyroot/ROOT.py                            |   11 +-
 bindings/pyroot/src/Pythonize.cxx                  |   44 +
 .../package/common/root-plugin-sql-sqlite.control  |   15 +
 build/version_number                               |    2 +-
 cint/cint/src/func.cxx                             |    2 +-
 cint/cint/src/sizeof.cxx                           |    2 +-
 cint/cintex/src/CINTTypedefBuilder.cxx             |    2 +
 cint/cintex/src/Cintex.cxx                         |    8 +-
 cint/reflex/python/genreflex/genreflex.py          |    5 +-
 cmake/modules/FindPythia6.cmake                    |    4 +-
 cmake/modules/FindROOTInternal.cmake               |  258 +--
 cmake/modules/FindSqlite.cmake                     |   50 +
 cmake/modules/RootBuildOptions.cmake               |    1 +
 cmake/modules/RootConfiguration.cmake              |    5 +
 cmake/modules/RootNewMacros.cmake                  |    8 +-
 cmake/modules/SearchInstalledSoftware.cmake        |   14 +
 config/Makefile.depend                             |    4 +
 config/Makefile.in                                 |    5 +
 config/html.C.in                                   |    2 +
 config/rootrc.in                                   |   41 +-
 configure                                          |   50 +
 core/base/inc/MessageTypes.h                       |    4 +-
 core/base/inc/RVersion.h                           |   10 +-
 core/base/inc/TAttFill.h                           |   11 +-
 core/base/inc/TAttText.h                           |    3 +
 core/base/inc/TStyle.h                             |    6 +-
 core/base/inc/TVirtualPS.h                         |    2 +-
 core/base/src/TAttText.cxx                         |   10 +
 core/base/src/TContextMenu.cxx                     |    7 +-
 core/base/src/TFileCollection.cxx                  |    7 +-
 core/base/src/TStorage.cxx                         |    6 +-
 core/base/src/TStyle.cxx                           |    3 +
 core/base/src/TTimer.cxx                           |    3 +-
 core/base/src/TVirtualPS.cxx                       |    8 +-
 core/cont/inc/TBits.h                              |    2 +
 core/cont/src/TBits.cxx                            |   78 +
 core/macosx/inc/CocoaUtils.h                       |    6 +-
 core/macosx/inc/TMacOSXSystem.h                    |    4 +
 core/macosx/src/CocoaUtils.mm                      |   13 +-
 core/macosx/src/TMacOSXSystem.mm                   |  271 +--
 core/meta/inc/LinkDef.h                            |    1 +
 core/meta/inc/TCint.h                              |    2 +-
 core/meta/inc/TClass.h                             |   11 +
 core/meta/inc/TClassAttributeMap.h                 |   60 +
 core/meta/inc/TInterpreter.h                       |    2 +-
 core/meta/inc/TStreamerElement.h                   |    5 +-
 core/meta/src/TCint.cxx                            |   35 +-
 core/meta/src/TClass.cxx                           |   27 +-
 core/meta/src/TClassAttributeMap.cxx               |  164 ++
 core/meta/src/TStreamerElement.cxx                 |   94 +-
 core/unix/src/TUnixSystem.cxx                      |    1 +
 core/utils/src/rootcint.cxx                        |   14 +
 core/winnt/src/Win32Splash.cxx                     |    5 +-
 debian/changelog                                   |    6 +
 debian/control                                     |    2 +-
 debian/patches/01-link-roota-against-sqlite.patch  |   15 +
 .../02-build-libroot-misc-memstat-package.patch    |    2 +-
 .../patches/03-build-libroot-bonjour-package.patch |    4 +-
 debian/patches/04-build-libroot-html-package.patch |    2 +-
 ...-rename-package-libroot-proof-proofplayer.patch |    4 +-
 debian/patches/15-enable-extra-ldflags.patch       |    4 +-
 debian/patches/31-fix-typo-wheter-whether.patch    |    2 +-
 .../patches/34-fix-typo-registerd-registered.patch |    4 +-
 debian/patches/40-fix-typo-lenght-length.patch     |   12 +-
 .../patches/54-fix-typo-auxilliary-auxiliary.patch |    2 +-
 debian/patches/64-support-mipsel.patch             |    2 +-
 debian/patches/69-support-pythia8.patch            |    2 +-
 .../71-remove-root-plugin-proof-xproof.patch       |    2 +-
 debian/patches/74-kfreebsd.patch                   |    8 +-
 debian/patches/75-hardening-flag.patch             |    2 +-
 debian/patches/76-hurd-i386.patch                  |    8 +-
 debian/patches/series                              |    1 +
 debian/rules                                       |    1 +
 debian/skel/control.in                             |    2 +-
 doc/v534/index.html                                |    2 +-
 etc/HistFactorySchema.dtd                          |    4 +
 etc/plugins/TSQLServer/P060_TSQLiteServer.C        |    5 +
 etc/plugins/TVirtualPS/P050_TTeXDump.C             |    5 +
 geom/gdml/src/TGDMLParse.cxx                       |  260 +--
 geom/geom/inc/TGeoArb8.h                           |   41 +-
 geom/geom/inc/TGeoBBox.h                           |   17 +-
 geom/geom/inc/TGeoBoolNode.h                       |   40 +-
 geom/geom/inc/TGeoCompositeShape.h                 |   15 +-
 geom/geom/inc/TGeoCone.h                           |   51 +-
 geom/geom/inc/TGeoEltu.h                           |   15 +-
 geom/geom/inc/TGeoExtension.h                      |    8 +-
 geom/geom/inc/TGeoHalfSpace.h                      |   15 +-
 geom/geom/inc/TGeoHype.h                           |   19 +-
 geom/geom/inc/TGeoManager.h                        |    2 +
 geom/geom/inc/TGeoMatrix.h                         |    1 +
 geom/geom/inc/TGeoNode.h                           |    4 +-
 geom/geom/inc/TGeoPara.h                           |   15 +-
 geom/geom/inc/TGeoParaboloid.h                     |   17 +-
 geom/geom/inc/TGeoPatternFinder.h                  |    3 +
 geom/geom/inc/TGeoPcon.h                           |   19 +-
 geom/geom/inc/TGeoPgon.h                           |   33 +-
 geom/geom/inc/TGeoPolygon.h                        |    6 +-
 geom/geom/inc/TGeoScaledShape.h                    |   15 +-
 geom/geom/inc/TGeoShape.h                          |   29 +-
 geom/geom/inc/TGeoShapeAssembly.h                  |   15 +-
 geom/geom/inc/TGeoSphere.h                         |   22 +-
 geom/geom/inc/TGeoTorus.h                          |   23 +-
 geom/geom/inc/TGeoTrd1.h                           |   19 +-
 geom/geom/inc/TGeoTrd2.h                           |   19 +-
 geom/geom/inc/TGeoTube.h                           |   61 +-
 geom/geom/inc/TGeoVolume.h                         |    4 +-
 geom/geom/inc/TGeoVoxelFinder.h                    |   16 +-
 geom/geom/inc/TGeoXtru.h                           |   21 +-
 geom/geom/inc/TVirtualGeoTrack.h                   |    2 +-
 geom/geom/src/TGeoArb8.cxx                         |  115 +-
 geom/geom/src/TGeoBBox.cxx                         |   56 +-
 geom/geom/src/TGeoBoolNode.cxx                     |   33 +-
 geom/geom/src/TGeoBranchArray.cxx                  |    2 -
 geom/geom/src/TGeoCache.cxx                        |    3 +-
 geom/geom/src/TGeoCompositeShape.cxx               |   51 +-
 geom/geom/src/TGeoCone.cxx                         |  122 +-
 geom/geom/src/TGeoElement.cxx                      |    1 +
 geom/geom/src/TGeoEltu.cxx                         |   51 +-
 geom/geom/src/TGeoHalfSpace.cxx                    |   51 +-
 geom/geom/src/TGeoHype.cxx                         |   55 +-
 geom/geom/src/TGeoManager.cxx                      |   28 +-
 geom/geom/src/TGeoMaterial.cxx                     |   14 +-
 geom/geom/src/TGeoMatrix.cxx                       |   23 +-
 geom/geom/src/TGeoNavigator.cxx                    |   12 +-
 geom/geom/src/TGeoNode.cxx                         |  101 +-
 geom/geom/src/TGeoPara.cxx                         |   50 +-
 geom/geom/src/TGeoParaboloid.cxx                   |   53 +-
 geom/geom/src/TGeoPcon.cxx                         |   55 +-
 geom/geom/src/TGeoPgon.cxx                         |   69 +-
 geom/geom/src/TGeoPhysicalNode.cxx                 |    2 +-
 geom/geom/src/TGeoPolygon.cxx                      |    6 +-
 geom/geom/src/TGeoScaledShape.cxx                  |   51 +-
 geom/geom/src/TGeoShape.cxx                        |   24 +-
 geom/geom/src/TGeoShapeAssembly.cxx                |   52 +-
 geom/geom/src/TGeoSphere.cxx                       |   83 +-
 geom/geom/src/TGeoStateInfo.cxx                    |   16 +
 geom/geom/src/TGeoTorus.cxx                        |   58 +-
 geom/geom/src/TGeoTrd1.cxx                         |   55 +-
 geom/geom/src/TGeoTrd2.cxx                         |   54 +-
 geom/geom/src/TGeoTube.cxx                         |  169 +-
 geom/geom/src/TGeoVolume.cxx                       |   72 +-
 geom/geom/src/TGeoVoxelFinder.cxx                  |   16 +-
 geom/geom/src/TGeoXtru.cxx                         |  172 +-
 geom/geom/src/TVirtualGeoTrack.cxx                 |   12 +
 graf2d/asimage/src/TASImage.cxx                    |    9 +-
 graf2d/asimage/src/libAfterImage/libpng/LICENSE    |    8 +-
 graf2d/asimage/src/libAfterImage/libpng/png.c      |  784 +++++---
 graf2d/asimage/src/libAfterImage/libpng/png.h      | 1590 +++++++++-------
 graf2d/asimage/src/libAfterImage/libpng/pngconf.h  |  410 ++--
 graf2d/asimage/src/libAfterImage/libpng/pngerror.c |  195 +-
 graf2d/asimage/src/libAfterImage/libpng/pngget.c   |  341 ++--
 graf2d/asimage/src/libAfterImage/libpng/pngmem.c   |  155 +-
 graf2d/asimage/src/libAfterImage/libpng/pngpread.c |  931 +++------
 graf2d/asimage/src/libAfterImage/libpng/pngread.c  |  801 ++++----
 graf2d/asimage/src/libAfterImage/libpng/pngrio.c   |   87 +-
 graf2d/asimage/src/libAfterImage/libpng/pngrtran.c | 1008 ++++++----
 graf2d/asimage/src/libAfterImage/libpng/pngrutil.c | 1380 ++++++++------
 graf2d/asimage/src/libAfterImage/libpng/pngset.c   |  979 +++++-----
 graf2d/asimage/src/libAfterImage/libpng/pngtrans.c |  149 +-
 graf2d/asimage/src/libAfterImage/libpng/pngwio.c   |  156 +-
 graf2d/asimage/src/libAfterImage/libpng/pngwrite.c |  729 ++++----
 graf2d/asimage/src/libAfterImage/libpng/pngwtran.c |   86 +-
 graf2d/asimage/src/libAfterImage/libpng/pngwutil.c | 1076 +++++------
 graf2d/cocoa/inc/CocoaPrivate.h                    |    5 +-
 graf2d/cocoa/inc/MenuLoader.h                      |    2 +-
 graf2d/cocoa/inc/QuartzPixmap.h                    |   14 +-
 graf2d/cocoa/inc/QuartzWindow.h                    |   14 +-
 graf2d/cocoa/inc/ROOTApplicationDelegate.h         |    2 +-
 graf2d/cocoa/inc/ROOTOpenGLView.h                  |    4 +-
 graf2d/cocoa/inc/X11Drawable.h                     |   14 +-
 graf2d/cocoa/src/QuartzPixmap.mm                   |   26 +-
 graf2d/cocoa/src/QuartzWindow.mm                   |   38 +-
 graf2d/cocoa/src/ROOTApplicationDelegate.mm        |    4 +-
 graf2d/cocoa/src/ROOTOpenGLView.mm                 |    8 +-
 graf2d/cocoa/src/TGCocoa.mm                        |   13 +
 graf2d/cocoa/src/TGQuartz.mm                       |   46 +-
 graf2d/gpad/src/TCanvas.cxx                        |   11 +-
 graf2d/gpad/src/TPad.cxx                           |   83 +-
 graf2d/graf/inc/TTF.h                              |    1 -
 graf2d/graf/src/TLatex.cxx                         |   25 +-
 graf2d/graf/src/TLegend.cxx                        |   64 +-
 graf2d/graf/src/TMathText.cxx                      |    6 +-
 graf2d/gviz/doc/index.txt                          |    5 +
 graf2d/mathtext/src/mathrenderstyle.cxx            |    6 +-
 graf2d/postscript/inc/LinkDef.h                    |    1 +
 graf2d/postscript/inc/TPDF.h                       |    2 +-
 graf2d/postscript/inc/TTeXDump.h                   |   90 +
 graf2d/postscript/src/TPDF.cxx                     |   13 +-
 graf2d/postscript/src/TPostScript.cxx              |    2 +-
 graf2d/postscript/src/TSVG.cxx                     |    2 +-
 graf2d/postscript/src/TTeXDump.cxx                 |  923 +++++++++
 graf2d/qt/src/TQtTimer.cxx                         |    2 +-
 graf3d/eve/inc/TEveBrowser.h                       |    5 +-
 graf3d/eve/src/TEveBrowser.cxx                     |   28 +-
 graf3d/eve/src/TEveTrackPropagator.cxx             |   13 +-
 gui/gui/src/HelpText.cxx                           |    1 +
 gui/gui/src/TGFontDialog.cxx                       |    6 +-
 gui/gui/src/TGListTree.cxx                         |    3 +-
 gui/gui/src/TRootBrowserLite.cxx                   |    1 -
 gui/gui/src/TRootCanvas.cxx                        |    2 +
 gui/gui/src/TRootContextMenu.cxx                   |    5 +-
 gui/sessionviewer/inc/TProofProgressLog.h          |    8 +-
 gui/sessionviewer/src/TProofProgressLog.cxx        |  130 +-
 hist/hist/inc/TGraph2D.h                           |    2 +
 hist/hist/inc/TH2Poly.h                            |    1 +
 hist/hist/inc/TMultiGraph.h                        |    8 +-
 hist/hist/src/TAxis.cxx                            |    6 +-
 hist/hist/src/TFormula.cxx                         |   28 +-
 hist/hist/src/TGraph.cxx                           |    9 +
 hist/hist/src/TGraph2D.cxx                         |    2 +-
 hist/hist/src/TGraphDelaunay.cxx                   |    2 +-
 hist/hist/src/TH1.cxx                              |    5 +-
 hist/hist/src/TH2Poly.cxx                          |    8 +
 hist/hist/src/TH3.cxx                              |    2 +-
 hist/hist/src/TMultiGraph.cxx                      |  108 +-
 hist/histpainter/inc/TPainter3dAlgorithms.h        |    5 +
 hist/histpainter/src/TGraph2DPainter.cxx           |   12 +-
 hist/histpainter/src/THistPainter.cxx              |  465 +++--
 hist/histpainter/src/TPainter3dAlgorithms.cxx      |  249 ++-
 io/io/src/TDirectoryFile.cxx                       |    4 +-
 io/io/src/TGenCollectionProxy.cxx                  |    2 +-
 io/io/src/TStreamerInfo.cxx                        |  190 +-
 io/io/src/TStreamerInfoActions.cxx                 |   53 +-
 io/io/src/TStreamerInfoReadBuffer.cxx              |    2 +
 io/xml/src/TXMLEngine.cxx                          |    7 +-
 math/mathcore/inc/Math/OneDimFunctionAdapter.h     |    7 +-
 math/minuit/src/TMinuitMinimizer.cxx               |    7 +
 math/smatrix/inc/Math/CholeskyDecomp.h             |  224 ++-
 net/netx/Module.mk                                 |    2 +-
 proof/afdsmgrd/afdsmgrd-v1.0.6.tar.gz              |  Bin 1437421 -> 0 bytes
 proof/afdsmgrd/afdsmgrd-v1.1.0.tar.gz              |  Bin 0 -> 1438597 bytes
 proof/doc/confman/ConfigProofPoD.md                |  194 ++
 proof/doc/confman/DatasetStager.md                 |  183 ++
 proof/doc/confman/DeployVirtualAnalysisFacility.md |  220 +++
 proof/doc/confman/Makefile                         |   54 +
 proof/doc/confman/TDataSetManagerAliEn.md          |  429 +++++
 proof/doc/confman/UsingVirtualAnalysisFacility.md  |  379 ++++
 proof/doc/confman/css/github.css                   |  300 +++
 proof/doc/confman/img/sshcertauth-web.png          |  Bin 0 -> 65357 bytes
 proof/proof/inc/TDSet.h                            |    6 +-
 proof/proof/inc/TDataSetManagerAliEn.h             |    4 +-
 proof/proof/inc/TProof.h                           |   31 +-
 proof/proof/inc/TProofLog.h                        |    4 +-
 proof/proof/inc/TSlave.h                           |    3 +
 proof/proof/inc/TVirtualProofPlayer.h              |    1 +
 proof/proof/src/TDSet.cxx                          |   10 +-
 proof/proof/src/TDataSetManagerAliEn.cxx           |   42 +-
 proof/proof/src/TProof.cxx                         |  513 ++++-
 proof/proof/src/TProofLite.cxx                     |    3 +
 proof/proof/src/TProofLog.cxx                      |   44 +-
 proof/proof/src/TProofServ.cxx                     |  288 ++-
 proof/proofbench/inc/TProofPerfAnalysis.h          |   30 +-
 proof/proofbench/src/TProofPerfAnalysis.cxx        |  808 +++++++-
 proof/proofd/inc/XrdProofdProofServMgr.h           |    8 +-
 proof/proofd/src/XrdProofSched.cxx                 |    6 +-
 proof/proofd/src/XrdProofdAdmin.cxx                |   18 +-
 proof/proofd/src/XrdProofdNetMgr.cxx               |   10 +-
 proof/proofd/src/XrdProofdProofServMgr.cxx         |   43 +-
 proof/proofplayer/inc/TPacketizerUnit.h            |    9 +-
 proof/proofplayer/inc/TProofPlayer.h               |   14 +-
 proof/proofplayer/inc/TVirtualPacketizer.h         |    1 +
 proof/proofplayer/src/TPacketizerUnit.cxx          |  140 +-
 proof/proofplayer/src/TProofDraw.cxx               |    5 +-
 proof/proofplayer/src/TProofPlayer.cxx             |  154 +-
 proof/proofplayer/src/TVirtualPacketizer.cxx       |   11 +
 proof/proofx/src/TXProofMgr.cxx                    |   24 +-
 proof/proofx/src/TXProofServ.cxx                   |    9 +-
 roofit/CMakeLists.txt                              |    1 +
 roofit/histfactory/inc/LinkDef.h                   |    1 +
 .../histfactory/inc/RooStats/HistFactory/Channel.h |   18 +-
 roofit/histfactory/inc/RooStats/HistFactory/Data.h |    2 +-
 .../RooStats/HistFactory/HistFactoryNavigation.h   |   44 +-
 .../HistFactory/MakeModelAndMeasurementsFast.h     |    3 +-
 .../inc/RooStats/HistFactory/Measurement.h         |   25 +-
 .../inc/RooStats/HistFactory/ParamHistFunc.h       |   11 +-
 .../inc/RooStats/HistFactory/PreprocessFunction.h  |    1 +
 .../histfactory/inc/RooStats/HistFactory/Sample.h  |   19 +-
 .../inc/RooStats/HistFactory/Systematics.h         |  101 +-
 roofit/histfactory/src/Asimov.cxx                  |   18 +
 roofit/histfactory/src/Channel.cxx                 |   90 +-
 roofit/histfactory/src/ConfigParser.cxx            |   60 +-
 roofit/histfactory/src/Data.cxx                    |   28 +
 roofit/histfactory/src/HistFactoryNavigation.cxx   |  440 +++--
 .../src/HistoToWorkspaceFactoryFast.cxx            |  173 +-
 .../src/MakeModelAndMeasurementsFast.cxx           |  516 +++--
 roofit/histfactory/src/Measurement.cxx             |  173 +-
 roofit/histfactory/src/ParamHistFunc.cxx           |  367 ++--
 roofit/histfactory/src/PreprocessFunction.cxx      |   25 +
 roofit/histfactory/src/RooBarlowBeestonLL.cxx      |   19 +-
 roofit/histfactory/src/Sample.cxx                  |   87 +-
 roofit/histfactory/src/Systematics.cxx             |  168 +-
 roofit/histfactory/src/hist2workspace.cxx          |   90 +-
 roofit/roofit/inc/RooChebychev.h                   |    1 +
 roofit/roofit/inc/RooGExpModel.h                   |   32 +-
 roofit/roofit/inc/RooGaussModel.h                  |   27 +-
 roofit/roofit/inc/RooKeysPdf.h                     |    6 +
 roofit/roofit/src/RooChebychev.cxx                 |   99 +-
 roofit/roofit/src/RooGExpModel.cxx                 |   72 +-
 roofit/roofit/src/RooGaussModel.cxx                |  111 +-
 roofit/roofit/src/RooKeysPdf.cxx                   |   64 +-
 roofit/roofit/src/RooVoigtian.cxx                  |   15 +-
 roofit/roofitcore/Module.mk                        |    2 +-
 roofit/roofitcore/inc/LinkDef1.h                   |    2 +-
 roofit/roofitcore/inc/RooAbsArg.h                  |   11 +-
 roofit/roofitcore/inc/RooAbsPdf.h                  |    2 +-
 roofit/roofitcore/inc/RooAbsReal.h                 |   19 +-
 roofit/roofitcore/inc/RooAbsTestStatistic.h        |    4 +
 roofit/roofitcore/inc/RooBinning.h                 |   91 +-
 roofit/roofitcore/inc/RooComplex.h                 |   17 +-
 roofit/roofitcore/inc/RooMath.h                    |  113 +-
 roofit/roofitcore/inc/RooMinimizer.h               |   26 +-
 roofit/roofitcore/inc/RooNLLVar.h                  |    4 +-
 roofit/roofitcore/inc/RooRealMPFE.h                |   13 +-
 roofit/roofitcore/inc/RooSimultaneous.h            |    2 +-
 roofit/roofitcore/src/BidirMMapPipe.cxx            | 1967 ++++++++++++++++++++
 roofit/roofitcore/src/BidirMMapPipe.h              |  974 ++++++++++
 roofit/roofitcore/src/RooAbsArg.cxx                |  160 +-
 roofit/roofitcore/src/RooAbsData.cxx               |   22 +-
 roofit/roofitcore/src/RooAbsOptTestStatistic.cxx   |   15 +-
 roofit/roofitcore/src/RooAbsPdf.cxx                |   87 +-
 roofit/roofitcore/src/RooAbsReal.cxx               |   32 +-
 roofit/roofitcore/src/RooAbsTestStatistic.cxx      |  391 ++--
 roofit/roofitcore/src/RooBanner.cxx                |    2 +-
 roofit/roofitcore/src/RooBinning.cxx               |  422 ++---
 roofit/roofitcore/src/RooChi2Var.cxx               |    1 +
 roofit/roofitcore/src/RooComplex.cxx               |   10 +-
 roofit/roofitcore/src/RooMath.cxx                  |  133 +-
 roofit/roofitcore/src/RooMinimizer.cxx             |   39 +
 roofit/roofitcore/src/RooNLLVar.cxx                |   39 +-
 roofit/roofitcore/src/RooRealMPFE.cxx              |  400 ++--
 roofit/roofitcore/src/RooSentinel.cxx              |    2 -
 roofit/roofitcore/src/RooTrace.cxx                 |    4 +-
 roofit/roofitcore/src/RooXYChi2Var.cxx             |    1 +
 sql/CMakeLists.txt                                 |    3 +
 sql/pgsql/inc/TPgSQLStatement.h                    |    2 +
 sql/pgsql/src/TPgSQLStatement.cxx                  |  103 +-
 sql/sqlite/CMakeLists.txt                          |   13 +
 sql/sqlite/Module.mk                               |   72 +
 sql/sqlite/inc/LinkDef.h                           |   12 +
 sql/sqlite/inc/TSQLiteResult.h                     |   45 +
 sql/sqlite/inc/TSQLiteRow.h                        |   43 +
 sql/sqlite/inc/TSQLiteServer.h                     |   57 +
 .../inc/TSQLiteStatement.h}                        |   54 +-
 sql/sqlite/src/TSQLiteResult.cxx                   |  111 ++
 sql/sqlite/src/TSQLiteRow.cxx                      |   86 +
 sql/sqlite/src/TSQLiteServer.cxx                   |  369 ++++
 sql/sqlite/src/TSQLiteStatement.cxx                |  590 ++++++
 test/Makefile                                      |   47 +-
 test/sqlitetest.cxx                                |  215 +++
 test/stressGraphics.ref                            |   20 +-
 test/stressProof.cxx                               |  256 ++-
 test/stressRooFit.cxx                              |   20 +-
 tree/tree/inc/TBranchElement.h                     |   16 +-
 tree/tree/src/TBranchBrowsable.cxx                 |   20 +-
 tree/tree/src/TBranchElement.cxx                   |   89 +-
 tree/tree/src/TLeafB.cxx                           |   19 +-
 tree/tree/src/TTree.cxx                            |   11 +-
 tree/treeplayer/src/TTreeFormula.cxx               |   11 +-
 tutorials/hist/th2polyEurope.C                     |   31 +-
 tutorials/hist/th2polyUSA.C                        |    5 +
 tutorials/proof/ProofNtuple.C                      |   17 +-
 tutorials/proof/ProofNtuple.h                      |    3 +-
 365 files changed, 23203 insertions(+), 9099 deletions(-)
 create mode 100644 build/package/common/root-plugin-sql-sqlite.control
 create mode 100644 cmake/modules/FindSqlite.cmake
 create mode 100644 core/meta/inc/TClassAttributeMap.h
 create mode 100644 core/meta/src/TClassAttributeMap.cxx
 create mode 100644 debian/patches/01-link-roota-against-sqlite.patch
 create mode 100644 etc/plugins/TSQLServer/P060_TSQLiteServer.C
 create mode 100644 etc/plugins/TVirtualPS/P050_TTeXDump.C
 create mode 100644 graf2d/gviz/doc/index.txt
 create mode 100644 graf2d/postscript/inc/TTeXDump.h
 create mode 100644 graf2d/postscript/src/TTeXDump.cxx
 delete mode 100644 proof/afdsmgrd/afdsmgrd-v1.0.6.tar.gz
 create mode 100644 proof/afdsmgrd/afdsmgrd-v1.1.0.tar.gz
 create mode 100644 proof/doc/confman/ConfigProofPoD.md
 create mode 100644 proof/doc/confman/DatasetStager.md
 create mode 100644 proof/doc/confman/DeployVirtualAnalysisFacility.md
 create mode 100644 proof/doc/confman/Makefile
 create mode 100644 proof/doc/confman/TDataSetManagerAliEn.md
 create mode 100644 proof/doc/confman/UsingVirtualAnalysisFacility.md
 create mode 100755 proof/doc/confman/css/github.css
 create mode 100644 proof/doc/confman/img/sshcertauth-web.png
 create mode 100644 roofit/roofitcore/src/BidirMMapPipe.cxx
 create mode 100644 roofit/roofitcore/src/BidirMMapPipe.h
 create mode 100644 sql/sqlite/CMakeLists.txt
 create mode 100644 sql/sqlite/Module.mk
 create mode 100644 sql/sqlite/inc/LinkDef.h
 create mode 100644 sql/sqlite/inc/TSQLiteResult.h
 create mode 100644 sql/sqlite/inc/TSQLiteRow.h
 create mode 100644 sql/sqlite/inc/TSQLiteServer.h
 copy sql/{pgsql/inc/TPgSQLStatement.h => sqlite/inc/TSQLiteStatement.h} (67%)
 create mode 100644 sql/sqlite/src/TSQLiteResult.cxx
 create mode 100644 sql/sqlite/src/TSQLiteRow.cxx
 create mode 100644 sql/sqlite/src/TSQLiteServer.cxx
 create mode 100644 sql/sqlite/src/TSQLiteStatement.cxx
 create mode 100644 test/sqlitetest.cxx

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/root-system.git



More information about the debian-science-commits mailing list