- May 29, 2013
-
-
Olivier Couet authored
-
Olivier Couet authored
-
- May 28, 2013
-
-
Philippe Canal authored
(cherry picked from v5-34-00-patches commit 6e69dee7)
-
Pere Mato Vila authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Philippe Canal authored
(cherry picked from v5-34-00-patches commit aba164e1)
-
Philippe Canal authored
-
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)
-
Philippe Canal authored
This reverts commit 521b57a2. since it breaks roottest.
-
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)
-
- May 27, 2013
-
-
Pere Mato Vila authored
-
Pere Mato Vila authored
-
Pere Mato Vila authored
-
Pere Mato Vila authored
-
Pere Mato Vila authored
-
Olivier Couet authored
-
Pere Mato Vila authored
Avoid building cling 'UserInterface' library and 'cling' executable when bulding ROOT with CMake. Fixed the order of libraries in link statement..
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
- May 26, 2013
-
-
Philippe Canal authored
-
David Abdurachmanov authored
TEmulatedMapProxy::Size() returns UInt_t. Yet TEmulatedMapProxy::WriteMap and TEmulatedMapProxy::ReadMap takes int. If the size is high enough return stored as int overflows, i.e., becomes a negative number. Simply put nElements is negative and TEmulatedMapProxy::WriteMap is never called. The following unsigned int/int conversion hid another bug related to Reflex dictionaries and std::map<> on AMD64 machines. Signed-off-by:
David Abdurachmanov <davidlt@cern.ch> Signed-off-by:
Philippe Canal <pcanal@fnal.gov>
-
- May 24, 2013
-
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
- May 23, 2013
-
-
Axel Naumann authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Fons Rademakers authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-