Skip to content
Snippets Groups Projects
  1. Aug 31, 2017
  2. Aug 28, 2017
  3. Aug 18, 2017
  4. Aug 17, 2017
  5. Aug 15, 2017
  6. Aug 14, 2017
  7. Aug 11, 2017
  8. Aug 10, 2017
  9. Aug 07, 2017
  10. Aug 09, 2017
  11. Aug 08, 2017
    • Mark OLESEN's avatar
      ENH: use bash associative array for on-the-fly completion (issue #551) · ce086810
      Mark OLESEN authored
      - this reduces the number of functions and allows lazy loading of
        completion options, which makes it easy to quickly add any other
        OpenFOAM application in completion.
      
        The generic '_of_complete_' function handles (bash) completion for
        any OpenFOAM application. On the first call for any particular
        application, it retrieves the available options from the application
        help output and adds this information to its environmental cache for
        subsequent use.
      
      - Tcsh completion uses the same function via a bash wrapper.
        But since its wrapper is transient, the on-the-fly generation would
        be less efficient. For this case, a pre-generated completion_cache
        can be used, which is generated with
      
            bin/tools/foamCreateCompletionCache
      ce086810
    • Andrew Heather's avatar
      Merge branch 'style-noiseDict-syntax' into 'develop' · 5f538909
      Andrew Heather authored
      STYLE: New syntax compatible with v1706 (Fixes #548)
      
      See merge request !131
      5f538909
  12. Aug 07, 2017
  13. Aug 03, 2017
  14. Aug 02, 2017
  15. Jul 31, 2017