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
1c9f065dd0a1d9cc732c40d5abd7a7a9a73c8204
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
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
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)
Install dll's to correct path (#213)
Fix statically linked gflags library with MSVC
Mark single argument constructors in mutex.h as explicit.
Removed the unused link to #varz
Changed include directory in bazel build
Add BUILD.gn
cobalt
cobalt
enh: Link to online documentation in README
fix: Enable language C for older CMake versions when needed (#196)
fix: Remove unused program_name variable
fix: Include utils by file instead of CMAKE_MODULE_PATH search
Release v2.2.0
v2.2.0
v2.2.0
doc: //external:gflags_nothreads Bazel target
doc: Bazel gflags_nothreads target
git: Ignore builds/ subdirectory
doc: Update use of gflags with Bazel documentation
doc: Add section on how to use gflags with Bazel
enh: Bazel BUILD, add WORKSPACE file (#192)
add: Bazel WORKSPACE file
enh: Refactored Bazel BUILD rules
Loading