- 30 Oct, 2020 1 commit
-
-
Changqing Li authored
python2 is EOL, swith shebang to python3 Signed-off-by:
Changqing Li <changqing.li@windriver.com>
-
- 11 Oct, 2020 1 commit
-
-
Zachary authored
This fixes a continuous build (https://travis-ci.org/github/google/perf_data_converter/jobs/714589290) running on Ubuntu 16.04 using gcc-4.8.
-
- 23 Sep, 2020 2 commits
-
-
panzhongxian authored
-
panzhongxian authored
-
- 18 Sep, 2020 4 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
git-subtree-dir: doc git-subtree-mainline: 44058714 git-subtree-split: 8411df71
-
Andreas Schuh authored
-
- 16 Jun, 2020 2 commits
-
-
Andrew Gasparovic authored
-
Andrew Gasparovic authored
GCC gives an implicit-fallthrough warning (included in -Wextra). C++17 has the [[fallthrough]] attribute, and GCC7+ has __attribute__ ((fallthrough)), but I didn't want to require either so I refactored the switch into if statements.
-
- 13 Jun, 2020 1 commit
-
-
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.
-
- 12 Jun, 2020 1 commit
-
-
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.
-
- 18 Mar, 2020 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Jan, 2020 1 commit
-
-
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.
-
- 13 Nov, 2019 1 commit
-
-
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.
-
- 01 Nov, 2019 2 commits
-
-
Rosen Penev authored
Found with readability-redundant-string-init Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
Deprecated with C++14. Found with modernize-deprecated-headers Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 29 Sep, 2019 3 commits
-
-
Mizux authored
-
Andreas Schuh authored
-
grdowns authored
-
- 17 Sep, 2019 1 commit
-
-
Rosen Penev authored
More consistent with other pkgconfig files. No functional difference.
-
- 25 Jan, 2019 1 commit
-
-
Andreas Schuh authored
-
- 05 Dec, 2018 2 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 01 Dec, 2018 1 commit
-
-
Andreas Schuh authored
Add missing @ to cmake-config.in
-
- 30 Nov, 2018 2 commits
-
-
Phil Christensen authored
Add missing @ to cmake file
-
Phil Christensen authored
-
- 11 Nov, 2018 8 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 09 Nov, 2018 2 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
- 15 Oct, 2018 3 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-