Skip to content
Snippets Groups Projects
  1. Dec 01, 2017
  2. Nov 30, 2017
  3. Nov 20, 2017
  4. Nov 18, 2017
  5. Nov 16, 2017
  6. Nov 12, 2017
  7. Nov 10, 2017
  8. Nov 09, 2017
  9. Nov 08, 2017
  10. Nov 07, 2017
  11. Nov 06, 2017
  12. Nov 02, 2017
  13. Nov 01, 2017
  14. Oct 26, 2017
  15. Oct 25, 2017
  16. Oct 23, 2017
  17. Oct 20, 2017
  18. Oct 18, 2017
  19. Oct 17, 2017
  20. Oct 11, 2017
    • William F Godoy's avatar
      Partial refactoring with Get and Put API · 82fda615
      William F Godoy authored
      Passed ctest (MPI and nonMPI) excluding ADIOS1 engine, and Python bindings
      HDF5, C bindings and C++ tests working
      Introduced BeginStep EndStep functions
      Renamed IO GetVariable/Attribute to InquireVariable/Attribute
      82fda615
  21. Oct 09, 2017
    • William F Godoy's avatar
      Reading collective metadata file · e6747039
      William F Godoy authored
      Getting and defining available Variables at Open
      Storing Variable position in Metadata, added to VariableBase
      mpidummy: Added support for MPI_Reduce, MPI_Gatherv
      Added utils and BPLS
      e6747039
  22. Oct 03, 2017
  23. Aug 17, 2017
  24. Aug 08, 2017
    • William F Godoy's avatar
      First C bindings working version · 68cf5a88
      William F Godoy authored
      Added working example examples/hello/bpWriter/helloBPWriter.c
      Changed Engine signature to resolve Write void* at runtime (required by
      C bindings).
      
      To do:
      CMake infrastructure
      Testing
      68cf5a88
  25. Aug 04, 2017
  26. Jul 31, 2017
  27. Jul 28, 2017
  28. Jul 24, 2017
  29. Jul 21, 2017
    • William F Godoy's avatar
      Added more bug/warning fixes · 81bcb116
      William F Godoy authored
      Removed ADIOS copy constructor explicitly, as it wasn't allowed by clang
      compiler in testing/xml/TestXMLConfig.cpp
      
      Using more portable preprocessor definitions to avoid warning on Windows
      for ctime and fopen
      
      Introduced std::throw_with_nested for bad_alloc in STLVector Capsule
      
      Removed std:: in C function calls to avoid confusion with actual C++
      only calls
      81bcb116
    • William F Godoy's avatar
      Solve Issue #211 and made changes due to Windows warnings and bugs · ed4b4765
      William F Godoy authored
      Bugs: 1) Missing binary mode in FilePointer fopen and FStream ofstream
      transports
            2) Replacing reinterpret_cast of size_t to uint_64, not the same
      on Windows 64-bit
      
      Removed some warnings generated by Visual Studio
      
      Added static_cast for type conversions
      
      Refactor XML reader to restore original check on single engine
      conditions and eliminate warnings. Test added.
      
      Allow ctime and fopen "not secure" warnings: now using binary fstream as
      default file IO library on Windows
      ed4b4765
  30. Jun 23, 2017
  31. Jun 22, 2017
  32. Jun 21, 2017
Loading