fix: Remove obsolete and unused CleanFileName code
[platform/upstream/gflags.git] / src / util.h
2016-11-25 Andreas SchuhRevert "enh: Rename private sources, include public...
2016-11-25 Andreas Schuhenh: Rename private sources, include public headers...
2016-02-29 Andreas SchuhMerge pull request #126 from hevy-CC4477/master
2016-02-19 Andreas SchuhMerge pull request #133 from earhart/master
2016-02-19 Rob EarhartAdd bazel support
2015-10-28 Andreas Schuh#125 Fix unused typedef/variable warning for static...
2015-03-24 Andreas SchuhMerge branch 'master' of github.com:schuhschuh/gflags...
2014-03-20 Andreas SchuhMerge remote-tracking branch 'google/release' into...
2014-03-19 Andreas SchuhUse strtoll as defined by windows_port.h for strto64.
2014-03-19 Andreas SchuhUse OS_WINDOWS #define instead of _WIN32 and WINDOWS.
2014-03-19 Andreas SchuhMerge remote-tracking branch 'github/cmake-migration'
2014-03-19 Andreas SchuhReplace GFLAGS_HAVE_* #defines by HAVE_* again.
2014-03-19 Andreas SchuhFix bug in SafeFOpen showing up in Cygwin. Errno only...
2014-03-17 Andreas SchuhAdd missing errno.h include statement and use int inste...
2014-03-17 Andreas SchuhCreate temporary directory for unit tests in specified...
2014-03-17 Andreas SchuhUse _strtoi64 and _strtoui64 on Windows.
2014-03-17 Andreas SchuhFix VS security warnings using SafeGetEnv and SafeFOpen...
2014-03-15 Andreas SchuhFix build with Xcode 5, system checks, set LANGUAGE...
2013-04-21 Andreas SchuhMove public header files to src/ subdirectory. Copy...
2013-04-21 Andreas SchuhAdd CMakeLists.txt and adapt source files accordingly.
2013-01-14 Andreas SchuhUse static_cast to avoid comparison of signed and unsig...
2011-08-04 Craig SilversteinFix a bug in StringPrintf() that caused it to not print...
2011-07-29 Craig Silversteinmingw fixes:
2011-07-29 Craig SilversteinSome reorganization that results from a new method...