Skip to content
Snippets Groups Projects
  1. Sep 26, 2012
  2. Aug 31, 2012
  3. Jul 02, 2012
  4. Jun 22, 2012
  5. Aug 14, 2011
  6. Jan 19, 2011
  7. Jan 14, 2011
  8. Jan 07, 2011
  9. Jan 05, 2011
  10. Nov 18, 2010
  11. Aug 06, 2010
  12. May 28, 2010
  13. May 27, 2010
  14. Mar 29, 2010
  15. Mar 26, 2010
  16. Feb 16, 2010
  17. Feb 10, 2010
  18. Dec 03, 2009
  19. Nov 27, 2009
    • Mark Olesen's avatar
      coding style adherence · fa93ce8c
      Mark Olesen authored
      - markup codingStyleGuide.org examples so they actually indent correctly
      
      - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
      fa93ce8c
  20. May 19, 2009
  21. Apr 23, 2009
  22. Mar 19, 2009
  23. Mar 16, 2009
  24. Mar 06, 2009
    • Mark Olesen's avatar
      objectRegistry fixes · b968e62e
      Mark Olesen authored
      - objectRegistry gets a rename() that also adjusts the dbDir
      - cloud reworked to use static variables subInstance and defaultName.
        This avoids writing "lagrangian" everywhere
      
      string fixes
      - avoid masking of std::string::replace in string.H
      - avoid old strstream in PV3FoamReader
      b968e62e
  25. Feb 02, 2009
  26. Jan 12, 2009
  27. Jan 10, 2009
    • Mark Olesen's avatar
      Simplify checking of container (List/HashTable, strings) sizes · 95dcb6de
      Mark Olesen authored
      - can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
        'XX.size() <= 0' or for simpler coding.
        It also has the same number of characters as '!XX.size()' and /might/ be
        more readable
      
      - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
        when a simple 'XX.size()' suffices
      95dcb6de
  28. Dec 31, 2008
  29. Dec 10, 2008
    • Mark Olesen's avatar
      timeSelector: improved functionality · e2d140fa
      Mark Olesen authored
      - the improved side-effect of enabling -zeroTimea alters default selection
        behaviour and -latestTime selection behaviour for utilities in which
        accidentally using the 0/ directory can cause damage (eg, reconstructPar)
      - can combine -time ranges and -latestTime
      e2d140fa
  30. Sep 30, 2008
  31. Jun 25, 2008
  32. Apr 15, 2008