- Aug 26, 2014
-
-
Markus Frank authored
-
- Aug 22, 2014
-
-
Markus Frank authored
-
Frank Gaede authored
left shift count >= width of type
-
- Aug 20, 2014
-
-
Frank Gaede authored
-
- Aug 19, 2014
-
-
Frank Gaede authored
- updated versions and release notes
-
Frank Gaede authored
-
Frank Gaede authored
-
- Aug 18, 2014
-
-
Markus Frank authored
-
Frank Gaede authored
- howto with steps for preparing a new DD4hep release --This line, and thowith steps se below, will be ignored-- A doc/prepare_a_release.howto
-
- Aug 15, 2014
-
-
Markus Frank authored
-
Markus Frank authored
-
- Aug 14, 2014
-
-
Frank Gaede authored
-
Frank Gaede authored
for release v00-08 and v00-09 ( both have the wrong version number for the libraries 0.7 !)
-
- Aug 13, 2014
-
-
Andre Sailer authored
Call notapple function for macs at the moment. Forgot to change this function during refactoring
-
Frank Gaede authored
void setValue(unsigned lowWord, unsigned highWord ) - added some simple unit tests for BitField64
-
- Aug 07, 2014
-
-
Markus Frank authored
Improved version of MC particle handler, fix calorimeter hit aggregation with multiple contributions
-
- Aug 01, 2014
-
-
Markus Frank authored
-
Markus Frank authored
-
- Jul 30, 2014
-
-
Markus Frank authored
-
- Jul 25, 2014
-
-
Andre Sailer authored
Add attr function for xercesc use, so that char arrays can be used to get xml elements (e.g., necessary to use ddsim w/ xercesc)
-
Andre Sailer authored
Include cmake module path for FindXerces Forward the DD4HEP_USE_XERCESC variable and call DD4HEP_XML_SETUP Forward DD4HEP_USE_BOOST and call find_package boost
-
- Jul 24, 2014
-
-
Andre Sailer authored
-
Andre Sailer authored
Moved find_package to main cmakelists use add_dd4hep_plugin to add library, create rootmap and install library Moved xml_setup to main cmakelists
-
Andre Sailer authored
Moved find_package calls to main cmakelists moved include_directories to main cmakelists only use dd4hep_generate_rootmap
-
Andre Sailer authored
Split into apple and notapple functions, users just use dd4hep_generate_rootmap removed commented code in generate_rootmap_apple
-
- Jul 23, 2014
-
-
Andre Sailer authored
Move find_package xercesc to dd4hep_xml_setup, so all the xml treatment is in one place Move find_package boost and lcio to main cmakelists, so they are done once and not repeated Move include geant4_use_file to main cmakelists, so all of the geant4 treatment is in one place
-
- Jul 21, 2014
-
-
Andre Sailer authored
Phi2 is the deltaPhi in Geant4, it is the EndPhi in TGeo
-
- Jul 18, 2014
-
-
Andre Sailer authored
It is necessary to copy most of the cmake content, if the installation directory is not the same as the source directory In that case the cmake folder would be missing.
-
Andre Sailer authored
Move option calls before checking deprecated _WITH_ variables, otherwise _USE_ variables are overwritten when not set in command line
-
Frank Gaede authored
- increased version number to v00-07
-
Andre Sailer authored
-
Andre Sailer authored
Add two cmake functions for creating dd4hep plugins (creating library and rootmaps and installing package env file)
-
- Jul 17, 2014
-
-
Frank Gaede authored
-
Frank Gaede authored
part of DD4hep, i.e. no external library option - however DDSegementationConfig is created for other packages to build against it - changed library versioning of DDSegmentation to be in synch w/ DD4hep ( versions and so-versions) - some cleanup of geant4 stuff
-
Andre Sailer authored
Change options _WITH_ to _USE_ Print Warning that variables with _WITH_ are deprecated Change Defintions to _USE_ as well Add REQUIRED to find_package geant4 and xercesc if they are turned on Updated documentation Updated ILDExDet example
-
Andre Sailer authored
Export writes information in ~/.cmake/packages, making it hard for cmake not to find ddsegmentation (even when it is removed)
-
- Jul 16, 2014
-
-
Andre Sailer authored
-
Andre Sailer authored
Rename DDSegmentation_INCLUDE_DIR to ..._DIRS Fix standalone build of DDSegmentation, set DDSegmentation_LIBRARIES in DDSegmentationConfig.cmake Keep the choice to use external DDSegmentation, set _LIBRARIES and INCLUDE_DIRS in DDSegmentation CMakeLists.txt in case of internal build
-
- Jul 15, 2014
-
-
Frank Gaede authored
in order to keep simple build sequence for DD4hep
-
Christian Grefe authored
-