Skip to content
Snippets Groups Projects
  1. Feb 28, 2014
  2. Feb 27, 2014
  3. Feb 24, 2014
  4. Feb 20, 2014
  5. Feb 19, 2014
  6. Feb 16, 2014
  7. Feb 14, 2014
  8. Feb 12, 2014
  9. Feb 10, 2014
  10. 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
  11. Feb 07, 2014
  12. Feb 04, 2014
  13. Jan 31, 2014
  14. Jan 29, 2014
  15. Jan 28, 2014
  16. Jan 27, 2014
    • Markus Blatt's avatar
      [cmake,release] Prevent searching twice for modules. · b58b8475
      Markus Blatt authored
      Before we tried to search for dune-common twice (once without a version
      and then with the required version). Unfortunately this breaks because
      we are adding the same library target twice. With this patch we only
      search for a module once.
      b58b8475
Loading