- Sep 25, 2018
-
-
Xavier Valls Pla authored
-
Guilherme Amadio authored
Using plain style doesn't work because all other libraries now use all-keyword calls to target_link_libraries().
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
We only use 32-bit builds on Windows, so this warning is just an annoyance since it cannot be turned OFF.
-
Guilherme Amadio authored
-
Guilherme Amadio authored
This was updated in commit fe4ffa75, but that commit only changed this on UNIX and missed Windows. Issue: ROOT-9532
-
Bertrand Bellenot authored
Visual Studio 2017 doesn't use the registry anymore, so no need to try to find keys. This prevent picking wrong directories in the case there is another version installed on the computer, and prevent also the following errors when starting ROOT: RegQueryValueEx: returned 2: The system cannot find the file specified. RegOpenKeyEx: returned 2: The system cannot find the file specified.
-
Sergey Linev authored
(cherry picked from commit f4801313)
-
Axel Naumann authored
(cherry picked from commit 9482a9e0e4459e783700cb916e77248fa373e41b)
-
Danilo Piparo authored
-
Bertrand Bellenot authored
-
Yuka Takahashi authored
This reverts commit 316f5535.
-
Yuka Takahashi authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
consider only ROOT 6.14 and 6.12 removing 6.10 and 5.34.
-
Danilo Piparo authored
in order for the citer to select the right link to add to the citation.
-
- Sep 24, 2018
-
-
Danilo Piparo authored
-
Guilherme Amadio authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
- add example usages to Filter, Define, Snapshot - add some links to other parts of the documentation where relevant - small fixes here and there
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
Oksana Shadura authored
Fix error: redefinition of module 'TSAXParser.h' for cxxmodules
-
Mattias Ellert authored
Remove unnecessary CACHEREAD for local file
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
The module relies on $ROOTSYS, uses bad CMake style with include_directories() and link_directories() globally, and doesn't work when used for a standalone build: CMake Error at $ROOTSYS/cmake/modules/RootNewMacros.cmake:445 (install): install FILES given no DESTINATION! Call Stack (most recent call first): $ROOTSYS/cmake/modules/RootNewMacros.cmake:964 (ROOT_GENERATE_DICTIONARY) CMakeLists.txt:105 (ROOT_STANDARD_LIBRARY_PACKAGE)
-
Guilherme Amadio authored
- Remove file globbing - Inherit options from RInterface
-