aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
AgeCommit message (Expand)Author
2016-02-18Add bazel supportRob Earhart
2015-10-28#125 Fix unused typedef/variable warning for static assertionAndreas Schuh
2014-03-19Use strtoll as defined by windows_port.h for strto64.Andreas Schuh
2014-03-19Use OS_WINDOWS #define instead of _WIN32 and WINDOWS.Andreas Schuh
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh
2014-03-19Fix bug in SafeFOpen showing up in Cygwin. Errno only guaranteed to be set on...Andreas Schuh
2014-03-17Add missing errno.h include statement and use int instead of errno_t.Andreas Schuh
2014-03-17Create temporary directory for unit tests in specified --test_tmpdir if possi...Andreas Schuh
2014-03-17Use _strtoi64 and _strtoui64 on Windows.Andreas Schuh
2014-03-17Fix VS security warnings using SafeGetEnv and SafeFOpen utility functions.Andreas Schuh
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh
2013-04-21Move public header files to src/ subdirectory. Copy them to <prefix>/include/...Andreas Schuh
2013-04-21Add CMakeLists.txt and adapt source files accordingly.Andreas Schuh
2013-01-14Use static_cast to avoid comparison of signed and unsigned integer warning in...Andreas Schuh
2011-08-04Fix a bug in StringPrintf() that caused it to not print large strings properly.Craig Silverstein
2011-07-29mingw fixes:Craig Silverstein
2011-07-29Some reorganization that results from a new method I'm moving to toCraig Silverstein