1. 16 Jan, 2020 1 commit
    • Trevor Hickey's avatar
      remove attribute where it does not apply · 2e227c3d
      Trevor Hickey authored
      ```
      gflags.h(226): warning: attribute "visibility" does not apply here
      ```
      
      The visibility attribute applies to symbols like functions and variables. A definition of an enumeration type that doesn't contain a variable name doesn't create any symbols.
      2e227c3d
  2. 13 Nov, 2019 1 commit
    • Jacky Wu's avatar
      Avoid no-match message in case STRIP_FLAG_HELP been set · d9b184bd
      Jacky Wu authored
      If the workaround in issue #43 is used along with the define of
      STRIP_FLAG_HELP to 1, there would be a wrong "No modules matched"
      message been print at end of the usage message.
      
      That's because we continue the loop if we see strip flag help value and
      never set the `found_match` flag to true even if we found a match.
      
      By moving the set statement above the continue, we can avoid this wrong
      message.
      d9b184bd
  3. 01 Nov, 2019 2 commits
  4. 29 Sep, 2019 3 commits
  5. 17 Sep, 2019 1 commit
  6. 25 Jan, 2019 1 commit
  7. 05 Dec, 2018 2 commits
  8. 01 Dec, 2018 1 commit
  9. 30 Nov, 2018 2 commits
  10. 11 Nov, 2018 7 commits
  11. 09 Nov, 2018 2 commits
  12. 15 Oct, 2018 3 commits
  13. 14 Oct, 2018 1 commit
  14. 28 Sep, 2018 9 commits
  15. 05 Jul, 2018 2 commits
  16. 31 Jan, 2018 2 commits