aboutsummaryrefslogtreecommitdiff
path: root/src/gflags.h.in
AgeCommit message (Expand)Author
2018-10-15fix: No extern template declaration for MSVC <12.0Andreas Schuh
2018-10-15fix: Declare FlagRegisterer c’tor explicit template instanations as extern ...Andreas Schuh
2018-10-14fix: Declare FALGS_no##name variables as staticAndreas Schuh
2017-05-06Fix statically linked gflags library with MSVCArkady Shapkin
2016-11-25enh: Refactored Bazel BUILD rulesAndreas Schuh
2016-11-25Revert "enh: Rename private sources, include public headers with rel path"Andreas Schuh
2016-11-25enh: Rename private sources, include public headers with rel pathAndreas Schuh
2016-08-31fix make error for lacking namespace (#170)田欧
2016-07-29Do not pass flag type as a char literal when registering a new flag.dreamer.dead
2016-04-05Support uint32 as flag typeAllan L. Bazinet
2016-02-19#51 Use static StringFlagDestructor to destruct string objects allocated by p...Andreas Schuh
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh
2014-05-02Define GFLAGS_NAMESPACE in public headers.Andreas Schuh
2014-03-19Remove GFLAGS_NAMESPACE and version macros from public headers again.Andreas Schuh
2014-03-14Issue #73 Merge gflags_config.h into gflags_declare.h. Configuration of gflag...Andreas Schuh
2014-03-14Issue #73 Fix missing STL DLL export warnings of Visual Studio according to K...Andreas Schuh
2014-03-14Fix build on Windows using Visual Studio. Add gflags_config.h.Andreas Schuh
2013-04-21Move public header files to src/ subdirectory. Copy them to <prefix>/include/...Andreas Schuh