Skip to content
Snippets Groups Projects
  1. Jul 19, 2011
    • Ansgar Philippsen's avatar
      added default query flag to mol.entity · 2d33935e
      Ansgar Philippsen authored
      For selections that do not explicitely state a QueryFlag option, a default
      query flag is used instead of 0. This is an extension to current behavior
      and should have zero impact on existing code.
      2d33935e
  2. 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
    • Marco Biasini's avatar
      fix segfault for BZDNG-242 · 3146d41c
      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.
      3146d41c
  3. Feb 21, 2011
  4. Jan 17, 2011
  5. 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
  6. Oct 30, 2010
  7. Jul 05, 2010
  8. Jun 21, 2010
  9. Jun 15, 2010
  10. Apr 22, 2010
  11. Apr 21, 2010
  12. Mar 12, 2010
  13. Mar 05, 2010
  14. Feb 26, 2010
Loading