- 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 7 commits
-
-
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
-
- 14 Oct, 2018 1 commit
-
-
Andreas Schuh authored
-
- 28 Sep, 2018 9 commits
-
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
Andreas Schuh authored
-
wuchenghui authored
-
drillsar authored
-
kokerf authored
-
Matt Hargett authored
Some platforms' yval.h defines restrict as a macro when using clang, which causes this file to not compile.
-
- 05 Jul, 2018 2 commits
-
-
Andreas Schuh authored
-
Sam Liu authored
-
- 31 Jan, 2018 2 commits
-
-
Corentin Le Molgat authored
Now use gflags::gflags instead of gflags note: seems already in use in gRPC cf https://github.com/grpc/grpc/blob/master/cmake/gflags.cmake#L30
-