Skip to content
Snippets Groups Projects
  1. Oct 25, 2016
    • Carsten Gräser's avatar
      Remove unused methods based on unsave casts · c5e023c5
      Carsten Gräser authored
      These constructors and assignments from base class are
      all using a downcast which may result in undefined behaviour.
      Since this is potentially dangerous and not used anywhere
      in the core modules, this patch removes those methods.
      c5e023c5
  2. Feb 20, 2016
  3. Feb 17, 2016
  4. Dec 22, 2015
  5. Apr 13, 2015
  6. Jan 05, 2015
  7. Jan 04, 2015
  8. Jul 09, 2013
  9. Jul 03, 2013
  10. May 02, 2012
  11. Oct 01, 2011
  12. Dec 01, 2010
    • Markus Blatt's avatar
      flyspray #827 · 7458dd80
      Markus Blatt authored
      rbegin -> beforeEnd
      rend   -> beforeBegin
      
      [[Imported from SVN: r1414]]
      7458dd80
  13. Jul 27, 2010
    • Markus Blatt's avatar
      Fixed bug in memory management. · 12371e74
      Markus Blatt authored
      Memory was allocated with allocator.allocate(n) and always freed with
      allocator.allocate(1). This might have resulted in memory leaks that
      are not noticed by valgrind.
      
      [[Imported from SVN: r1240]]
      12371e74
  14. Apr 01, 2010
  15. Jan 27, 2010
  16. Oct 13, 2009
  17. Sep 23, 2009
  18. Jul 01, 2009
  19. Aug 15, 2007
  20. Apr 25, 2007
  21. Apr 20, 2007
  22. Apr 19, 2007
  23. Feb 13, 2007
  24. Dec 13, 2006
  25. Nov 24, 2006
  26. Nov 15, 2006
  27. Nov 08, 2006
    • Markus Blatt's avatar
      · a6694862
      Markus Blatt authored
      Hide more functions needed for the iterator facades from the user.
      
      [[Imported from SVN: r671]]
      a6694862
    • Markus Blatt's avatar
      Refactored the Iterators. · 60716c20
      Markus Blatt authored
      All iterators (except reverse iterators) are now full grown std
      iterators.
      
      This closes flyspray issue #193.
      
      [[Imported from SVN: r670]]
      60716c20
  28. Nov 06, 2006
  29. Nov 08, 2005
  30. Jun 30, 2005
Loading