Skip to content
Snippets Groups Projects
  1. Feb 29, 2016
    • Derek Stavis's avatar
      autoload: rewrite for conformance and performance · 7b68497b
      Derek Stavis authored
      Rewrite autoload, split the big function into two smaller ones,
      doing only option parsing at main function.
      
      The algorithm is also rewritten in two steps for both path
      inclusion an exclusion functions: 1) use auxiliary lists to store
      valid function and completion paths, 2) bulk insert or remove just
      once in the variable.
      7b68497b
  2. Feb 06, 2016
  3. Jan 26, 2016
  4. Jan 25, 2016
  5. Jan 21, 2016
  6. Jan 20, 2016
  7. Jan 19, 2016
  8. Jan 16, 2016
  9. Jan 15, 2016
  10. Jan 14, 2016
  11. Jan 13, 2016
  12. Jan 10, 2016
    • Derek Stavis's avatar
      Reorganize `omf` plugin structure · 49dda5c2
      Derek Stavis authored
      This updates omf plugin to new architecture, moving
      functions to `functions` directory. It also revamps the
      separation of concerns between CLI and underlying
      implementations, organizing them into directories,
      whose are autoloaded in plugin startup.
      49dda5c2
  13. Jan 05, 2016
  14. Jan 04, 2016
  15. Jan 03, 2016