- Jul 15, 2019
-
-
Axel Naumann authored
-
Axel Naumann authored
-
Axel Naumann authored
-
- Jul 14, 2019
-
-
Stefan Wunsch authored
The implementation outsources common operations of AsRVec and AsRTensor to the PyzCppHelpers.
-
Stefan Wunsch authored
* Add array interface * Add tests
-
Danilo Piparo authored
-
- Jul 12, 2019
-
-
Sergey Linev authored
-
Sergey Linev authored
use nullptr, reduce includes, remove unnecessary initializer
-
Sergey Linev authored
Use references instead of pointers, use override declarations
-
Sergey Linev authored
-
alja authored
-
alja authored
-
Oksana Shadura authored
-
Oksana Shadura authored
Initially ROOT_BINARY_DIR is automatically generated by CMake and equal CMAKE_BINARY_DIR. Next change is adjusting ROOT_BINARY_DIR used in ROOTConfig.cmake for ROOT binaries as a ROOTBIN_DIR Adding a deprecation for uncorrectly used ROOT_BINARY_DIR
-
Guilherme Amadio authored
-
Guilherme Amadio authored
This makes ROOT's CMake macros like ROOT_GENERATE_DICTIONARY() readily available after a successful call to find_package(ROOT), without having to call include(${ROOT_USE_FILE}), which will append ROOT's compilation flags to flags of the including project, potentially overriding them (i.e. -O3 with -O2, etc).
-
Guilherme Amadio authored
-
- Jul 11, 2019
-
-
Wim Lavrijsen authored
Incorporate the changes of this patch: https://bitbucket.org/wlav/cppyy-backend/src/master/cling/patches/templ_ctor.diff
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Olivier Couet authored
spell check
-
Olivier Couet authored
-
Olivier Couet authored
Typos
-
Olivier Couet authored
Fix typos
-
maxgalli authored
to the AddEntry function was changed according to the fact that the None -> null pointer conversion is no longer implemented in Cppyy
-
Axel Naumann authored
If the constructor of the contained object is not run (e.g. because assembling its arguments triggered an exception), the dtor must not be run when destructing the cling::Value. Detect this case by imprinting canary bytes into the contained object bytes: if they have changed, run the dtor, if not assume that the constructor has failed. This will cause false positives in those cases where the constructor is not modifying the first object bytes: in these cases, the dtor is not run even though the ctor is run. That is still better than the other case (where the dtor crashes because no ctor was run).
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
-
Bertrand Bellenot authored
Fix issue with popup (and context) menus popping up on wrong display on Windows with multiple display configuration
-
Olivier Couet authored
-
Enrico Guiraud authored
Now added for symmetry with surrounding code.
-
Enrico Guiraud authored
-