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