Added more bug/warning fixes
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
parent
ed4b4765
No related branches found
No related tags found
Showing
- source/adios2/core/ADIOS.h 16 additions, 5 deletionssource/adios2/core/ADIOS.h
- source/adios2/helper/adiosSystem.cpp 7 additions, 3 deletionssource/adios2/helper/adiosSystem.cpp
- source/adios2/mpidummy.cpp 7 additions, 0 deletionssource/adios2/mpidummy.cpp
- source/adios2/mpidummy.h 0 additions, 3 deletionssource/adios2/mpidummy.h
- source/adios2/toolkit/capsule/heap/STLVector.cpp 8 additions, 9 deletionssource/adios2/toolkit/capsule/heap/STLVector.cpp
- source/adios2/toolkit/capsule/shmem/ShmSystemV.cpp 2 additions, 2 deletionssource/adios2/toolkit/capsule/shmem/ShmSystemV.cpp
- source/adios2/toolkit/capsule/shmem/ShmSystemV.h 6 additions, 0 deletionssource/adios2/toolkit/capsule/shmem/ShmSystemV.h
- source/adios2/toolkit/transport/file/FilePointer.cpp 13 additions, 5 deletionssource/adios2/toolkit/transport/file/FilePointer.cpp
- source/adios2/toolkit/transport/file/FilePointer.h 1 addition, 1 deletionsource/adios2/toolkit/transport/file/FilePointer.h
- testing/adios2/xml/TestXMLConfig.cpp 4 additions, 5 deletionstesting/adios2/xml/TestXMLConfig.cpp
Loading
Please register or sign in to comment