0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 22 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
enh: Rename private sources, include public headers with rel path More... over 7 years ago
fix: Add -lpthread to link Bazel BUILD options (#189) More... over 7 years ago
enh: Configure and install pkg-config .pc file More... over 7 years ago
enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS More... over 7 years ago
fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target property More... over 7 years ago
fix: Ensure installation path uses forward slashes More... over 7 years ago
enh: Add option to add installation to CMake’s package registry More... over 7 years ago
enh: Avoid use of install(EXPORTS) FILE option More... over 7 years ago
Convert dashes to underscores for unknown flags (#177) More... over 7 years ago
Fix error messages to not truncate to 255 characters (#175) More... over 7 years ago
fix: Validate modified flags only once (#173) More... over 7 years ago
fix make error for lacking namespace (#170) More... over 7 years ago
Fix unsigned comparison error in gflags_reporting.cc (#168) More... over 7 years ago
Fix Windows linker errors and warnings. (#166) More... over 7 years ago
Add shared library build to the AppVeyor CI config. (#167) More... over 7 years ago
Remove filter for excluded tests from AppVeyor config. (#165) More... over 7 years ago
test: Travis CI build static+shared in Release+Debug (#164) More... over 7 years ago
fix: Run strip_flags_binary test only for release configurations (#163) More... over 7 years ago
test: Run AppVeyor build via cmake --build and run tests. (#162) More... over 7 years ago
fix: Typo in gflags_strip_flags_test.cmake script More... over 7 years ago
doc: Add AppVeyor status badge to README More... over 7 years ago
Add initial AppVeyor config. (#161) More... over 7 years ago
doc: Add Travis CI status badge to README More... over 7 years ago
Enable Travis CI for Linux and OSX builds (#160) More... over 7 years ago
Merge pull request #158 from dreamer-dead/use-type-name-enum More... over 7 years ago
Fix wrong type comparison and outdated OfType() usage. More... over 7 years ago
Fix indentation and remove outdated assert. More... over 7 years ago
Extract common code from FlagRegisterer to reduce size. More... over 7 years ago
Change template FlagValue::OfType() to Type() getter. More... over 7 years ago
Do not pass flag type as a char literal when registering a new flag. More... over 7 years ago