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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-08
Removed unused functions.
Sumit Gupta
1
-23
/
+0
2017-09-01
Remove using ::fLS::clstring;
Yi Wang
1
-1
/
+0
2017-09-01
enh: Move CMake defines to separate header, unused by Bazel
Andreas Schuh
3
-114
/
+105
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-16
Use inttypes.h on VC++ 2013 and up
Ben Vanik
1
-0
/
+4
2017-05-12
Fix static initialization order fiasco caused by global registry lock (#215)
Mmanu Chaturvedi
1
-3
/
+2
2017-05-06
Fix statically linked gflags library with MSVC
Arkady Shapkin
1
-1
/
+1
2017-03-29
Mark single argument constructors in mutex.h as explicit.
Dan Minor
1
-2
/
+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
5
-11
/
+8
2016-11-25
Revert "enh: Rename private sources, include public headers with rel path"
Andreas Schuh
6
-10
/
+11
2016-11-25
enh: Rename private sources, include public headers with rel path
Andreas Schuh
6
-11
/
+10
2016-11-25
enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
Andreas Schuh
2
-9
/
+13
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-31
fix make error for lacking namespace (#170)
田欧
1
-0
/
+1
2016-08-24
Fix unsigned comparison error in gflags_reporting.cc (#168)
Aaryaman Sagar
1
-1
/
+2
2016-08-03
Fix Windows linker errors and warnings. (#166)
Dreamer
2
-2
/
+3
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
2
-47
/
+92
2016-07-20
Merge pull request #156 from dreamer-dead/fix-flag-value-typename
Andreas Schuh
1
-1
/
+1
2016-07-20
Fix uint32 type name.
dreamer.dead
1
-1
/
+1
2016-07-18
Add missing reference symbol to a function parameter.
dreamer.dead
1
-2
/
+2
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
4
-5
/
+46
2016-02-29
fix: Add missing include guards to gflags/config.h
Andreas Schuh
1
-0
/
+7
2016-02-29
#51 #138 Use std::string instead const char * for global "constants"
Andreas Schuh
1
-33
/
+24
2016-02-19
#51 Use static StringFlagDestructor to destruct string objects allocated by p...
Andreas Schuh
1
-0
/
+21
2016-02-18
Add bazel support
Rob Earhart
1
-1
/
+0
2015-12-31
Fix some compilation warnings with MSVC 2015
Sergey Sharybin
2
-4
/
+4
2015-12-31
Resolve several missing declarations warnings
Sergey Sharybin
1
-0
/
+2
2015-10-28
#125 Fix unused typedef/variable warning for static assertion
Andreas Schuh
1
-2
/
+3
2015-10-27
#124 Remove using namespace from mutex.h
Andreas Schuh
2
-3
/
+3
2015-05-19
support for msvs 2015
Kjell Schubert
1
-0
/
+4
2014-07-17
fix: Include guard of alternative "gflags" namespace header.
Andreas Schuh
1
-3
/
+3
2014-05-02
Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.
Andreas Schuh
2
-0
/
+105
2014-05-02
Define GFLAGS_NAMESPACE in public headers.
Andreas Schuh
3
-18
/
+20
2014-03-26
Replace GFLAGS_NAMESPACE by @GFLAGS_NAMESPACE@ in gflags_declare.h (Fixes iss...
Andreas Schuh
1
-3
/
+3
2014-03-20
Change mode of text file.
Andreas Schuh
1
-0
/
+0
2014-03-20
Enable packaging of library using CPack.
Andreas Schuh
1
-2
/
+4
2014-03-19
Add link dependency on shlwapi.lib during build configuration instead of #pra...
Andreas Schuh
1
-3
/
+2
2014-03-19
Use strtoll as defined by windows_port.h for strto64.
Andreas Schuh
1
-5
/
+2
2014-03-19
Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.
Andreas Schuh
5
-7
/
+10
2014-03-19
Remove GFLAGS_NAMESPACE and version macros from public headers again.
Andreas Schuh
3
-34
/
+18
[next]