- Jan 08, 2021
-
-
Bertrand Bellenot authored
Comment out part of the code to try to prevent false positive detection from several anti-virus engines on Windows (and multiproc is not supported on Windows anyway)
-
- May 15, 2020
-
-
Massimiliano Galli authored
-
- May 08, 2020
-
-
Massimiliano Galli authored
The ROOT command line tools (e.g. rootls, rootmkdir, ...) are configured with a header that tells the script which python to use. In the old approach, what was written in that header was just the name of the Python binary file in ${PYTHON_EXECUTABLE}, while the path was stripped out. This led to an issue with the brew installation on MacOs, since ROOT was built with a python3 installation (3.8 to be more exact) and therefore "python3" was injected in the header of the command line tools. However, the system had another python3 installation (3.7), which was the one executed when just running "python3". This caused that the command line tools ran with a different python installation than the one ROOT was built with, and this led to a crash (ROOT-10720). This commit solves the issue by injecting the full path to the (highest) python ROOT was built with in the header of the command line tools.
-
- Apr 27, 2020
-
-
Sergey Linev authored
Such includes should not be accessible in the user codes
-
- Apr 22, 2020
-
-
Sergey Linev authored
Try to exclude as much as possible ${CMAKE_BUILD_DIR)/include from includes paths. By this one much better control library dependencies - includes from other ROOT libraries not "visible" during the build. Several generated files placed first to ${CMAKE_BUILD_DIR)/ginclude and then copied to include. Dictionary generation still uses only ${CMAKE_BUILD_DIR)/include Co-authored-by:
Axel Naumann <Axel.Naumann@cern.ch>
-
- Apr 01, 2020
- Mar 29, 2020
-
-
Vassil Vassilev authored
rootcling writes dependency information which is never read/used when loading the rdict file.
-
- Mar 02, 2020
-
-
Sergey Linev authored
-
- Feb 28, 2020
-
-
Sergey Linev authored
-
- Feb 14, 2020
-
-
Sergey Linev authored
When copy many files, list should be deleted at the end
-
Massimiliano Galli authored
-
- Jan 29, 2020
-
-
Oksana Shadura authored
-
- Dec 05, 2019
-
-
anerokhi authored
-
- Nov 27, 2019
-
-
Enric Tejedor Saavedra authored
-
- Nov 14, 2019
-
-
Sergey Linev authored
add extra static paths to JSROOT scripts use such static location of JSROOT scripts release notes aboud offline usage
-
- Oct 31, 2019
-
-
Sergey Linev authored
One has to provide ip address for server binding using `root --notebook --ip=<hostaddr>` argument
-
Sergey Linev authored
Thus root --notebook --ip=hostname will ends up calling: jupyter notebook --ip=hostname
-
Sergey Linev authored
-
Sergey Linev authored
Use these arguments to re-assign ip address where bind notebook server. Current notebook version may fail trying assign it too all available ips
-
- Oct 17, 2019
-
-
Brian Bockelman authored
-
- Jul 01, 2019
-
-
Axel Naumann authored
-
- Jun 07, 2019
-
-
Philippe Canal authored
-
- May 29, 2019
-
-
Vassil Vassilev authored
We should not expect users to know when is the best time to enable autoloading in the interpreter.
-
- Apr 29, 2019
-
-
Enric Tejedor Saavedra authored
PyConfig contains an option IgnoreCommandLineOptions which can be used not to pass to the PyROOTApplication the command line arguments of the Python script. Instead of setting sys.argv to [] manually, the aforementioned option can be used to silence a Davix warning.
-
- Apr 15, 2019
-
-
Danilo Piparo authored
-
- Mar 12, 2019
-
-
Guilherme Amadio authored
-
- Mar 11, 2019
-
-
Enrico Guiraud authored
-
- Feb 11, 2019
-
-
Guilherme Amadio authored
-
- Feb 05, 2019
-
-
Henry Fredrick Schreiner authored
-
- Jan 23, 2019
-
-
Guilherme Amadio authored
-
- Jan 21, 2019
-
-
Danilo Piparo authored
-
Danilo Piparo authored
-
- Jan 15, 2019
-
-
Guilherme Amadio authored
-
- Jan 09, 2019
-
-
Guilherme Amadio authored
-
- Dec 21, 2018
-
-
Guilherme Amadio authored
-
- Dec 04, 2018
-
-
Oksana Shadura authored
In core/zip/inc/Compression.h was introduced RCompressionSetting class with set of enumerated classes for compression level, compression algorithm and default compression settings
-
- Dec 03, 2018
-
-
Gerardo Ganis authored
-
- Nov 30, 2018
-
-
Olivier Couet authored
-
Olivier Couet authored
-
Olivier Couet authored
-