Skip to content
Snippets Groups Projects
  1. Jun 01, 2010
  2. May 28, 2010
  3. May 21, 2010
  4. May 20, 2010
  5. Jun 01, 2010
    • Mark Olesen's avatar
      STYLE: fix spelling, backslashes etc. in codingStyleGuide.org · 35d3be77
      Mark Olesen authored
      - now passes through LaTeX with fewer complaints.
      
      - added note about braces for 'case' statements.
      
      - could not formulate a sensible rule about when return statements
        need parentheses and when not.
      
      - did not update codingStyleGuide.pdf ... I don't even know if it
        should be part of the git repo at all
      35d3be77
  6. May 10, 2010
  7. May 06, 2010
  8. May 02, 2010
  9. Apr 16, 2010
  10. Apr 14, 2010
  11. Apr 13, 2010
  12. Apr 12, 2010
  13. Mar 29, 2010
  14. Feb 16, 2010
  15. Nov 30, 2009
  16. Nov 29, 2009
  17. Nov 27, 2009
  18. Oct 27, 2009
  19. Jul 24, 2009
  20. Dec 31, 2008
  21. Dec 02, 2008
  22. Dec 01, 2008
  23. Nov 27, 2008
    • sergio's avatar
      Doxyfile setup correction · 2325ec48
      sergio authored
      2325ec48
    • sergio's avatar
      basic.H · 747db59c
      sergio authored
      XiModel.H
      SCOPELaminarFlameSpeed.H
      basicXiSubXiEq.H
      basicXiSubG.H
      Doxyfile (include PATH to OpenCFD Macros)
      doxyFilt (include class documentation in /src)
      747db59c
  24. Nov 05, 2008
  25. Sep 19, 2008
  26. Aug 09, 2008
  27. Jul 23, 2008
  28. Jul 22, 2008
    • Mark Olesen's avatar
      DebugSwitches in etc/controlDict is incomplete/incorrect · 7446cee7
      Mark Olesen authored
       Added doc/Doxygen/tools/find-debugNames to help but the problem requires
       more attention (Henry/Andy/Mattijs?)
       Caveat:
         - names defined with nested defines will be missed.
         - names defined via typename will be missed.
      
      Cleanup example:
      
      #!/bin/sh
      (
      cd $WM_PROJECT_DIR
      doc/Doxygen/tools/find-debugNames|tee debugs.orig|sed -e 's@ *//.*$@@'>debugs
      diff -uw etc/controlDict debugs > debugs.diff
      echo "hand-resolve the conflicts - see debugs.diff"
      )
      7446cee7