web
web copied to clipboard
root.cern
This issue keeps some pieces of documentation which might be useful to put pat back in the Manual. It is up to the experts in the various fields to decide...
The coding conventions are outdated, examples below: 1. Recommended file header `/ @(#)root/net / Author: Fons Rademakers 18/12/96` 2. Mandatory method separator: `////////////////////////////////////////` (We are doing this??) 3. Section about...
Several links point to old drupal pages, see `git grep /d/`. They should be replaced with Jekyll pages.
From Axel Huebl: > A little wish: can you please document the 0.6 and 0.7 upstream LLVM/Clang patches on this page again? :) https://root.cern/cling/cling_build_instructions/#cling-patches
The [PyROOT section](https://root.cern/manual/python/#loading-user-libraries-and-just-in-time-compilation-jitting) lists several ways to access C++ stuff from Python. What's missing is the easy-to use ```py ROOT.gSystem.CompileMacro("ClassImplementation.cpp", "kO") ``` It's important to use `kO` for performance or...
The problem: as a user I visited https://root.cern/install/dependencies, I have installed required as well as optional dependencies, and yet configuring a build with `cmake -Dfail-on-missing=ON ../root_src` does not work, because...
Since there are the conda releases, we work nicely together with binder, offering an interactive and instantaneous way to try ROOT. It would be an option to link to such...
install/build_from_source.md includes the build options for the latest release. @hageboeck has a script that automatically generates the markdown table with the options, and we could automatically re-generate it as needed...
A friend of mine commented that nowadays it is basically expected that when hovering a top-bar element such as "About" or "Install", a drop-down menu appears that shows what can...