Skip to content
Snippets Groups Projects
  1. Aug 05, 2014
    • Philippe Canal's avatar
      remove <TAB>'s. · ef2f6464
      Philippe Canal authored
      Conflicts:
      	bindings/pyroot/src/MethodProxy.cxx
      	cmake/modules/RootConfiguration.cmake
      	etc/http/files/main.htm
      	etc/http/files/single.htm
      	geom/geompainter/src/TGeoChecker.cxx
      	graf2d/mathtext/inc/mathtext.h
      	graf2d/mathtext/src/fontembed.cxx
      	graf2d/mathtext/src/fontembedps.cxx
      	graf2d/qt/inc/TQtCanvasPainter.h
      	gui/qtgsi/src/TQRootCanvas.cxx
      	hist/hist/src/TBackCompFitter.cxx
      	hist/hist/src/TEfficiency.cxx
      	hist/hist/src/TFractionFitter.cxx
      	hist/hist/src/TGraphAsymmErrors.cxx
      	hist/hist/src/TH2.cxx
      	hist/hist/src/TH3.cxx
      	hist/hist/src/TMultiDimFit.cxx
      	hist/hist/src/TProfile.cxx
      	hist/hist/src/TProfile2D.cxx
      	hist/hist/src/TUnfoldBinning.cxx
      	html/src/TDocParser.cxx
      	math/foam/src/TFoam.cxx
      	math/genvector/inc/Math/VectorUtil_Cint.h
      	math/minuit2/inc/Minuit2/FumiliMaximumLikelihoodFCN.h
      	math/minuit2/inc/Minuit2/FumiliStandardChi2FCN.h
      	math/minuit2/inc/Minuit2/FumiliStandardMaximumLikelihoodFCN.h
      	math/minuit2/inc/Minuit2/StackAllocator.h
      	math/minuit2/src/TChi2ExtendedFCN.cxx
      	math/minuit2/src/TChi2FCN.cxx
      	math/minuit2/src/TFitterMinuit.cxx
      	math/minuit2/src/TFumiliFCN.cxx
      	misc/table/src/TTableDescriptor.cxx
      	net/auth/src/rsaaux.cxx
      	test/QpRandomDriver.cxx
      	test/ios/RootBrowser/Src/Browser/Controllers/FileCollectionViewController.mm
      	test/ios/RootBrowser/Src/Browser/Controllers/FileContentViewController.mm
      	test/ios/RootBrowser/Src/Browser/Controllers/ObjectViewController.mm
      	test/ios/RootBrowser/Src/Browser/Views/PadView.mm
      	test/ios/RootBrowser/Src/CustomUI/RangeSlider.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisFontInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisLabelsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/AxisTitleInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/FilledAreaInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1BinsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1ErrorsInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/H1Inspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/InspectorWithNavigation.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/LineInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/MarkerInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/ObjectInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadInspector.mm
      	test/ios/RootBrowser/Src/ObjectInspector/Controllers/PadTicksGridInspector.mm
      	test/ios/Tutorials/PadOptionsController.mm
      	test/ios/Tutorials/PadView.mm
      	test/periodic/NdbMF.cxx
      	test/periodic/NdbMTReacDesc.cxx
      	test/periodic/NdbMTReactionXS.cxx
      	test/periodic/NdbParticleList.cxx
      	test/periodic/XSGui.h
      	test/stressLinear.cxx
      	test/stressRooFit_tests.cxx
      	test/tcollbm.cxx
      	test/vmatrix.cxx
      	tutorials/eve/boxset.C
      	tutorials/geom/geodemo.C
      	tutorials/graphs/splines.C
      	tutorials/hist/th2polyEurope.C
      	tutorials/mc/CompareMasses.C
      	tutorials/memstat/memstat.C
      ef2f6464
    • Philippe Canal's avatar
      MACOS/clang does not support C+11 thread_local for global variables. · eb8b9597
      Philippe Canal authored
      Conflicts:
      	core/meta/inc/TClass.h
      	core/meta/src/TClass.cxx
      	core/meta/src/TStreamerElement.cxx
      eb8b9597
    • Philippe Canal's avatar
      Port to c++03. · 827cce62
      Philippe Canal authored
      Replace thread_local by TTHREAD_TLS.
      Hide from c++03 the atomiticity of keyAbsNumber.
      
      Conflicts:
      	core/base/src/TROOT.cxx
      827cce62
    • Philippe Canal's avatar
      Simplify the use of ThreadLocalStorage.h for C++ · 038ad9dc
      Philippe Canal authored
      That makes it much easier to use/make transparent with  C++11
      038ad9dc
  2. Jul 17, 2014
  3. Jul 16, 2014
  4. Jul 04, 2014
  5. Jun 13, 2014
  6. Jun 06, 2014
  7. May 30, 2014
  8. May 17, 2014
  9. May 13, 2014
  10. Apr 30, 2014
  11. Apr 29, 2014
  12. Apr 24, 2014
  13. Mar 18, 2014
    • Andrei Gheata's avatar
      Fixed warnings · a17764f0
      Andrei Gheata authored
      a17764f0
    • Andrei Gheata's avatar
      Avoid cloning volumes more than once for the same node in alignment (saves... · a746e1ab
      Andrei Gheata authored
      Avoid cloning volumes more than once for the same node in alignment (saves memory). Added reference counting for volumes - for now just counting how many instances the volume has in nodes. Fixed node bits which were overwriting TObject bits space. Do not allow setting max threads if geometry not closed. Removed assigning dummy media to assemblies. Improved debugging info for assemblies.
      (cherry picked from commit c2802738)
      
      Conflicts:
      
      	geom/geom/src/TGeoPhysicalNode.cxx
      a746e1ab
  14. Feb 20, 2014
  15. Feb 19, 2014
  16. Feb 17, 2014
  17. Jan 31, 2014
    • Danilo Piparo's avatar
      Fix the CMake build · 880fe6d6
      Danilo Piparo authored
      now the library names in the rootmaps are sane.
      In addition, the creation of the tmva and genvector dicts was
      simplified.
      880fe6d6
  18. Jan 15, 2014
  19. Dec 18, 2013
  20. Dec 17, 2013
  21. Nov 19, 2013
  22. Oct 01, 2013
  23. Sep 19, 2013
  24. Sep 17, 2013
  25. Jul 29, 2013
  26. Jul 18, 2013
Loading