Skip to content
Snippets Groups Projects
  1. Jun 20, 2017
  2. Jun 02, 2017
    • William F Godoy's avatar
      Tested refactored implementation · 77a5923b
      William F Godoy authored
      1 Now IO (replaced Method) and is the factory for Variables and Engines
      2 Reduced core components to user-public objects only
      3 Moved and reorganized all helper functions to helper directory
      4 Engines are now lightweight (except for ADIOS1Reader WIP) using MACRO
      5 HF5Common and ADIOS1Common (except for Readers WIP) are now part of the toolkit so they can be reused by Engines
      6 TransportMan is a new layer for transport management (file is default)
      7 DataMan will be implemented under toolkit/transportman/dataman
      8 Template separation (tcc and inl) applied all over the code
      9 Improved Doxygen documentation
      
      Runtime Issues:
      DataMan library compilation (cacheman)
      ADIOS1 Warning
      TestADIOSInterfaceWrite catches exceptions
      77a5923b
  3. Apr 19, 2017
  4. Apr 10, 2017
    • wfg's avatar
      Removed changes to CMake · 889118f3
      wfg authored
      Fixing const-correctness in BP1
      Changed CodingGuidelines to include clang-format information
      889118f3
  5. Apr 09, 2017
  6. Apr 05, 2017
  7. Mar 28, 2017
  8. Mar 24, 2017
  9. Mar 22, 2017
  10. Mar 03, 2017
  11. Dec 05, 2016
  12. Nov 23, 2016
  13. Oct 27, 2016
    • wfg's avatar
      Code structural changes, this version won't compile as-is, see To-do · f7cb8c19
      wfg authored
      Changes in CVariable and CVariableTemplate:
      Replace CVariable with CVariableBase
      Replace CVariableTemplate<> (it's obvious) with CVariable<>
      
      Added file functions/GroupFunctions.cpp for helper functions to
      decongest CGroup, especially those related to variable and transport
      selections from lookup table structs (see SSupport.h).
      
      Added exception to "using" in doc/CodingGuidelines
      
      Switched all shared_ptr in CGroup members to the more restrictive
      unique_ptr
      
      To-do:
      Modify CGroup and SetMembers in ADIOSFunctions so groupName is
      identified before CGroup. This will allow an emplace on m_Groups map for
      unique_ptr.
      f7cb8c19
  14. Oct 25, 2016
  15. Oct 24, 2016
  16. Oct 19, 2016
    • wfg's avatar
      Preparing Makefile · eda8fbb9
      wfg authored
      Changed Doxyfile to print inclusion diagrams
      Reorganized code to allow mpidummy.h inclusion replacing mpi.h for
      single source object.
      eda8fbb9
  17. Oct 17, 2016
  18. Oct 14, 2016
  19. Oct 13, 2016
  20. Oct 10, 2016
  21. Oct 03, 2016
  22. Sep 30, 2016
Loading