1. Jul 08, 2016
    • Jason Rhinelander's avatar
      Disable -Wplacement-new warning false alarm · cae0e009
      Jason Rhinelander authored
      GCC-6 adds a -Wplacement-new warning that warns for placement-new into a
      space that is too small, which is sometimes being triggered here (e.g.
      example5 always generates the warning under g++-6).  It's a false
      warning, however: the line immediately before just checked the size, and
      so this line is never going to actually be reached in the cases where
      the GCC warning is being triggered.
      
      This localizes the warning disabling just to this one spot as there are
      other placement-new uses in pybind11 where this warning could warn about
      legitimate future problems.
      cae0e009
  2. Jul 06, 2016
  3. Jul 02, 2016
  4. Jul 01, 2016
  5. Jun 30, 2016
  6. Jun 29, 2016
  7. Jun 27, 2016
  8. Jun 22, 2016
  9. Jun 21, 2016
  10. Jun 18, 2016
  11. Jun 17, 2016
  12. Jun 16, 2016