- Aug 11, 2017
-
-
William F Godoy authored
-
William F Godoy authored
-
- Aug 10, 2017
-
-
williamfgc authored
Initial C bindings
-
- Aug 09, 2017
-
-
William F Godoy authored
Added GetVariableBase* in IO needed by C bindings and real-time applications, nullptr is a valid state in return. Added c bindings test under testing/adios2/bindings/c Updating ReadMe.md to include ADIOS2_USE_C for C bindings
-
William F Godoy authored
Builds libadios2_c.a and libadios2_c.so Verified with and without MPI Added nonMPI hello bp write example Added new ADIOS2_USE_C ON/OFF cmake argument To do: Add C tests and cmake support for the latter
-
William F Godoy authored
signed char needed by int8_t in C bindings Added tests
-
williamfgc authored
Fixing issue #230 a bug for path in file name
-
Godoy, William authored
Added portable PathSeparator Fixed format for bp file name
-
- Aug 08, 2017
-
-
William F Godoy authored
Fixed conflicts for clean compilation Fixed clang-format Adding free in C example
-
williamfgc authored
-
williamfgc authored
Attribute template core class implementation
-
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
-
Godoy, William authored
Makefile compiles To do: CMake infrastructure Verify struct adios2_Engine forward declaration Add tests
-
- Aug 04, 2017
-
-
William F Godoy authored
Refactored IO, Variable class due to common functionality
-
- Aug 02, 2017
-
-
pnorbert authored
templatize PrintData() so that it can work with all types
-
Podhorszki, Norbert authored
-
- Aug 01, 2017
-
-
William F Godoy authored
-
pnorbert authored
update error message for PR #224
-
Podhorszki, Norbert authored
-
- Jul 31, 2017
-
-
williamfgc authored
Fix the variable definition initialization rules and add test for Def…
-
williamfgc authored
fixed a size_t / uint64_t problem for macOS 10.12 and Clang 8.1.0
-
Ruonan Wang authored
-
Podhorszki, Norbert authored
-
Ruonan Wang authored
-
Podhorszki, Norbert authored
-
Ruonan Wang authored
-
Ruonan Wang authored
-
williamfgc authored
Set debugMode to true by default.
-
Podhorszki, Norbert authored
-
- Jul 29, 2017
-
-
williamfgc authored
Implemented Transform class API, and BZip2, Zfp wrappers
-
- Jul 28, 2017
-
-
William F Godoy authored
-
William F Godoy authored
Wrapper classes CompressBZip2 and CompressZfp implemented Under transform/compress and adding examples and tests Added/Modified cmake files Makign changes to cmake from PR review To do: Add more tests
-
- Jul 26, 2017
-
-
Atkins, Charles Vernon authored
Fix shared libs default
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
Fixes #210
-
williamfgc authored
Fixing Issue #216 Python bindings
-
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
-
- Jul 24, 2017
-
-
williamfgc authored
Solve Issue #211 and made changes due to Windows warnings and bugs
-
William F Godoy authored
Restoring std:: for cstdio functions Removing warnings explicitly with pragmas
-
- Jul 21, 2017
-
-
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
-