Skip to content
Snippets Groups Projects
  1. Sep 20, 2012
    • Markus Blatt's avatar
      - Got rid off debugging output. · 4d3a82d9
      Markus Blatt authored
      - Removed dependency on cmake version 2.8.9
        Object libraries can now be created with dune_add_library(<target>
        OBJECT <sources>). It will create a GLOBAL property
        _DUNE_TARGET_OBJECTS:<target>_ that records the full path to the
        source files. Theses can later be referenced by providing
        _DUNE_TARGET_OBJECTS:<target>_ as one of the sources to dune_add_library
      
      [[Imported from SVN: r6987]]
      4d3a82d9
  2. May 24, 2012
  3. May 07, 2012
    • Markus Blatt's avatar
      WARING -> WARNING · c6a71a70
      Markus Blatt authored
      [[Imported from SVN: r6703]]
      c6a71a70
    • Markus Blatt's avatar
      - dune-common is DuneCommon to CMAKE (e.g. during the find_package · bf033002
      Markus Blatt authored
        call). Mimic this in the variable names used in the package
        configuration files.
      - CMake practices for variable name in package configuration
      - added an optional argument for specifying a dependency to
        create_doc_install. This is needed as add_latex_document with the
        safepdf option creates a target <basename>_safepdf for building 
        <basename>.pdf. Without specifying <basename>_safepdf as the
        dependency,  <basename>.pdf would be build in non-safe mode before
        install leading to errors with eps figures.
      
      [[Imported from SVN: r6699]]
      bf033002
  4. May 06, 2012
  5. May 04, 2012
  6. Apr 30, 2012
  7. Apr 29, 2012
  8. Apr 23, 2012
  9. Apr 16, 2012
    • Markus Blatt's avatar
      - Make doc installation script more flexible such that other · 1de4fb17
      Markus Blatt authored
       documentation besides doxygen can be installed.
      - Make sure we install under ${CMAKE_INSTALL_PREFIX}. Therefore
        we must provide the absolute path to our custom install script.
      - Include DuneDoc at toplevel and let create the doc target. Thus
        we can use its macros all over the place.
      
      [[Imported from SVN: r6626]]
      1de4fb17
Loading