Skip to content
Snippets Groups Projects
  1. May 28, 2013
    • Philippe Canal's avatar
      Remove unused variable icol · afd93c55
      Philippe Canal authored
      afd93c55
    • Philippe Canal's avatar
      Add Error message when missing dictionary for STL collection (2nd try). · e6e922a7
      Philippe Canal authored
      Issues an error message when we are missing the compiled
      STL collection proxy for the data member of compiled class.
      
      Error in <TStreamerInfo::Build>: The class "Container" is compiled and for its the data member "fList", we do not have a dictionary for the collection "list<Inside>", we will not be able to read or write this data member.
      
      Compared to 80cf626f this version
        - Do not complain for missing dictionary for std::vector as
          the emaluated version will be binary compatible (the in
          memory layout of all vector is the same).
        - Properly check the type of in-memory data member rather
          than (wrongly) the type of the on-file data member in
          BuildOld.
      
      (cherry picked from v5-34-00
       commit 38564aa3)
      e6e922a7
    • Philippe Canal's avatar
      Revert "Add Error message when missing dictionary for STL collection." · 306836d5
      Philippe Canal authored
      This reverts commit 521b57a2.
      since it breaks roottest.
      306836d5
    • Philippe Canal's avatar
      Add Error message when missing dictionary for STL collection. · 521b57a2
      Philippe Canal authored
      Issues an error message when we are missing the compiled
      STL collection proxy for the data member of compiled class.
      
      Error in <TStreamerInfo::Build>: The class "Container" is compiled and for its the data member "fList", we do not have a dictionary for the collection "list<Inside>", we will not be able to read or write this data member.
      (cherry picked from v5-34-00-patches
       commit 80cf626f)
      521b57a2
  2. May 27, 2013
  3. May 26, 2013
  4. May 24, 2013
  5. May 23, 2013
  6. May 22, 2013
  7. May 21, 2013
Loading