Skip to content
Snippets Groups Projects
  1. Mar 10, 2017
  2. Feb 24, 2017
    • Mark Olesen's avatar
      ENH: support default/alternate values for env-vars in dictionary lookup · 9810c68e
      Mark Olesen authored
      - was previously only within string expansions, but cover dictionaries
        as well for consistency
      
      ENH: replace the never-used fileName::caseName() functionality
      
      - stringOps::inplaceReplaceVar() is more general
      
           stringOps::inplaceReplaceVar(myfile, "FOAM_CASE");
      
      STYLE: relax parameter passing when calling some POSIX 'query' functions.
      
      - A std::string is sufficient since the functions use a plain C-string.
        Eg, getEnv("SOMETHING").
        Retain more stringent Foam::word for things like setEnv, since this
        could be useful.
      9810c68e
  3. Mar 10, 2017
  4. Mar 09, 2017
  5. Mar 08, 2017
  6. Mar 07, 2017
  7. Mar 06, 2017
  8. Mar 02, 2017
  9. Mar 01, 2017
  10. Feb 28, 2017
  11. Feb 27, 2017
  12. Feb 24, 2017
    • Sergio Ferraris's avatar
      Merge branch 'build' into 'develop' · f9599010
      Sergio Ferraris authored
      Improvements, adjustments for build scripts and infrastructure
      
      See merge request !94
      f9599010
    • Mark Olesen's avatar
      ENH: provide wcleanBuild and improve wcleanPlatform · 60574799
      Mark Olesen authored
      - new behaviour is to do nothing if no platform was specified.
        This helps avoid inadvertently removing files.
      
      - support special platforms for compatibility with wmake/wclean targets.
        Eg, "wcleanPlatform all"
      
      - allow use from ThirdParty top-level as well, since the directory
        structure is similar.
      
      BUG: fix regression in wcleanLnIncludeAll introduced by 9e2e1115
      60574799
  13. Feb 23, 2017