Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Mar 21, 2013
  3. Mar 15, 2013
  4. Mar 14, 2013
    • Markus Blatt's avatar
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions... · e84d7f77
      Markus Blatt authored
      [Bugfix] Prevent definition of HAVE_BOOST without value due to race conditions in some autoconf versions.
      
      For some autoconf versions there was a race condition between ax_boost_base.m4 and dune_boost_base.m4 resulting in HAVE_BOOST being defined with no value (instead of ENABLE_BOOST). For others there were even two definitions of it (one with and one without value). 
      
      This patch renames the symbol being defined in dune_boost_base.m4 to HAVE_DUNE_BOOST and defines a value for it if boost is found.
      
      Please change your code such the preprocessor directives checking for boost from
      #if HAVE_BOOST
      to
      #if HAVE_DUNE_BOOST
      
      Resolves flyspray 1265 and presumably 1249.
      
      [[Imported from SVN: r7422]]
      e84d7f77
  5. Mar 12, 2013
  6. Mar 11, 2013
  7. Feb 22, 2013
  8. Feb 20, 2013
  9. Feb 19, 2013
  10. Feb 18, 2013
  11. Feb 13, 2013
  12. Feb 08, 2013
  13. Jan 13, 2013
  14. Dec 26, 2012
  15. Nov 18, 2012
    • Christoph Grüninger's avatar
      [FindGMP.cmake] · f0e02418
      Christoph Grüninger authored
      Complete overwork of GMP test.
      Changed variable GMP_PATH to GMP_PREFIX.
      
      Tested without GMP and with GMP 5.0.5, both installed in /usr and using a
      user-specified prefix path.
      
      [[Imported from SVN: r7059]]
      f0e02418
  16. Nov 02, 2012
  17. Oct 13, 2012
  18. Sep 27, 2012
  19. Sep 20, 2012
    • Markus Blatt's avatar
      Use GNUInstallDir to specify installation directory. · 3b2ae2af
      Markus Blatt authored
      [[Imported from SVN: r6988]]
      3b2ae2af
    • 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
  20. Sep 04, 2012
Loading