Skip to content
Snippets Groups Projects
  1. Jun 27, 2019
  2. Jun 26, 2019
  3. Jun 25, 2019
  4. Jun 24, 2019
  5. Jun 22, 2019
    • Vassil Vassilev's avatar
      Do not redefine the alternative tuple when it already exists. · 01bd9140
      Vassil Vassilev authored
      This fixes a bug visible only in runtime_cxxmodules where the include guards
      are ignored. This can happen when we are building a two modules which need
      the same definition. In this case the usual include guards will only work if
      we call a proper `#include "something"` and this something should be defined
      in a modulemap.
      
      There is no better solution for this at the moment. This is a rare case which
      will likely not affect external use-cases.
      
      Revert "[cxxmodules] Fix R.M by displacing TEmulatedTuple only without cxxmodules"
      
      This reverts commit a74297ac and puts in place
      a better fix. Now roottest-root-io-tuple-make should work with modules.
      
      Patch by Philippe Canal and me!
      01bd9140
    • Vassil Vassilev's avatar
    • Vassil Vassilev's avatar
      [tmemfile] Disallow aggregate initialization for ExternalDataRange_t. · 5e87e28b
      Vassil Vassilev authored
      This patch makes it more difficult for people to avoid the 'automatic' memory
      ownership done by TMemFile. It forces people to explicitly construct the
      data structure describing memory blob and makes it easier to grep for.
      5e87e28b
  6. Jun 21, 2019
  7. Jun 20, 2019
Loading