- 24 Apr, 2012 4 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
disabled the default file-based logging in EnvConfig/log.conf
-
- 30 Mar, 2012 2 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- 29 Mar, 2012 1 commit
-
-
Marco Clemencic authored
-
- 27 Mar, 2012 3 commits
-
-
Marco Clemencic authored
The tcmalloc package is special, because we do not link against the library, but we need the LD_LIBRARY_PATH set to find it anyway.
-
Marco Clemencic authored
Imported the Python code from the LHCb package EnvConfig.
-
Marco Clemencic authored
generate an XML file with description of the changes
-
- 26 Mar, 2012 2 commits
-
-
Marco Clemencic authored
Simplified the creation of custom global targets with two the macros - gaudi_global_target_append - gaudi_global_target_get_info
-
Marco Clemencic authored
-
- 23 Mar, 2012 4 commits
-
-
Marco Clemencic authored
It has to be re-implemented using the EnvConfig package written by the LHCb Summer Student.
-
Marco Clemencic authored
It's not possible to fix the order in which install steps are done, so we cannot ensure that the zipping is executed _after_ the installation of all Python files. I added a custom target (python.zip) as a short-cut to call the command, but it has to be run by hand. See http://public.kitware.com/Bug/view.php?id=8438
-
Marco Clemencic authored
resolved conflict in installation of __init__.py removed duplicate install of unit tests
-
Marco Clemencic authored
Modified the way __init__.py are created.
-
- 21 Mar, 2012 1 commit
-
-
Marco Clemencic authored
-
- 20 Mar, 2012 2 commits
-
-
Marco Clemencic authored
The QMTest are executed as a single CTest and always succeed, even if the tests inside fail (limit of the wrapper we use). The environment is forced and only partially dynamic (to be fixed).
-
Marco Clemencic authored
(and cleaned up gaudi_install_headers)
-
- 19 Mar, 2012 8 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
- gaudi_get_packages - gaudi_add_python_module (was GAUDI_PYTHON_MODULE) - gaudi_add_executable (was GAUDI_EXECUTABLE) - gaudi_add_unit_test (was GAUDI_UNIT_TEST)
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
Removed the build of the dictionaries from GaudiContrib and added functions to in GaudiProjectConfig to extend the dictionary builds.
-
- 15 Mar, 2012 1 commit
-
-
Marco Clemencic authored
-
- 13 Mar, 2012 1 commit
-
-
Marco Clemencic authored
-
- 11 Mar, 2012 2 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
Modified the names of the functions GAUDI_{LINKER,COMPONENT}_LIBRARY to use CMake naming conventions: gaudi_add_{library,module}. The options have been renamed too: - LIBRARIES -> LINK_LIBRARIES - USE_HEADERS -> INCLUDE_DIRS Factored out the code to expand the list of source patterns as a macro (gaudi_expand_sources). Removed some useless code and code that needs to be re-added.
-
- 29 Feb, 2012 1 commit
-
-
Marco Clemencic authored
* master: Preparing Gaudi v23r1 Minor change in update_versions.py to understand separators in RootCnv. RootCnv: synchronized with version v1r13 from LHCb repository Fix a bug in the Google auditors fixed errors in TupleEx{2,4} tests Fixed glitches in the Google Profiling tests Patch #5235: ntuples in (Gaudi)Python Patch #5234: Fix incorrect type in GaudiAlg tuples
-
- 27 Feb, 2012 6 commits
-
-
Marco Clemencic authored
From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6830 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
Marco Clemencic authored
From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6829 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
Marco Clemencic authored
From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6828 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
The bug prevented consecutive events from being audited. From: Christopher R Jones <christopher.rob.jones@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6827 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
Marco Clemencic authored
From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6826 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
Marco Clemencic authored
- normalized CPU profiler output - disabled tests on i686 (the package is not built on that platform) From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6825 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- 24 Feb, 2012 2 commits
-
-
Removed some "exotic" vector-types from python-decorators (GaudiPython::TupleDecorators) for ntuples in Gaudi. https://savannah.cern.ch/patch/?5235 From: Vanya Belyaev <ivan.belyaev@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6824 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
https://savannah.cern.ch/patch/?5234 From: Christopher R Jones <christopher.rob.jones@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6823 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-