Skip to content
Snippets Groups Projects
  1. Dec 15, 2019
  2. Dec 08, 2019
  3. Dec 06, 2019
  4. Dec 05, 2019
  5. Dec 03, 2019
  6. Nov 30, 2019
  7. Nov 27, 2019
  8. Nov 21, 2019
  9. Nov 19, 2019
  10. Apr 02, 2019
  11. Jan 20, 2019
  12. Aug 08, 2018
  13. Aug 02, 2018
  14. Jul 19, 2018
    • Ole Hansen's avatar
      CMake updates: · bc01b8fb
      Ole Hansen authored
      1. Update for ROOT5-enabled root_generate_dictionary CMake function
      
        root_generate_dictionary now works with both ROOT 5 and ROOT 6.
        It defines the dictionary custom target and PCM file internally,
        as appropriate, and also automatically extracts any required
        -D compile definitions from the given target(s).
      
      2. Add configuration option HCANA_BUILTIN_PODD (default ON)
      
        If set to OFF (cmake -DHCANA_BUILTIN_PODD=OFF ...), CMake will find a
        pre-built version of Podd according to the usual find_package search
        rules. (It's sufficient to have the installed "analyzer" in your PATH,
        but you can also set CMAKE_PREFIX_PATH to the Podd installation root,
        for example.) This version of Podd has to have been built and
        installed with Podd's CMake system. In this case, only libHallC will
        be built, and the Podd submodule of hcana is ignored and does not even
        have to be present.
      
      3. Clean existing src/hc_compiledata.h during CMake configuration
      
        This file might be left over from a previous non-CMake build and would
        be incorrectly picked up instead of the CMake-generated version.
      
      4. Generate hcanaConfig.cmake config and version files using latest Podd scripts
      
        Requires Podd at commit JeffersonLab/analyzer@34dd368
      bc01b8fb
  15. Jul 17, 2018
  16. Jun 29, 2018
  17. Jun 27, 2018
    • Whitney Armstrong's avatar
      Added cmake build. · b8df39a0
      Whitney Armstrong authored
      This repo along with hallac_evio and analyzer all have "cmake" branches
      with complete cmake builds.
      b8df39a0
Loading