Skip to content
Snippets Groups Projects
  1. Apr 06, 2011
  2. Apr 05, 2011
  3. Apr 04, 2011
  4. Apr 03, 2011
  5. Apr 02, 2011
  6. Apr 01, 2011
  7. Mar 31, 2011
    • 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
  8. Mar 30, 2011
  9. Mar 29, 2011
  10. Mar 27, 2011
  11. Mar 26, 2011
  12. Mar 25, 2011
  13. Mar 24, 2011
  14. Mar 23, 2011
  15. Mar 21, 2011
  16. Mar 18, 2011
  17. Mar 15, 2011
Loading