Skip to content
Snippets Groups Projects
  1. Mar 06, 2014
  2. Mar 04, 2014
  3. Feb 27, 2014
  4. Feb 24, 2014
  5. Feb 19, 2014
  6. Feb 14, 2014
  7. 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
  8. Feb 04, 2014
  9. 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
  10. Jan 17, 2014
  11. Jan 16, 2014
  12. Jan 15, 2014
  13. Jan 14, 2014
  14. Jan 10, 2014
  15. Jan 06, 2014
  16. Dec 18, 2013
  17. Dec 17, 2013
  18. Dec 16, 2013
  19. Dec 13, 2013
  20. Dec 03, 2013
Loading