1. 30 Oct, 2020 1 commit
  2. 11 Oct, 2020 1 commit
  3. 23 Sep, 2020 2 commits
  4. 18 Sep, 2020 4 commits
  5. 16 Jun, 2020 2 commits
  6. 13 Jun, 2020 1 commit
    • Tom Lundell's avatar
      Remove msys dependency for Windows. · 1137acc9
      Tom Lundell authored
      Bazel genrules require a msys shell to execute
      shell commands. Replace the genrules with a
      simple C++ regex replacement binary.
      
      Fixes #303.
      1137acc9
  7. 12 Jun, 2020 1 commit
    • Andrew Gasparovic's avatar
      Remove unreachable code · ef8e134d
      Andrew Gasparovic authored
      INFO: From Compiling external/com_github_gflags_gflags/src/gflags_completions.cc:
      external/com_github_gflags_gflags/src/gflags_completions.cc:459:16: warning: code will never be executed [-Wunreachable-code]
            DVLOG(3) << "Result: most-common match";
                     ^~
      1 warning generated.
      ef8e134d
  8. 18 Mar, 2020 1 commit
  9. 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
  10. 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
  11. 01 Nov, 2019 2 commits
  12. 29 Sep, 2019 3 commits
  13. 17 Sep, 2019 1 commit
  14. 25 Jan, 2019 1 commit
  15. 05 Dec, 2018 2 commits
  16. 01 Dec, 2018 1 commit
  17. 30 Nov, 2018 2 commits
  18. 11 Nov, 2018 8 commits
  19. 09 Nov, 2018 2 commits
  20. 15 Oct, 2018 3 commits