Skip to content
Snippets Groups Projects
  1. Mar 03, 2017
  2. Dec 05, 2016
  3. Nov 23, 2016
  4. 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
  5. Oct 25, 2016
  6. Oct 24, 2016
  7. 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
  8. Oct 17, 2016
  9. Oct 14, 2016
  10. Oct 13, 2016
  11. Oct 10, 2016
  12. Oct 03, 2016
  13. Sep 30, 2016
Loading