Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
gflags
/
27a15cb4bfafc79335e7b89cdaa338bd3044a880
27a15cb
Use -Werror in external/gflags am: fe305e7b58 am: 18bb759320 am: a6370e4e21
by Chih-Hung Hsieh
· 7 years ago
a6370e4
Use -Werror in external/gflags am: fe305e7b58 am: 18bb759320
by Chih-Hung Hsieh
· 7 years ago
18bb759
Use -Werror in external/gflags am: fe305e7b58
by Chih-Hung Hsieh
· 7 years ago
fe305e7
Use -Werror in external/gflags
by Chih-Hung Hsieh
· 7 years ago
c0b2762
Remove the non-threaded version of libgflags am: ff733e6d22 am: 645025b30a am: b645080e73
by Greg Hartman
· 7 years ago
e9d15bd
Add missing command line completions support am: 9950627b1b am: baa4175c5e am: e50a5be147
by Greg Hartman
· 7 years ago
5c89d14
Remove the non-threaded version of libgflags am: ff733e6d22 am: 645025b30a
by Greg Hartman
· 7 years ago
632be96
Add missing command line completions support am: 9950627b1b am: baa4175c5e
by Greg Hartman
· 7 years ago
b645080
Remove the non-threaded version of libgflags am: ff733e6d22 am: 645025b30a
by Greg Hartman
· 7 years ago
e50a5be
Add missing command line completions support am: 9950627b1b am: baa4175c5e
by Greg Hartman
· 7 years ago
645025b
Remove the non-threaded version of libgflags am: ff733e6d22
by Greg Hartman
· 7 years ago
baa4175
Add missing command line completions support am: 9950627b1b
by Greg Hartman
· 7 years ago
ff733e6
Remove the non-threaded version of libgflags
by Greg Hartman
· 7 years ago
9950627
Add missing command line completions support
by Greg Hartman
· 7 years ago
5f412b7
Initial port to Android am: b68ef53bfb am: 57b8e249ae am: 129ae7d9b6
by Greg Hartman
· 7 years ago
e3b55ca
Add LICENSE and METADATA am: d5fffc7a36 am: 665a1655bc am: 4f1b193bec
by Greg Hartman
· 7 years ago
c69afb8
Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293 am: 4a644bb22b am: 4d115f891f
by Greg Hartman
· 7 years ago
c6634b2
Initial port to Android am: b68ef53bfb am: 57b8e249ae am: 129ae7d9b6
by Greg Hartman
· 7 years ago
b9eed59
Add LICENSE and METADATA am: d5fffc7a36 am: 665a1655bc am: 4f1b193bec
by Greg Hartman
· 7 years ago
60148aa
Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293 am: 4a644bb22b
by Greg Hartman
· 7 years ago
129ae7d
Initial port to Android am: b68ef53bfb am: 57b8e249ae
by Greg Hartman
· 7 years ago
4f1b193
Add LICENSE and METADATA am: d5fffc7a36 am: 665a1655bc
by Greg Hartman
· 7 years ago
4d115f8
Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293
by Greg Hartman
· 7 years ago
57b8e24
Initial port to Android am: b68ef53bfb
by Greg Hartman
· 7 years ago
665a165
Add LICENSE and METADATA am: d5fffc7a36
by Greg Hartman
· 7 years ago
4a644bb
Merge remote-tracking branch 'aosp/upstream-master' into bringup am: 49d1145293
by Greg Hartman
· 7 years ago
b68ef53
Initial port to Android
by Greg Hartman
· 7 years ago
d5fffc7
Add LICENSE and METADATA
by Greg Hartman
· 7 years ago
49d1145
Merge remote-tracking branch 'aosp/upstream-master' into bringup
by Greg Hartman
· 7 years ago
a258572
Initial empty repository
by (raulenrique)
· 7 years ago
2334846
Removed unused functions.
by Sumit Gupta
· 7 years ago
60784b5
Remove using ::fLS::clstring;
by Yi Wang
· 7 years ago
57ceb0e
enh: Move CMake defines to separate header, unused by Bazel
by Andreas Schuh
· 7 years ago
7d36353
Fix typo in BUILD
by Siddhartha Bagaria
· 7 years ago
aa2d0f7
fix: Remove obsolete and unused CleanFileName code
by Andreas Schuh
· 7 years ago
4663c80
cmake: Add convenience uninstall target (#221)
by Jason Juang
· 7 years ago
46f73f8
Release v2.2.1
by Andreas Schuh
· 7 years ago
66d4386
enh: AppVeyor builds with different toolchains (copied from gtest project)
by Andreas Schuh
· 7 years ago
6348ea9
fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
by Andreas Schuh
· 7 years ago
3d5bc48
git: Ignore symbolic links created by Bazel build tool
by Andreas Schuh
· 7 years ago
74603f5
fix: Static code analyzer error regarding strncmp with empty kRootDir string
by Andreas Schuh
· 7 years ago
4a694e8
Use inttypes.h on VC++ 2013 and up
by Ben Vanik
· 8 years ago
21c7bcd
Fix CMake macro special variable usage (#216)
by randomguy3
· 8 years ago
95ffb27
Fix static initialization order fiasco caused by global registry lock (#215)
by Mmanu Chaturvedi
· 8 years ago
80ebb42
Install dll's to correct path (#213)
by Arkady Shapkin
· 8 years ago
652651b
Fix statically linked gflags library with MSVC
by Arkady Shapkin
· 8 years ago
9314597
Mark single argument constructors in mutex.h as explicit.
by Dan Minor
· 8 years ago
30dbc81
Changed include directory in bazel build
by Geoffrey Lalonde
· 8 years ago
8935ef4
enh: Link to online documentation in README
by Andreas Schuh
· 8 years ago
20858a4
fix: Enable language C for older CMake versions when needed (#196)
by Andreas Schuh
· 8 years ago
ac6834e
fix: Remove unused program_name variable
by Andreas Schuh
· 8 years ago
22ed2ce
fix: Include utils by file instead of CMAKE_MODULE_PATH search
by Andreas Schuh
· 8 years ago
f8a0efe
Release v2.2.0
by Andreas Schuh
· 8 years ago
2f336a2
doc: //external:gflags_nothreads Bazel target
by Andreas Schuh
· 8 years ago
c6b9377
git: Ignore builds/ subdirectory
by Andreas Schuh
· 8 years ago
84ab952
doc: Update use of gflags with Bazel documentation
by Andreas Schuh
· 8 years ago
b872d6b
enh: Bazel BUILD, add WORKSPACE file (#192)
by Andreas Schuh
· 8 years ago
37c4c58
add: Bazel WORKSPACE file
by Andreas Schuh
· 8 years ago
37e2867
enh: Refactored Bazel BUILD rules
by Andreas Schuh
· 8 years ago
8f2c22a
Revert "enh: Rename private sources, include public headers with rel path"
by Andreas Schuh
· 8 years ago
ea6144e
enh: Rename private sources, include public headers with rel path
by Andreas Schuh
· 8 years ago
86d67a3
fix: Add -lpthread to link Bazel BUILD options (#189)
by Andreas Schuh
· 8 years ago
c94a60e
enh: Configure and install pkg-config .pc file
by Andreas Schuh
· 8 years ago
3e7ef74
enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
by Andreas Schuh
· 8 years ago
1846983
fix: Ensure installation path uses forward slashes
by Andreas Schuh
· 8 years ago
3886da5
enh: Add option to add installation to CMake’s package registry
by Andreas Schuh
· 8 years ago
6c0ee00
fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property
by Andreas Schuh
· 8 years ago
3064f63
enh: Avoid use of install(EXPORTS) FILE option
by Andreas Schuh
· 8 years ago
14c0e93
Convert dashes to underscores for unknown flags (#177)
by Todd Lipcon
· 8 years ago
cce68f0
Fix error messages to not truncate to 255 characters (#175)
by David Lam
· 8 years ago
f4eace1
fix: Validate modified flags only once (#173)
by Andreas Schuh
· 8 years ago
408061b
fix make error for lacking namespace (#170)
by 田欧
· 8 years ago
7d31c02
Fix unsigned comparison error in gflags_reporting.cc (#168)
by Aaryaman Sagar
· 8 years ago
a69b254
Fix Windows linker errors and warnings. (#166)
by Dreamer
· 8 years ago
15394d3
Add shared library build to the AppVeyor CI config. (#167)
by Dreamer
· 8 years ago
e58e530
Remove filter for excluded tests from AppVeyor config. (#165)
by Dreamer
· 8 years ago
435f949
test: Travis CI build static+shared in Release+Debug (#164)
by Andreas Schuh
· 8 years ago
22e4a53
fix: Run strip_flags_binary test only for release configurations (#163)
by Andreas Schuh
· 8 years ago
c713d2e
test: Run AppVeyor build via cmake --build and run tests. (#162)
by Dreamer
· 8 years ago
b16653e
fix: Typo in gflags_strip_flags_test.cmake script
by Andreas Schuh
· 8 years ago
ec4b5da
doc: Add AppVeyor status badge to README
by Andreas Schuh
· 8 years ago
f0be9c8
Add initial AppVeyor config. (#161)
by Dreamer
· 8 years ago
78cab6c
doc: Add Travis CI status badge to README
by Andreas Schuh
· 8 years ago
4667f41
Enable Travis CI for Linux and OSX builds (#160)
by Dreamer
· 8 years ago
a5a1b28
Merge pull request #158 from dreamer-dead/use-type-name-enum
by Andreas Schuh
· 8 years ago
7ba9921
Fix wrong type comparison and outdated OfType() usage.
by dreamer.dead
· 8 years ago
3051942
Fix indentation and remove outdated assert.
by dreamer.dead
· 8 years ago
3c0ad4f
Extract common code from FlagRegisterer to reduce size.
by dreamer.dead
· 8 years ago
a1e461d
Change template FlagValue::OfType() to Type() getter.
by dreamer.dead
· 8 years ago
46ea10f
Do not pass flag type as a char literal when registering a new flag.
by dreamer.dead
· 8 years ago
fe57e5a
Merge pull request #156 from dreamer-dead/fix-flag-value-typename
by Andreas Schuh
· 8 years ago
fa26638
Fix unittests expectations related to uint32.
by dreamer.dead
· 8 years ago
5ef4c3c
Fix uint32 type name.
by dreamer.dead
· 8 years ago
2e4159f
Merge pull request #155 from dreamer-dead/add-missing-reference
by Andreas Schuh
· 8 years ago
3e946c9
Add missing reference symbol to a function parameter.
by dreamer.dead
· 8 years ago
546819b
Merge pull request #152 from Liuchang0812/master
by Andreas Schuh
· 8 years ago
0c17f1e
fix bug about LRLF
by liuchang0812
· 8 years ago
ac1a925
fix #151: Ubuntu package name in INSTALL instructions
by Andreas Schuh
· 8 years ago
d701cea
Merge pull request #150 from LuminateWireless/fix-bazel-build
by Andreas Schuh
· 9 years ago
7ae23fd
Add gendir to the include path so that building with bazel doesn't
by Ming Zhao
· 9 years ago
Next »