Skip to content
Snippets Groups Projects
  1. Mar 22, 2014
  2. Mar 21, 2014
    • Christoph Grüninger's avatar
      Move final.hh to std. · a83057ba
      Christoph Grüninger authored
      DUNE_FINAL is a helper macro for C++11 and should be placed in
      std, where now all compatibility has to be placed.
      Beautify Doxygen documentation.
      a83057ba
  3. Mar 19, 2014
  4. Mar 18, 2014
  5. Mar 06, 2014
  6. Mar 04, 2014
  7. Feb 27, 2014
  8. Feb 24, 2014
  9. Feb 19, 2014
  10. Feb 14, 2014
  11. Feb 09, 2014
    • Markus Blatt's avatar
      [bugfix] Fixes comparison operators. · c00b2acc
      Markus Blatt authored
      The last patch missed a change in the comparison operators. Allocators
      compare as equal if memory allocated with one can be deallocate with
      the other. With this allocators compare equal only if they are share
      the same address.
      
      Cherry-pick from branch eature/FS1429-shared-lib-fixes where it ended up
      by accident.
      c00b2acc
  12. Feb 04, 2014
  13. Jan 29, 2014
    • Markus Blatt's avatar
      [poolallocator,release] Use a non-static memory pool. · f78ce3a8
      Markus Blatt authored
      Due to its desgin of using one static memory pool. The allocator
      could not be used in different threads at the same time without
      side effects. With this revision each instance will hold its own private
      instance of the pool.
      
      There should be no issues with this patch and poolallocator seems to be
      mostly used in AMG anyway.
      f78ce3a8
  14. Jan 17, 2014
  15. Jan 16, 2014
  16. Jan 15, 2014
  17. Jan 14, 2014
  18. Jan 10, 2014
Loading