Skip to content
Snippets Groups Projects
  1. Mar 31, 2011
    • Marco Biasini's avatar
      fix segfault for BZDNG-242 · 494f1635
      Marco Biasini authored
      The cause for this is actually a bug in Boost.Python that triggers when
      arg("arg")... is used in the export and the number of arg("") arguments
      doesn't match the number of argument of the function. When one then uses
      a wrong kwarg, the program crashes. I'll submit a bug report to the
      Boost.Python on this issue. I fear that there are many more cases in
      the pymod export where we are using arg("") as we did for the query.
      494f1635
  2. Feb 21, 2011
  3. Jan 17, 2011
  4. Dec 24, 2010
    • Marco Biasini's avatar
      improve IsValid of handle and view classes · a75bbdf7
      Marco Biasini authored
      Instead of only checking for the validity of the impl class, the view
      classes now also check if the view data is valid. This improves debugging in
      cases (when the trying to access, for example, an AtomView whose EntityView has
      been deleted.
      a75bbdf7
  5. Oct 30, 2010
  6. Jul 05, 2010
  7. Jun 21, 2010
  8. Jun 15, 2010
  9. Apr 22, 2010
  10. Apr 21, 2010
  11. Mar 12, 2010
  12. Mar 05, 2010
  13. Feb 26, 2010
Loading