- Mar 06, 2012
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43253 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@43250 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 04, 2012
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42872 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 16, 2012
-
-
Axel Naumann authored
Include config/Makefile.config and config/Makefile.comp; they can be useful (e.g. for testing the binary distribution with roottest) git-svn-id: http://root.cern.ch/svn/root/trunk@42651 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 01, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42370 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@42368 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
-
- Nov 15, 2011
-
-
Fons Rademakers authored
- without arguments installs xrootd-<vers-num> in the current directory. - build directory will be deleted by default, unless option -k or --keep is specified. git-svn-id: http://root.cern.ch/svn/root/trunk@42034 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2011
-
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41895 27541ba8-7e3a-0410-8455-c3a389f83636
-
Axel Naumann authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41884 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41878 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41875 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 09, 2011
-
-
Fons Rademakers authored
Full port to AIX 7.1 and xlC Version: 09.00.0000.0017. This port is complete (./configure --all; make) works (minus some minor plugins that were not installed). The tutorials/benchmarks.C and test/* works. For the list of linux-tool packages that need to be installed see: http://root.cern.ch/drupal/content/build-prerequisites. Port made on hardware kindly donated by IBM. git-svn-id: http://root.cern.ch/svn/root/trunk@41837 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 03, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41769 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41760 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 02, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41719 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41717 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 01, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41677 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 28, 2011
-
-
Fons Rademakers authored
- Removed the build of executable "drop_from_path" - Added "-b" option to all tests that opens a X11 canvas - Copy /etc, /icons, /fonts/ when running test from the binary directory git-svn-id: http://root.cern.ch/svn/root/trunk@41634 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 27, 2011
-
-
Fons Rademakers authored
Allows for thisroot.[c]sh to work without to have compile anything. git-svn-id: http://root.cern.ch/svn/root/trunk@41612 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 26, 2011
-
-
Axel Naumann authored
makeclingpch.sh is a replacement for rootcint_tmp (the replacement happens in meta's ModuleVars.mk)). It generates dict.pcm modules, similar to precompiled headers, for the headers passed as arguments. TCintWithCling now imports all available modules from lib/. Due to a bug in clang's module loading (http://llvm.org/bugs/show_bug.cgi?id=11236) which causes modules with STL to not load, disable the generation of the dict.pcm files for now. One can nevertheless generate test "dictionaries" by running e.g. clang++ -Xclang -emit-module -c -o $ROOTSYS/lib/header_dict.pcm -x c++ header.h which will then automatically be loaded by TCintWithCling: $ root -l -b Info in <UnknownClass::LoadDictionaries>: Loading PCH DictTest_dict.pcm root [0] DictTest o; DictTest object has been created! Still to be done: only import the module when its library is loaded (i.e. hook to TCint::Load()) git-svn-id: http://root.cern.ch/svn/root/trunk@41598 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
add --vers-subdir. git-svn-id: http://root.cern.ch/svn/root/trunk@41583 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 25, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@41576 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
additional fixes for external xrootd. git-svn-id: http://root.cern.ch/svn/root/trunk@41563 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 24, 2011
-
-
Fons Rademakers authored
removing built-in xrootd, from now on use external xrootd. git-svn-id: http://root.cern.ch/svn/root/trunk@41550 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 20, 2011
-
-
Axel Naumann authored
This replaces CINT *only for interpreting code*; CINT is still used for reflection and reflection-based calls. To enable, pass ./configure --with-llvm-config=/location/of/llvm/int/bin --enable-cling to configure. libCling is now built from within ROOT, using the same flags as e.g. used to build clang. Now that TCintWithCling is not called TCint anymore, the separate dictionary for TCint can be removed; it's back in G__Meta. The only configure element needed to find and use LLVM is the llvm-config script which is found from --with-llvm-config. makelib does not link -lCore -lCint to -lCling. git-svn-id: http://root.cern.ch/svn/root/trunk@41489 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 16, 2011
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@40911 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 15, 2011
-
-
Fons Rademakers authored
Allow to properly compile resource with non-cygwin shell (e.g. msys/mingw). git-svn-id: http://root.cern.ch/svn/root/trunk@40889 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 24, 2011
-
-
Fons Rademakers authored
option -mark_dead_strippable_dylib. The dead_strip_dylibs option is used when linking the ROOT plugins so they are lean and mean, however not when linking the applications so we don't dead strip dylibs for which we need the CINT initialization. git-svn-id: http://root.cern.ch/svn/root/trunk@40348 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 16, 2011
-
-
Philippe Canal authored
Instead make sure that FORCELINK is really set on MacOS when using the new linking technics. (This makes sure libMathCore is linked into root.exe even though there is no real dependency) git-svn-id: http://root.cern.ch/svn/root/trunk@40268 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 15, 2011
-
-
Philippe Canal authored
Link libCore against libMathCore in addition to libCint and add an explicit symbol request to insure that it really linked in only (for now) on MacOS and when explicit linking is explicitly requested git-svn-id: http://root.cern.ch/svn/root/trunk@40266 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 13, 2011
-
-
Axel Naumann authored
* env vars are now for all users (if installinginto C:\root, it's not really per user anyway...) * Try to remove trailing '\' from ROOTSYS. Waiting for verification by Bertrand. git-svn-id: http://root.cern.ch/svn/root/trunk@40213 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 06, 2011
-
-
Fons Rademakers authored
files tutorials/hsimple.root and tutorials/tree/cernstaff.root which are needed by some of the scripts. Fixes issue 83868. git-svn-id: http://root.cern.ch/svn/root/trunk@40146 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 27, 2011
-
-
Fons Rademakers authored
I've attached a patch that allows ROOT to build and run on FreeBSD 9.0/amd64. It does several small things: - Fix the build system to recognize FreeBSD > 7 by treating it with the build architecture freebsd7. - Use UTMPX instead of UTMP for FreeBSD >= 9 - Add a cint iosenum file (not sure why it wanted it to be called iosenum.freebsd73) - Correct a few places that use <malloc.h>, which is deprecated on FreeBSD (like on OS X), and has a #error in it. This also fixes one other, mostly unrelated issue: - Follow rename of FramebufferTexturLayer to FramebufferTextureLayer in MESA 2 years ago. This is not a FreeBSD-specific issue, and should be a platform independent change. git-svn-id: http://root.cern.ch/svn/root/trunk@39990 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 08, 2011
-
-
Axel Naumann authored
Reduce cl.sh failures due to cygwin's spurious exit codes 126 by retrying cl if the first one exited with code 126. git-svn-id: http://root.cern.ch/svn/root/trunk@39609 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 31, 2011
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39523 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39520 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@39518 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
letter extensions anymore for patch releases. git-svn-id: http://root.cern.ch/svn/root/trunk@39497 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
-