summaryrefslogtreecommitdiff
path: root/src/gflags_declare.h.in
AgeCommit message (Collapse)AuthorFilesLines
2014-03-19Remove GFLAGS_NAMESPACE and version macros from public headers again.Andreas Schuh1-20/+2
2014-03-19Replace GFLAGS_HAVE_* #defines by HAVE_* again.Andreas Schuh1-3/+3
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh1-114/+12
Expose as few system variables as possible through public interface. Perform STRIP_FLAGS_HELP test using CMake instead of Bash. Change file path separator used by gflags_reporting.cc to backslash on Windwos.
2014-03-17Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol.Andreas Schuh1-10/+16
2014-03-15Check if pthread_rwlock_t is available and use it if so.Andreas Schuh1-0/+3
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh1-23/+93
2014-03-14Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of ↵Andreas Schuh1-13/+51
gflags.h no longer needed.
2013-04-21Move public header files to src/ subdirectory. Copy them to ↵Andreas Schuh1-0/+139
<prefix>/include/<ns>/ upon installation.