- Dec 17, 2016
-
-
Vassil Vassilev authored
Make cannot deal with 'export *', they have to be escaped and fixed later on.
-
- Dec 14, 2016
-
-
Vassil Vassilev authored
This is the recommended way of using the modules feature and should pave our way of enabling -fmodules-local-submodules-visibility mode.
-
Vassil Vassilev authored
There are still some issues when building the C++ modules implicitly from ObjC++ context.
-
Vassil Vassilev authored
Our two build systems can generate almost entirely a modulemap file laying out one module per library. Due to some non-modular implementation in ROOT's core we still need to treat some header files specially. This patch appends modular header files to the modulemap while skipping the predefined ones. Configure-make relates all headers that are installed in $ROOTSYS/include to their library whereas relates only headers which are part of library's dictionary.
-
- Nov 04, 2016
-
-
Timur Pocheptsov authored
Remove outdated or useless 'TODO's.
-
- Oct 05, 2015
-
-
Timur Pocheptsov authored
Some constants are deprecated starting from 10.11.
-
- Jun 08, 2015
-
-
Timur Pocheptsov authored
-
- Jun 07, 2015
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
CGGradientCreateWithColorComponents accepts CGFloat as parameter, which can be either double or float. TGColorGradient works with Double_t. Make it work with CGFloat == float.
-
- Aug 05, 2014
-
-
Philippe Canal authored
-
- Apr 29, 2014
-
-
Axel Naumann authored
rootcling will write out ROOT files; that does not work for libCore and RIO which instead use rootcling_tmp. All other libraries use rootcling -rootbuild. Rename ROOTCLINGTMP to ROOTCLINGSTAGE1; rootcling -rootbuild is ROOTCLINGSTAGE2.
-
- Apr 15, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
ascii string is not ascii anymore and must be "encoded", otherwise I have a metric for a wrong symbol. Take care of multiple runs in CTLine (can never happen, but still ...).
-
- Apr 14, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
- Mar 26, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
- Mar 25, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
- Mar 24, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
very unfortunate in fact, so get rid of it.
-
- Mar 19, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
- Mar 18, 2014
-
-
Timur Pocheptsov authored
must work with Cocoa coords, not ROOT's coordinates.
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
TRadialGradient and TLinearGradient are two new gradient fill options.
-
- Mar 05, 2014
-
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
-
Timur Pocheptsov authored
Thanks to Lorenzo.
-
- Jan 31, 2014
-
-
Danilo Piparo authored
now the library names in the rootmaps are sane. In addition, the creation of the tmva and genvector dicts was simplified.
-
- Jan 27, 2014
-
-
Timur Pocheptsov authored
- with anti-aliasing on non-retina displays lines look thick and semi-transparent. Give a choice - if user wants them to look more "X11-like" (version with XQuartz).
-
- Jan 24, 2014
-
-
Timur Pocheptsov authored
X11-version just selects 2 instead - do the same (not to generate error messages - e.g. piechart.C tutorial).
-
- Dec 17, 2013
-
-
Fons Rademakers authored
-