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