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
/
util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-25
Revert "enh: Rename private sources, include public headers with rel path"
Andreas Schuh
1
-1
/
+0
2016-11-25
enh: Rename private sources, include public headers with rel path
Andreas Schuh
1
-0
/
+1
2016-02-18
Add bazel support
Rob Earhart
1
-1
/
+0
2015-10-28
#125 Fix unused typedef/variable warning for static assertion
Andreas Schuh
1
-2
/
+3
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
1
-1
/
+1
2014-03-19
Replace GFLAGS_HAVE_* #defines by HAVE_* again.
Andreas Schuh
1
-4
/
+4
2014-03-19
Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on...
Andreas Schuh
1
-1
/
+2
2014-03-17
Add missing errno.h include statement and use int instead of errno_t.
Andreas Schuh
1
-1
/
+2
2014-03-17
Create temporary directory for unit tests in specified --test_tmpdir if possi...
Andreas Schuh
1
-4
/
+17
2014-03-17
Use _strtoi64 and _strtoui64 on Windows.
Andreas Schuh
1
-1
/
+4
2014-03-17
Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.
Andreas Schuh
1
-0
/
+27
2014-03-15
Fix build with Xcode 5, system checks, set LANGUAGE to CXX.
Andreas Schuh
1
-11
/
+11
2013-04-21
Move public header files to src/ subdirectory. Copy them to <prefix>/include/...
Andreas Schuh
1
-0
/
+2
2013-04-21
Add CMakeLists.txt and adapt source files accordingly.
Andreas Schuh
1
-16
/
+20
2013-01-14
Use static_cast to avoid comparison of signed and unsigned integer warning in...
Andreas Schuh
1
-1
/
+1
2011-08-04
Fix a bug in StringPrintf() that caused it to not print large strings properly.
Craig Silverstein
1
-1
/
+1
2011-07-29
mingw fixes:
Craig Silverstein
1
-2
/
+8
2011-07-29
Some reorganization that results from a new method I'm moving to to
Craig Silverstein
1
-0
/
+319