Skip to content
Snippets Groups Projects
  1. Aug 05, 2010
  2. Aug 04, 2010
  3. Aug 05, 2010
    • Mark Olesen's avatar
      ENH: improve speed/flexibility of pre-commit-hook · 1866a2b0
      Mark Olesen authored
      - only search indexed files (BUGFIX)
      - search for long-lines is faster when regex is anchored
      - use git grep logic instead of sed logic where possible
      
      - add support for running the hook manually as well.
        For example,
            bin/tools/pre-commit-hook  applications/test src/OpenFOAM/db
      
      - add some feedback to pre-commit hook:
        The hook can be really slow, at least let people know that something
        is happening
      1866a2b0
  4. Aug 03, 2010
  5. Aug 04, 2010
  6. Aug 06, 2010
  7. Jul 28, 2010
    • Mark Olesen's avatar
      ENH: Add PackedBoolList class (previously just a typedef) · e12581bf
      Mark Olesen authored
      ENH: adjust internal storage of PackedList to ensure that all unused
           internal storage elements are guaranteed to always be bit-wise
           zero. This makes the PackedBoolList implementation easier, and
           also greatly eases much of the book-keeping.
           Bits are now also zeroed on PackedList::clear()
      
      Note: in PackedList, require packing at least 2 items otherwise it is
           more efficient to use a normal list.
      e12581bf
  8. Aug 06, 2010
  9. Aug 05, 2010
  10. Aug 03, 2010
  11. Aug 02, 2010
  12. Jul 30, 2010
  13. Jul 29, 2010
  14. Jul 28, 2010
  15. Jul 27, 2010