Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-gflags
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-gflags
Graph
8a563cfca367fecc2acc8127687e02e6a6d97c75
Select Git revision
Branches
6
cobalt
master
default
upstream/bugfix/#51-memory-leaks
upstream/fix-gflags-define
upstream/gh-pages
upstream/master
Tags
5
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Oct
14
28
Sep
5
Jul
15
May
4
Apr
4
Mar
31
Jan
29
7
3
Nov
8
Oct
1
Sep
29
Aug
13
Jul
11
16
May
12
11
6
29
Mar
6
Jan
16
Dec
29
Nov
26
25
24
22
5
Oct
17
Sep
31
Aug
24
3
2
1
29
Jul
20
18
28
Jun
1
10
May
26
Apr
6
5
4
Mar
2
1
29
Feb
27
19
18
12
29
Jan
12
31
Dec
5
Nov
28
Oct
27
20
May
19
3
Apr
31
Mar
25
24
17
Jul
2
May
1
7
Apr
30
Mar
27
26
25
22
20
19
18
17
15
14
27
Nov
22
6
5
4
22
Oct
20
Sep
1
Aug
31
Jul
3
Jun
1
30
May
22
21
Apr
20
14
Jan
20
Nov
11
29
May
2
Feb
25
Jan
21
Dec
1
3
Nov
18
Aug
4
30
Jul
29
28
19
May
21
Apr
3
Mar
2
25
Jan
14
16
Nov
14
Oct
16
Sep
7
May
10
Mar
5
Jan
10
Nov
11
Sep
17
Jul
15
Apr
19
Sep
21
Aug
22
Jul
27
Mar
18
Oct
15
Aug
12
Jun
20
Apr
28
Mar
22
21
18
Dec
fix: PVS Studio warnings
fix: No extern template declaration for MSVC <12.0
fix: Declare FlagRegisterer c’tor explicit template instanations as extern in header
fix: Declare FALGS_no##name variables as static
fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ON
fix: Import with or without gflags:: namespace
fix: Define both 'gflags' and 'gflags::gflags' alias targets
fix: Indentation, use spaces instead of real tabs
Merge pull request #247 from Mizux/master
fix missing-field-initializers warnings on gcc
Fix V728 excessive check
Set postfixes for generated libraries based on buildtype
Fix build on some clang variants
doc: Update documentation on how to use Bazel
Merge branch 'gh-pages' of github.com:gflags/gflags into gh-pages
doc: Use of Bazel bind discouraged
Remove installation guide's recommendation to use Bazel's bind().
Update README.fuchsia
master
master
Update README.fuchsia
Link to upstream in README.fuchsia
Use CMake namespace gflags:: for export and alias target
Remove uneeded enable_test()
Add VERSION to project
Use += for appends
Add Bazel-on-Windows support
repair wrong namespace problem
Removed unused functions.
Remove using ::fLS::clstring;
enh: Move CMake defines to separate header, unused by Bazel
Fix typo in BUILD
fix: Remove obsolete and unused CleanFileName code
cmake: Add convenience uninstall target (#221)
Release v2.2.1
v2.2.1
v2.2.1
enh: AppVeyor builds with different toolchains (copied from gtest project)
fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
git: Ignore symbolic links created by Bazel build tool
fix: Static code analyzer error regarding strncmp with empty kRootDir string
Use inttypes.h on VC++ 2013 and up
Fix CMake macro special variable usage (#216)
Fix static initialization order fiasco caused by global registry lock (#215)
Loading