1. 23 9月, 2020 2 次提交
  2. 19 9月, 2020 4 次提交
  3. 17 6月, 2020 2 次提交
  4. 13 6月, 2020 2 次提交
    • T
      Remove msys dependency for Windows. · 1137acc9
      Tom Lundell 提交于
      Bazel genrules require a msys shell to execute
      shell commands. Replace the genrules with a
      simple C++ regex replacement binary.
      
      Fixes #303.
      1137acc9
    • A
      Remove unreachable code · ef8e134d
      Andrew Gasparovic 提交于
      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
  5. 18 3月, 2020 1 次提交
  6. 16 1月, 2020 1 次提交
    • T
      remove attribute where it does not apply · 2e227c3d
      Trevor Hickey 提交于
      ```
      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
  7. 13 11月, 2019 1 次提交
    • J
      Avoid no-match message in case STRIP_FLAG_HELP been set · d9b184bd
      Jacky Wu 提交于
      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
  8. 01 11月, 2019 2 次提交
  9. 29 9月, 2019 3 次提交
  10. 18 9月, 2019 1 次提交
  11. 26 1月, 2019 1 次提交
  12. 05 12月, 2018 2 次提交
  13. 01 12月, 2018 3 次提交
  14. 12 11月, 2018 8 次提交
  15. 10 11月, 2018 2 次提交
  16. 15 10月, 2018 3 次提交
  17. 14 10月, 2018 1 次提交
  18. 28 9月, 2018 1 次提交