- May 27, 2013
-
-
Pere Mato Vila authored
-
Pere Mato Vila authored
Avoid building cling 'UserInterface' library and 'cling' executable when bulding ROOT with CMake. Fixed the order of libraries in link statement..
-
- May 17, 2013
-
-
Pere Mato Vila authored
Fix for building with xrootd. The FindXROOTD.cmake has been simplied and a single variable XRROTD_INCLUDE_DIRS returns the normal and private include dirs. The clients packages in ROOT proof, netx and proofx have been adapted.
-
- May 15, 2013
-
-
Axel Naumann authored
-
- Apr 26, 2013
-
-
Fons Rademakers authored
This comes form Thomas Zimmermann to add the building PostgresSQL plugin with CMake. git-svn-id: http://root.cern.ch/svn/root/trunk@49360 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 08, 2013
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@49123 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 28, 2013
-
-
Fons Rademakers authored
The attached patchset fixes a bunch of typo in the source: 0001-succes-success.patch 0002-preceed-preced.patch 0003-informations-information.patch 0004-childs-children.patch 0005-avaliable-available.patch 0006-writeable-writable.patch 0007-comand-command.patch 0008-unkown-unknown.patch 0009-wierd-weird.patch 0010-wheter-whether.patch 0011-unecessary-unnecessary.patch 0012-splitted-split.patch 0013-registerd-registered.patch 0014-recieve-receive.patch 0015-processsing-processing.patch 0016-ouput-output.patch 0017-mutiple-multiple.patch 0018-lenght-length.patch 0019-interupted-interrupted.patch 0020-independant-independent.patch 0021-inconsistant-inconsistent.patch 0022-expresion-expression.patch 0023-explicitely-explicitly.patch 0024-enviroment-environment.patch 0025-deafult-default.patch 0026-continous-continuous.patch 0027-completly-completely.patch 0028-commited-committed.patch 0029-choosen-chosen.patch 0030-backgroud-background.patch 0031-auxilliary-auxiliary.patch 0032-authentification-authentication.patch 0033-appropiate-appropriate.patch 0034-an-other-another.patch 0035-environement-environment.patch 0036-targetting-targeting.patch 0037-suppported-supported.patch 0038-paramater-parameter.patch git-svn-id: http://root.cern.ch/svn/root/trunk@48992 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 10, 2013
-
-
Axel Naumann authored
Fixes for CMake build. * #define HAVE___DSO_HANDLE * compile TClingCallbacks.cxx without rtti * link rootcling(_tmp) against clib objects as well as dl, thread libs. * tweak CXXFLAGS for cling: remove -fvisibility-inlines-hidden, -pedantic; add -fno-strict-aliasing git-svn-id: http://root.cern.ch/svn/root/trunk@48253 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 07, 2013
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@48212 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2012
-
-
Fons Rademakers authored
changes needed from introduction of cling and removal of cint. There are still some problems, that will be fixed asap. git-svn-id: http://root.cern.ch/svn/root/trunk@48027 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 10, 2012
-
-
Philippe Canal authored
The attached file should fix the problem reported at <http://root.cern.ch/phpBB3/viewtopic.php?t=14944&p=64840#p64840>. This passes the macros R__RUBY_MAJOR and R__RUBY_MINOR to drr.cxx as it is done in ./configure git-svn-id: http://root.cern.ch/svn/root/trunk@45555 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 12, 2012
-
-
Fons Rademakers authored
- Fixes bug #93589 - Adds cocoa build option git-svn-id: http://root.cern.ch/svn/root/trunk@43720 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 17, 2011
-
-
Fons Rademakers authored
changes needed to implement XROOTD as external package together with the alien and monalisa plugins. I have also introduced a new option (builtin_xrootd) to build XROOD together with ROOT. git-svn-id: http://root.cern.ch/svn/root/trunk@42100 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 19, 2011
-
-
Fons Rademakers authored
These are the changes needed to support explicitlink option for Linux and Mac. git-svn-id: http://root.cern.ch/svn/root/trunk@41479 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 25, 2011
-
-
Axel Naumann authored
CMake: put liblzma.dll into bin directory, so we can run root.exe from the build (F5). git-svn-id: http://root.cern.ch/svn/root/trunk@40351 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 23, 2011
-
-
Fons Rademakers authored
patch to include core/lzma. git-svn-id: http://root.cern.ch/svn/root/trunk@39926 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 22, 2011
-
-
Fons Rademakers authored
Another set of small mods to fix the MacOSX build. git-svn-id: http://root.cern.ch/svn/root/trunk@39876 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 15, 2011
-
-
Fons Rademakers authored
handle the lzma package. git-svn-id: http://root.cern.ch/svn/root/trunk@39750 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 12, 2011
-
-
Fons Rademakers authored
- Added fitsio component - Added experimentally two new options 'builtin_gsl' and 'builtin_cfitsio' to build these packages within ROOT when needed by downloading the source code from the web. - Fixed a problem with sometimes incompatible versions of the python interpreter and libraries. git-svn-id: http://root.cern.ch/svn/root/trunk@39685 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 09, 2011
-
-
Fons Rademakers authored
- Finalized packages for options 'qt' and 'qtgsi' for Windows and Linux. With this the build on Windows with all possible options is completed. - Changed the default for options to be equivalent to the traditional ROOT configure. They will be turned off is the required external is not found. - Reduced the verbosity of the cmake command the second time it is executed and has already found the external packages git-svn-id: http://root.cern.ch/svn/root/trunk@39652 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 07, 2011
-
-
Fons Rademakers authored
- Added the following packages: oracle, mysql, odbc, gviz, fftw, pythia6, pythia8, unuran, table - Changed the default values for the build options depending on platform such that they display correctly with cmake-gui or ccmake - Fixed mathmore build on Windows - Make histfactory depending on xml option git-svn-id: http://root.cern.ch/svn/root/trunk@39577 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 04, 2011
-
-
Axel Naumann authored
- The removal of editline option and its conditional code. - A fix concerning the name of a couple of dictionary files detected by Bertrand. - I have tested [git HEAD of CMake] with VS10, which by the way generated a number of warnings git-svn-id: http://root.cern.ch/svn/root/trunk@39553 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 27, 2011
-
-
Fons Rademakers authored
Introduce alternative cmake based build system. Cmake is especially convenient for building on Windows, as it can produce VC projects or nmake files and does not require cygwin to be installed. In addition on OSX Xcode projects can be generated. git-svn-id: http://root.cern.ch/svn/root/trunk@39463 27541ba8-7e3a-0410-8455-c3a389f83636
-