Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-19 | Remove GFLAGS_NAMESPACE and version macros from public headers again. | Andreas Schuh | 1 | -20/+2 | |
2014-03-19 | Replace GFLAGS_HAVE_* #defines by HAVE_* again. | Andreas Schuh | 1 | -3/+3 | |
2014-03-18 | Fix DLL build on Windows and use PathMatchSpec instead of fnmatch. | Andreas Schuh | 1 | -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-17 | Fix VS linker warning regarding locally defined FLAGS_tryfromenv symbol. | Andreas Schuh | 1 | -10/+16 | |
2014-03-15 | Check if pthread_rwlock_t is available and use it if so. | Andreas Schuh | 1 | -0/+3 | |
2014-03-15 | Fix build with Xcode 5, system checks, set LANGUAGE to CXX. | Andreas Schuh | 1 | -23/+93 | |
2014-03-14 | Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of ↵ | Andreas Schuh | 1 | -13/+51 | |
gflags.h no longer needed. | |||||
2013-04-21 | Move public header files to src/ subdirectory. Copy them to ↵ | Andreas Schuh | 1 | -0/+139 | |
<prefix>/include/<ns>/ upon installation. |