- Aug 25, 2017
-
-
William F Godoy authored
First working examples To do: Resolve conflicts Add tests after merging with current master
-
- Aug 08, 2017
-
-
williamfgc authored
Attribute template core class implementation
-
- 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
-
williamfgc authored
Fixing Issue #208
-
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
-
- Jul 19, 2017
-
-
Godoy, William authored
Using language primitives in test data instead of fixed width integers. casting size_t to unsigned long in mpidummy to remove warning on Mac
-
- Jul 18, 2017
-
-
pnorbert authored
Moved profiling.log to profiling.json format
-
William F Godoy authored
Added test for generating profiling.json Fixed inclusion for NLohmannJson json.hpp in Test Tested resulting profiling.json on R (jsonlite), Python (json) and C++ (json for modern C++)
-
- Jun 30, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
* release: Solves Issue #205
-
Atkins, Charles Vernon authored
* release: Re-work CMake build documentation Use consistent names for build options
-
Atkins, Charles Vernon authored
* release: comment out debug messages and use sin/cos function to init array instead of ranks fix the left-right/up-down direction in code to make communication correct
-
Atkins, Charles Vernon authored
Update build docs
-