Skip to content
Snippets Groups Projects
  1. Feb 09, 2018
    • Mark OLESEN's avatar
      BUG: incorrect HashTable / HashSet instances · 09a6e940
      Mark OLESEN authored
      - Eg instead of using labelHashSet, used HashSet<label> which uses
        the string::hash for hashing. Other places inadvertently using the
        string::hash instead of Hash<label> for hashing.
      
      STYLE: use Map<..> instead of HashTable<.., label, Hash<label>>
      
      - reduces clutter
      09a6e940
  2. Feb 08, 2018
  3. Jan 31, 2018
  4. Feb 07, 2018
  5. Feb 02, 2018
  6. Feb 01, 2018
  7. Jan 30, 2018
  8. Jan 29, 2018
  9. Jan 30, 2018
  10. Jan 29, 2018
  11. Jan 25, 2018
  12. Jan 24, 2018
  13. Jan 23, 2018
    • Mark OLESEN's avatar
      ENH: added fileName::relative() method · 9bd7ea59
      Mark OLESEN authored
      - this currently just strips off the leading parent directory name
      
           "/this/path/and/subdirs/name"
      
           relative("/this/path")  -> "and/subdirs/name"
           relative("/this")       -> "path/and/subdirs/name"
      9bd7ea59
  14. Jan 24, 2018
  15. Jan 23, 2018
  16. Jan 22, 2018
  17. Jan 19, 2018
  18. Jan 18, 2018