Skip to content
Snippets Groups Projects
  1. Nov 03, 2017
  2. Nov 02, 2017
  3. Oct 03, 2017
  4. Jul 26, 2017
    • William F Godoy's avatar
      Fixing Issue #216 Python bindings · 633a001a
      William F Godoy authored
      Copy constructor was implicitly removed for ADIOSPy due to m_ADIOS.
      
      PyBind11 needed the copy constructor.
      
      m_ADIOS is now a shared pointer to avoid copy constructor removal
      
      Separated MPI nonMPI test as ctest failed for MPI
      633a001a
  5. Jun 20, 2017
  6. Jun 19, 2017
  7. Jun 13, 2017
  8. Jun 12, 2017
  9. Jun 09, 2017
    • William F Godoy's avatar
      Python BPWriter and BPTimeWriter working · 93790d40
      William F Godoy authored
      Applied autopep8 from python-pep8 for flake8 formatting in py
      
      Issues:
      Linking with Python 3.5 not working as-is with PyBind11
      Passing a new communicator in IO Open fails (mpi4py?)
      
      To do:
      Add more test cases from other engines
      93790d40
    • wgodoy's avatar
      Fixed bug in Python bindings · 2d18068d
      wgodoy authored
      To do:
      Implement overloaded and default-argument class functions
      2d18068d
  10. Jun 08, 2017
  11. Jun 07, 2017
  12. Apr 19, 2017
  13. Apr 05, 2017
  14. Mar 30, 2017
  15. Mar 28, 2017
  16. Mar 21, 2017
  17. Mar 20, 2017
  18. Mar 16, 2017
Loading