- Apr 11, 2018
-
-
Hadrien Benjamin Grasland authored
-
Hadrien Benjamin Grasland authored
-
- Mar 18, 2018
-
-
Marco Clemencic authored
This reverts merge request !636
-
- Mar 16, 2018
-
-
Marco Clemencic authored
-
Marco Clemencic authored
if taken from Git it's also distributed in the installation directory
-
Marco Clemencic authored
otherwise fall back on the provided get_host_binary_tag.py
-
-
- Mar 14, 2018
-
-
scott snyder authored
The __init__.py files generated from GaudiProjectConfig.cmake has code like: ``` __path__ = [d for d in [os.path.join(d, '${pypack}') for d in sys.path if d] if (d.startswith('${CMAKE_BINARY_DIR}') or ``` However, if the working path contains a symlink, then the element in sys.path may have the symlink, but the value from ${CMAKE_BINARY_DIR} to which we compare it will have the symlink expanded. Change to expand any symlinks (using os.path.realname) in the paths from sys.path before comparing.
-
- Mar 08, 2018
-
-
Hadrien Benjamin Grasland authored
-
- Feb 23, 2018
-
-
Marco Clemencic authored
it's causing troubles and not fixing any real problem (anymore)
-
- Feb 20, 2018
-
-
Frank Winklmeier authored
gaudi_add_compile_test can be used to add tests that check for the existence of (expected) compilation failures. Use this to implement a unit test to check for StatusCode comilation failures.
-
- Jan 25, 2018
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jan 18, 2018
-
-
Rosen Matev authored
-
Rosen Matev authored
-
- Nov 29, 2017
-
-
Rosen Matev authored
-
- Nov 21, 2017
-
-
Marco Clemencic authored
-
- Nov 17, 2017
-
-
Attila Krasznahorkay authored
- CPP_GSL_INCLUDE_DIR -> CPPGSL_INCLUDE_DIR - CPP_GSL_INCLUDE_DIRS -> CPPGSL_INCLUDE_DIRS - CPP_GSL_FOUND -> CPPGSL_FOUND - RANGES_V3_INCLUDE_DIR -> RANGEV3_INCLUDE_DIR - RANGES_V3_INCLUDE_DIRS -> RANGEV3_INCLUDE_DIRS - RANGES_V3_FOUND -> RANGEV3_FOUND I didn't rename all "internal" variables of externals.cmake however, as there didn't seem to be much point in doing that.
-
- Nov 14, 2017
-
-
Attila Krasznahorkay authored
Updated the external lookup code to make use of the new Findcppgsl.cmake and FindRangev3.cmake modules.
-
Attila Krasznahorkay authored
-
- Nov 10, 2017
-
-
Frank Winklmeier authored
-
- Nov 06, 2017
-
-
- Oct 02, 2017
-
-
Marco Clemencic authored
if a file a dictionary depends on is removed between builds, the dictionary is correctly regenerated. See GAUDI-1315
-
- Sep 27, 2017
-
-
Frank Winklmeier authored
-
- Sep 26, 2017
-
-
Frank Winklmeier authored
-
Marco Clemencic authored
-
- Sep 25, 2017
-
-
Marco Clemencic authored
small changes meant to help the automatic formatting tools take better decisions.
-
- Sep 21, 2017
-
-
Marco Clemencic authored
-
- Sep 19, 2017
-
-
Marco Clemencic authored
-
- Sep 18, 2017
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
and updated the supported versions
-
- Jul 27, 2017
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jul 26, 2017
-
-
Marco Clemencic authored
In CMake 3.9 the OLD behaviour is deprecated, so we must switch to the new behaviour and to require CMake >= 2.8.12. See https://cmake.org/cmake/help/v3.9/policy/CMP0026.html
-
- Jul 23, 2017
-
-
Marco Clemencic authored
also enable c++1z for clang >= 3.9
-
- Jul 21, 2017
-
-
Marco Clemencic authored
by helping other tools like the lcg-g++-x.y.z wrappers used in LHCb.
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
so that something like *-*-*-opt+g actually works
-