Skip to content
Snippets Groups Projects
  1. Jul 14, 2020
    • Andrew Heather's avatar
      Merge branch 'feature-dynamicLibrary' into 'develop' · e2021550
      Andrew Heather authored
      Feature dynamic library - issue #1737
      
      See merge request !375
      e2021550
    • Mark OLESEN's avatar
      ENH: mutable libs() access in Time and other classes (#1737) · 1e7c6ea2
      Mark OLESEN authored
      - This reflects the pre-existing coding situation where const_cast was
        used throughout to effect the same.
      
      STYLE: fix private/protected access
      
      - CodedField, codedMixedFvPatchField
      1e7c6ea2
    • Mark OLESEN's avatar
      ENH: various dlLibraryTable improvements/refinements (#1737) · 41d3e6f1
      Mark OLESEN authored
      - libs() singleton method for global library handling
      
      - explicit handling of empty filename for dlLibraryTable open/close.
        Largely worked before, but now be more explicit about its behaviour.
      
      - add (key, dict) constructor and open() methods.
        More similarity to dimensionedType, Enum etc, and there is no
        ambiguity with the templated open().
      
      - construct or open from initializer_list of names
      
      - optional verbosity when opening with auxiliary table,
        avoid duplicate messages or spurious messages for these.
      
      - basename and fullname methods (migrated from dynamicCode).
      
      - centralise low-level load/unload hooks
      
      - adjust close to also dlclose() aliased library names.
      41d3e6f1
  2. Jul 13, 2020
  3. Jul 10, 2020
    • Mark OLESEN's avatar
      ENH: update lemon version and linkage directive (#1768) · 6365bab8
      Mark OLESEN authored
      - replace `%namespace` directive with simpler `%static` directive.
      
        We always encapsulate Lemon parser routines in an anonymous
        namespace, so a simpler static linkage directive suffices.
      
        This reduces the size of the Lemon patch (program and template).
      6365bab8
  4. Jul 09, 2020
  5. Jul 08, 2020
  6. Jul 03, 2020
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 29, 2020
  10. Jun 26, 2020
  11. Jun 25, 2020
  12. Jun 24, 2020