Added more template functions to functions/GroupFunctions
Decongest CGroup for Variable creation and value setting Partial testing and debug of XML read implementation to allow "< >" in names. Required to allow STL containers as types (e.g. "vector<double>"). Back to std::shared_ptr in CGroup members. std::make_pair calls the copy constructor by default. Will keep track of std::shared_ptr counts. Added more checks for debug version to guarantee exceptions. To do: Add and test more types. Add Capsule class and support.
parent
f7cb8c19
No related branches found
No related tags found
Showing
- examples/hello/fstream.xml 2 additions, 2 deletionsexamples/hello/fstream.xml
- examples/hello/helloFStream.cpp 6 additions, 7 deletionsexamples/hello/helloFStream.cpp
- include/core/CGroup.h 10 additions, 11 deletionsinclude/core/CGroup.h
- include/core/CTransport.h 7 additions, 10 deletionsinclude/core/CTransport.h
- include/functions/ADIOSFunctions.h 2 additions, 1 deletioninclude/functions/ADIOSFunctions.h
- include/functions/GroupFunctions.h 16 additions, 5 deletionsinclude/functions/GroupFunctions.h
- include/transport/CFStream.h 9 additions, 1 deletioninclude/transport/CFStream.h
- include/transport/CPOSIX.h 3 additions, 1 deletioninclude/transport/CPOSIX.h
- src/core/CGroup.cpp 24 additions, 39 deletionssrc/core/CGroup.cpp
- src/functions/ADIOSFunctions.cpp 106 additions, 58 deletionssrc/functions/ADIOSFunctions.cpp
- src/functions/GroupFunctions.cpp 24 additions, 6 deletionssrc/functions/GroupFunctions.cpp
- src/public/ADIOS.cpp 2 additions, 2 deletionssrc/public/ADIOS.cpp
- src/transport/CFStream.cpp 36 additions, 21 deletionssrc/transport/CFStream.cpp
- src/transport/CPOSIX.cpp 8 additions, 6 deletionssrc/transport/CPOSIX.cpp
Loading
Please register or sign in to comment