index
:
platform/upstream/gflags
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gflags.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-08
Removed unused functions.
Sumit Gupta
1
-23
/
+0
2017-07-13
fix: Remove obsolete and unused CleanFileName code
Andreas Schuh
1
-20
/
+8
2017-07-11
fix: Static code analyzer error regarding strncmp with empty kRootDir string
Andreas Schuh
1
-1
/
+1
2017-05-12
Fix static initialization order fiasco caused by global registry lock (#215)
Mmanu Chaturvedi
1
-3
/
+2
2016-11-26
fix: Remove unused program_name variable
Andreas Schuh
1
-3
/
+0
2016-11-25
enh: Refactored Bazel BUILD rules
Andreas Schuh
1
-1
/
+1
2016-11-25
Revert "enh: Rename private sources, include public headers with rel path"
Andreas Schuh
1
-1
/
+1
2016-11-25
enh: Rename private sources, include public headers with rel path
Andreas Schuh
1
-1
/
+1
2016-11-22
Convert dashes to underscores for unknown flags (#177)
Todd Lipcon
1
-1
/
+6
2016-10-05
Fix error messages to not truncate to 255 characters (#175)
David Lam
1
-3
/
+1
2016-09-17
fix: Validate modified flags only once (#173)
Andreas Schuh
1
-8
/
+23
2016-08-03
Fix Windows linker errors and warnings. (#166)
Dreamer
1
-1
/
+2
2016-08-01
Fix wrong type comparison and outdated OfType() usage.
dreamer.dead
1
-2
/
+2
2016-08-01
Fix indentation and remove outdated assert.
dreamer.dead
1
-4
/
+3
2016-08-01
Extract common code from FlagRegisterer to reduce size.
dreamer.dead
1
-9
/
+21
2016-08-01
Change template FlagValue::OfType() to Type() getter.
dreamer.dead
1
-18
/
+16
2016-07-29
Do not pass flag type as a char literal when registering a new flag.
dreamer.dead
1
-42
/
+82
2016-07-20
Fix uint32 type name.
dreamer.dead
1
-1
/
+1
2016-06-28
fix bug about LRLF
liuchang0812
1
-1
/
+5
2016-04-05
Correct FV_MAX_INDEX
Allan L. Bazinet
1
-1
/
+1
2016-04-05
Support uint32 as flag type
Allan L. Bazinet
1
-5
/
+36
2016-02-29
#51 #138 Use std::string instead const char * for global "constants"
Andreas Schuh
1
-33
/
+24
2015-10-27
#124 Remove using namespace from mutex.h
Andreas Schuh
1
-0
/
+3
2014-03-20
Change mode of text file.
Andreas Schuh
1
-0
/
+0
2014-03-19
Add link dependency on shlwapi.lib during build configuration instead of #pra...
Andreas Schuh
1
-3
/
+2
2014-03-19
Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.
Andreas Schuh
1
-1
/
+1
2014-03-19
Replace GFLAGS_HAVE_* #defines by HAVE_* again.
Andreas Schuh
1
-4
/
+4
2014-03-18
Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.
Andreas Schuh
1
-14
/
+10
2014-03-17
Fix up use of SafeFOpen.
Andreas Schuh
1
-1
/
+1
2014-03-17
Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.
Andreas Schuh
1
-2
/
+6
2014-03-17
Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.
Andreas Schuh
1
-18
/
+26
2014-03-17
Fix preprocessor conditions to use new GFLAGS_* defines.
Andreas Schuh
1
-2
/
+2
2014-03-15
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
Andreas Schuh
1
-13
/
+9
2014-03-14
Fix build on Windows using Visual Studio. Add gflags_config.h.
Andreas Schuh
1
-1
/
+1
2013-04-21
Move public header files to src/ subdirectory. Copy them to <prefix>/include/...
Andreas Schuh
1
-11
/
+4
2013-04-21
Add CMakeLists.txt and adapt source files accordingly.
Andreas Schuh
1
-11
/
+12
2012-05-29
Fix "invalid suffix on literal; C++11 requires a space between literal and id...
Andreas Schuh
1
-3
/
+3
2011-11-03
Get rid of the old FlagRegisterer constructor.
Craig Silverstein
1
-19
/
+0
2011-11-03
Starting the rollback of flag categories.
Craig Silverstein
1
-13
/
+23
2011-11-03
Add a 'flag_ptr' field to CommandLineFlagInfo that points to the current stor...
Craig Silverstein
1
-0
/
+2
2011-11-03
Now I can get rid of the old constructor!
Craig Silverstein
1
-19
/
+0
2011-11-03
http://code.google.com/p/google-gflags/issues/detail?id=45
Craig Silverstein
1
-0
/
+1
2011-11-03
Add back in a backwards-compatible constructor for
Craig Silverstein
1
-0
/
+19
2011-11-03
NOTE: I'm checking this in just to have a record in source control of the ide...
Craig Silverstein
1
-5
/
+14
2011-07-29
Some reorganization that results from a new method I'm moving to to
Craig Silverstein
1
-142
/
+129
2011-03-03
Add support for specifying a version number (SetVersionString()),
Craig Silverstein
1
-1
/
+15
2011-03-02
* Update acx_pthread.m4 for nostdlib (liujisi)
Craig Silverstein
1
-4
/
+2
2011-01-14
* Remove reference to InitGoogle (csilvers)
Craig Silverstein
1
-13
/
+35
2010-09-16
* Reduce .o size by decomposing switches (jyrki)
Craig Silverstein
1
-33
/
+50
2010-05-07
* Added a contentful NEWS file (csilvers)
Craig Silverstein
1
-2
/
+14
[next]