Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rpezzi/root

Tags

v6-20-08-alice1

Toggle v6-20-08-alice1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for missing libraries (OSX Big Sur) (alisw#20)

Co-authored-by: hristov <[email protected]>

v6-20-02-alice9

Toggle v6-20-02-alice9's commit message
Make GetEntriesSerialized actually work with destructive serialization

TBulkRead::GetEntriesSerialized should simply work with destructive
serialization. Not sure why the check is there.

v6-20-02-alice8

Toggle v6-20-02-alice8's commit message
TBranch::GetBulkEntries proper handling of already loaded basket

This fixes Issue root-project#6416 and Issue root-project#6417

v6-20-08

Toggle v6-20-08's commit message
Tag patch release v6.20/08.

v6-20-02-alice7

Toggle v6-20-02-alice7's commit message
Fix build with external libpng

v6-20-02-alice6

Toggle v6-20-02-alice6's commit message
Invert opt noGlobalUsingStd(def=false) to globalUsingStd(def=false)

With this patch the rootcling option noGlobalUsingStd (by default off) preventing declaration of
{using namespace std} in the global scope is inverted to option globalUsingStd(def=false) which allow
to declare using std. Therefore, by default the pollution of the global scope will be forbidden but
optionally can be requested.

v6-20-02-alice5

Toggle v6-20-02-alice5's commit message
Avoid {using namespace std} in global scope of dictionary [ROOT-10661]

In order to avoid {namespace std} interfering with following include files,
when generating a dictionary file add the {using namespace std;} only after
GenerateNecessaryIncludes method is called.

Since many legacy root header files do require this global {using namespace std;}
to complete the tests, old behaviour is kept by default and the global
{using namespace std} can be avoided by adding -noGlobalUsingStd to rootcling invocation.

Allow passing ACLiC RootCling flags via .rootrc (Vassil)

This is a special patch tailored for v6-20-02

v6-20-02-alice4

Toggle v6-20-02-alice4's commit message
Fix tests arrow tests

v6-20-02-alice3

Toggle v6-20-02-alice3's commit message
Workaround detection of non-official tags

v6-20-02-alice2

Toggle v6-20-02-alice2's commit message
Read size of archive member when accessing directly