https://github.com/root-project/root

sort by:
Revision Author Date Message Commit Date
95fc2e4 Correct the problem with -pthread flag when building with CMake. Should fix issue ROOT-6390 13 August 2014, 13:03:22 UTC
f2933c3 Add a cost AntiParticle() method in TParticlePDG (ROOT-6205) 13 August 2014, 12:48:15 UTC
7a68f39 Fix for builtin_zlib and Windows 13 August 2014, 09:53:02 UTC
db2bc8a Fix building with builtin_freetype and builtin_gsl on SLC6 13 August 2014, 08:59:13 UTC
8a700a7 Added protection to not re-define the same custom target (e.g. GSLLIBS) 12 August 2014, 15:59:56 UTC
6c7eb9d Tag 5.34/20 12 August 2014, 14:24:59 UTC
fb37e88 Insure that Self return 0 after the start of tear down (see a55a77b) 11 August 2014, 23:32:54 UTC
a04b1b3 Make the TJoinHelper thread joinable 11 August 2014, 23:32:53 UTC
2608395 Use C++03 syntax 11 August 2014, 19:31:41 UTC
b64854d Do not inadvertently enable the TThread mechanism in TGeo Conflicts: geom/geom/src/TGeoManager.cxx 11 August 2014, 19:16:29 UTC
85e6e71 copysign is new in C++11 11 August 2014, 16:11:36 UTC
9fa6411 Avoid (re)init the thread library during its unload. And avoid accessing the thread library (for example during a stray thread's CleanUp routines) after it has been unloaded. 11 August 2014, 15:53:56 UTC
cb6f8f2 In the helper for TThread::Join wait for the helper thread to be finished too. Otherwise, we run the risk that the helper thread will still be running and using global resources even after the main thread has finished and started to unload libraries (including the thread library) 11 August 2014, 15:53:55 UTC
6e99f0a Use std::abs for TMath::Abs (copy code from master where this change was already done) 11 August 2014, 15:18:34 UTC
add3977 Use std::copy sign in implementing TMath::Sign. This fixes ROOT-6349 11 August 2014, 15:08:13 UTC
85f0e7c Fix a memory leak ( ROOT-6510) 11 August 2014, 13:58:03 UTC
f3376a8 Fix the documentation (ROOT-6515) 11 August 2014, 13:10:40 UTC
ecf077d Fix the documentation (ROOT-6550) 11 August 2014, 13:02:21 UTC
da6b4b7 Protection added to fix ROOT-6564 11 August 2014, 11:17:21 UTC
2da7041 Fix for ROOT-6496 and ROOT-6219 11 August 2014, 10:11:21 UTC
4426e75 Add fit information on observed data in detailed output 11 August 2014, 09:16:10 UTC
8ee2d0a Add missing lock 10 August 2014, 17:04:48 UTC
aa02842 There are still header files in core/zip/inc that need to be found while compiling tests in the build area. 10 August 2014, 16:55:08 UTC
e918d71 applying patch from Paul Seyfert correcting copy-paste errrors in messages 09 August 2014, 09:23:55 UTC
6b59c60 white space 08 August 2014, 22:38:21 UTC
6197fff Avoid doing a 2nd #define of the same thing 08 August 2014, 22:38:21 UTC
75de150 The filter to avoid using __thread in ios was avoid preventing its use with 32bits build 08 August 2014, 22:38:21 UTC
d4f16fe To use the R__* macro, we need RConfig.h 08 August 2014, 22:38:20 UTC
3724f80 Fix 'typo' (zconf rather than Tailor) 08 August 2014, 20:21:02 UTC
b561f0e Correct which directory to add to -I (src rather than inc) 08 August 2014, 19:53:51 UTC
c8b5947 Correct which directory to add to -I (src rather than inc) 08 August 2014, 19:41:58 UTC
0ec0594 libCore now depends on pthread on some platforms 08 August 2014, 19:41:58 UTC
6ab1894 Avoid shadow variable/struct name 08 August 2014, 19:41:58 UTC
1971744 When using the builtin zlib we need to public some of the headers. For example TPDF.cxx on Windows uses zlib.h 08 August 2014, 19:41:58 UTC
9f584eb Replace the global in ZTrees.h by thread local state (initialiation is costly) 08 August 2014, 19:41:58 UTC
bf5b58f Add (seemingly necessary on some older platform) explicitly instantiation 08 August 2014, 19:22:20 UTC
5b87e30 fix copy/paste typo 08 August 2014, 17:24:09 UTC
bdce7d9 Use thread safe alternative to thread_local. This is doable now that all use of thread_local (on objects) is for function static. 08 August 2014, 17:11:47 UTC
40947ed Properly support gcc 4.7 in C++11 (no thread_local yet) 08 August 2014, 15:59:24 UTC
ca8cbdb Move 'private' headers to src directory 08 August 2014, 13:38:25 UTC
934d6d9 add RZip.cxx into cmake file Conflicts: core/zip/CMakeLists.txt 08 August 2014, 13:38:25 UTC
2ba41d6 Use RZib.h in ROOT instead of direct functions declarations Conflicts: core/zip/CMakeLists.txt 08 August 2014, 13:38:08 UTC
c2af004 introduce RZip.h with ROOT-specific functions, do not expose other includes from core/zip/inc 08 August 2014, 13:14:34 UTC
9d2eba0 Remove unused #define 08 August 2014, 13:14:33 UTC
4a5c460 Add missing error flag initialization and setting 08 August 2014, 11:13:57 UTC
9cdbbf8 Remove last static from zip/inc/Bits.h 07 August 2014, 20:56:50 UTC
3a6ef31 Implement CTestCustom.cmake files in sources. Attempt to fix ROOT-6529 07 August 2014, 16:52:47 UTC
b9bef35 Applied patch from Ben Morgan (ROOT-6512 - RootConfiguration.cmake hardcodes paths into installed ROOTConfig.cmake) 07 August 2014, 14:22:05 UTC
4b66a86 Applied patches from Mattias Ellert (ROOT-6506) concerning unknown options on old gcc compilers. 07 August 2014, 13:33:28 UTC
bda2fc3 Added protection to not use __thread for MacOSX <= 10.7 and gcc 07 August 2014, 10:10:03 UTC
9ecc863 In case of a 2D scatter plot drawing (with or without option COL) the automatically computed lower limits of the histogram's axis might be 0. In that case it is better to set them to the minimum of the data set (if it is >0) to avoid data cut when plotting in log scale. 07 August 2014, 08:54:33 UTC
933e187 Merge branch 'v5-34-00-patches' of https://root.cern.ch/git/root into v5-34-00-patches 07 August 2014, 08:20:58 UTC
df9ede4 Fix compilation errors on Windows 07 August 2014, 08:20:29 UTC
deac3c9 Fixed several typos in TGeoVolume class documentation 07 August 2014, 07:42:49 UTC
b03008d more global removal in core/zip 07 August 2014, 06:51:00 UTC
ad0c075 Improve thread robutness of graf2d and graf3d 1. On windows, thread safety is achieved by relying on gVirtualX->IsCmdThread() being false and calling gInterpreter->Execute to either use the interpreter lock or re-route the execution (via the interpreter) to the main thread. 2. On unix, thread safety is achieved by re-routing the graphics actions to the main thread via a queue of actions. However this is active if and only if gApplication->IsRunning is true (i.e. the graphics are executed directly or indirectly from the command line ... not from a script passed as a command line argument!). In addition, this is effective only if the ROOT event loop is running regularly. Since 1. is relatively slow (interpreter compilation and function calls) and 2. is fragile/inconsistent, we added where those two mechanisms were used (well at least the place I could find), an explicit lock on gROOTMutex to prevent multi-thread uses of those 'protected' section. This fixes the running of tutorials/thread/threadsh2.C Conflicts: graf2d/gpad/src/TCanvas.cxx 07 August 2014, 05:35:30 UTC
a74a035 Replace thread local global by struct on the stack 07 August 2014, 05:30:18 UTC
df455e9 Do not create a branch for empty base class of top level objects 06 August 2014, 19:33:58 UTC
e29d8a9 threadsh2 must be run in interactive ... nonetheless succeed (do nothing) in batch mode 06 August 2014, 19:26:12 UTC
acb2c93 fix fatal typo in doc 06 August 2014, 19:25:16 UTC
9963043 Fix ROOT-6542 (Cint, typedef and autoloading) 06 August 2014, 19:22:18 UTC
f575522 Use the source tarfile for the built in Davix instead of the GIT branch. 06 August 2014, 12:29:44 UTC
318b4f0 Adapt the number of parameters to the NN input definition. 06 August 2014, 12:20:55 UTC
4632f35 Fix compilation issues with builtin_davix CMake option 06 August 2014, 10:39:41 UTC
e731e11 Attempt to fix lbRDAVIX with CMake (LCGCMake) 05 August 2014, 15:26:45 UTC
0e64843 Typo (copy and paste) 05 August 2014, 14:15:38 UTC
cea7f85 make sure to check GetLeaf if GetBranch()->GetAddress() fails 04 August 2014, 19:14:52 UTC
65b1cd4 Fix typo in tab removal 04 August 2014, 15:12:13 UTC
b6d2188 Make sure the number of bins for 2D histograms generated when drawing 3 variables with option COL is the same as drawing 2 variables. 04 August 2014, 11:10:31 UTC
7ae40fc some editorial changes. 04 August 2014, 10:58:09 UTC
cadf8fa Tutorial macros on fitting an ellipse to a set of data points from a TGraph. Provided by Wile E. Coyote (http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18364#p78356). 02 August 2014, 14:29:26 UTC
a42a4e8 Make sure TBranchClones::fBranchCount::fTree is also set 01 August 2014, 18:28:14 UTC
134053f Remove one more use of fTree in TBranch::Streamer 01 August 2014, 17:24:08 UTC
85c08b8 Set the correct TFriendElement member (set to the former gTree) 01 August 2014, 17:21:25 UTC
b541627 Add missing SetTree and iterator increment 01 August 2014, 17:13:51 UTC
63ae000 Port to macos gcc 4.2 01 August 2014, 17:13:30 UTC
9486da0 macro fixes that were necessary for ROOT6 now also in ROOT5 01 August 2014, 12:38:55 UTC
646e615 get in Sync with ROOT6 (Lorenzos changes not to explicitly include TMathBase.h) 01 August 2014, 12:38:55 UTC
1ca6690 Added some more flexibility in histogram naming for rejBvsS in ROCCalc 01 August 2014, 12:38:55 UTC
5b0a9ea Bugfix: [JIRA] (ROOT-6520) Segfault while training decision tree nodes 01 August 2014, 12:38:55 UTC
50bf8a2 Fix Jira issue #ROOT-6497 TSQLFile reading (and writing) (thanks to Jeter Hall) 01 August 2014, 09:24:06 UTC
0ec8554 Add missing type on windows 31 July 2014, 22:07:48 UTC
06fc0bc Correct compilation on macosx 32bits 31 July 2014, 21:47:50 UTC
8f446ee Add missing return 31 July 2014, 21:28:19 UTC
64260e7 Correct typo in template (use of parameter name) 31 July 2014, 20:33:12 UTC
135b219 Add missing static keyword in some configuration 31 July 2014, 20:19:44 UTC
da80ebd Delay use/update of the TTree following the reading of a TBranch 31 July 2014, 20:01:31 UTC
aa55512 Remove gTree 31 July 2014, 19:18:59 UTC
e8eab1a Remove TreeUnbinnedFitLikelihood 31 July 2014, 18:26:37 UTC
10fda4f MACOS/clang does not support C+11 thread_local for global variables. 31 July 2014, 16:53:59 UTC
07a1a6b Remove spurrious (copy/paste error) keyword 30 July 2014, 18:41:50 UTC
2e9388d Simplify (and correct) initialization of pthread fallback solution 30 July 2014, 17:22:14 UTC
8fa6212 Fix copy/paste typo in R__HAS_PTHREAD section 30 July 2014, 15:42:45 UTC
5534e64 Back port the fixe for http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=8591&p=63447#p63447 . In order to fix: http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=18361 30 July 2014, 15:24:09 UTC
33028aa Rename JSRootD3ExpPainter.js to JSRootPainter.js 30 July 2014, 14:18:11 UTC
f861214 Latest changes.txt 30 July 2014, 12:54:36 UTC
63c06e7 From Sergey: Several changes (including bugfixes) in JS graphics The most important: Added possibility to move/resize of statbox, title and color palette, also while histogram content is being updated (can be tested with example.htm) 30 July 2014, 12:50:26 UTC
c38ae6f Add missing forward declaration (for ACLiC's use for autoloading) 29 July 2014, 13:22:11 UTC
09ff21d Add explicit error message when the base class is missing during GetCheckSum 29 July 2014, 13:22:11 UTC
70fc330 Fix typo. Remove blanks. 29 July 2014, 12:35:01 UTC
back to top