- Oct 27, 2017
-
-
Wang, Ruonan authored
-
Wang, Ruonan authored
fixed a few problems of DataMan/ZeroMQ, and added a simple Transport::Read() API to make the hello world workflow working again
-
- Oct 09, 2017
-
-
guj authored
-
- Oct 08, 2017
-
-
guj authored
-
- Sep 28, 2017
-
-
Wang, Ruonan authored
-
- Sep 20, 2017
-
-
Wang, Ruonan authored
-
Wang, Ruonan authored
-
- Aug 25, 2017
-
-
William F Godoy authored
First working examples To do: Resolve conflicts Add tests after merging with current master
-
- Aug 11, 2017
-
-
William F Godoy authored
-
William F Godoy authored
-
- Aug 09, 2017
-
-
William F Godoy authored
signed char needed by int8_t in C bindings Added tests
-
Godoy, William authored
Added portable PathSeparator Fixed format for bp file name
-
- Aug 08, 2017
-
-
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
-
- Jul 31, 2017
-
-
Ruonan Wang authored
-
- Jul 24, 2017
-
-
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
-
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 18, 2017
-
-
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
-
-
William F Godoy authored
Missing file_index characteristic in BP1Writer metadata
-
- Jun 27, 2017
-
-
William F Godoy authored
-
William F Godoy authored
-
- Jun 25, 2017
-
-
wgodoy authored
Checking std::ios_base::failure exceptions IOChrono is off by default, each owner turns it on explicitly Modified FileDescriptor and FilePointer destructors Added Tests BPWriteRead for stdio and fstream Removed IO AddTransport with vector (shoud have been there?) to enable AddTransport in Tests
-
- Jun 22, 2017
-
-
William F Godoy authored
Replace std::copy with std::memcpy in std::thread Added threads to profiling.log Limiting the use of threads TO DO: large scale runs to enforce threads policy
-
- Jun 21, 2017
-
-
Atkins, Charles Vernon authored
-
- Jun 19, 2017
-
-
wgodoy authored
-
wgodoy authored
-
William F Godoy authored
-
- Jun 16, 2017
-
-
William F. Godoy authored
unsigned int checking if < 0 Adding intermediate int verbosity for string conversion stoi
-
- Jun 14, 2017
-
-
wgodoy authored
-
- Jun 13, 2017
-
-
William F Godoy authored
-
guj authored
-
William F Godoy authored
Added example bpFlushWriter (incomplete).
-
wgodoy authored
To do: Memory buffer reallocation strategy
-
- Jun 12, 2017
-
-
wgodoy authored
-
- Jun 07, 2017
-
-
William F Godoy authored
-
- Jun 06, 2017
-
-
William F Godoy authored
To do: Debug hello_datamanWriter non-MPI version
-
William F Godoy authored
-
Atkins, Charles Vernon authored
-
pnorbert authored
* fix more example code * make Open explicit in ADIOS1 toolkit. Fix handling open mode * fix OpenModeToString() to serve adios 1 API's needs as well
-
- Jun 05, 2017
-
-
William F Godoy authored
-