summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-02test: Travis CI build static+shared in Release+Debug (#164)Andreas Schuh1-6/+10
2016-08-02fix: Run strip_flags_binary test only for release configurations (#163)Andreas Schuh1-0/+1
2016-08-02test: Run AppVeyor build via cmake --build and run tests. (#162)Dreamer1-3/+15
2016-08-02fix: Typo in gflags_strip_flags_test.cmake scriptAndreas Schuh1-2/+2
2016-08-01doc: Add AppVeyor status badge to READMEAndreas Schuh1-0/+1
2016-08-01Add initial AppVeyor config. (#161)Dreamer1-0/+31
2016-08-01doc: Add Travis CI status badge to READMEAndreas Schuh1-0/+2
2016-08-01Enable Travis CI for Linux and OSX builds (#160)Dreamer1-0/+16
2016-08-01Merge pull request #158 from dreamer-dead/use-type-name-enumAndreas Schuh3-65/+119
2016-08-01Fix wrong type comparison and outdated OfType() usage.dreamer.dead1-2/+2
2016-08-01Fix indentation and remove outdated assert.dreamer.dead1-4/+3
2016-08-01Extract common code from FlagRegisterer to reduce size.dreamer.dead1-9/+21
2016-08-01Change template FlagValue::OfType() to Type() getter.dreamer.dead1-18/+16
2016-07-29Do not pass flag type as a char literal when registering a new flag.dreamer.dead3-50/+95
2016-07-20Merge pull request #156 from dreamer-dead/fix-flag-value-typenameAndreas Schuh2-3/+3
2016-07-20Fix unittests expectations related to uint32.dreamer.dead1-2/+2
2016-07-20Fix uint32 type name.dreamer.dead1-1/+1
2016-07-18Merge pull request #155 from dreamer-dead/add-missing-referenceAndreas Schuh1-2/+2
2016-07-18Add missing reference symbol to a function parameter.dreamer.dead1-2/+2
2016-06-28Merge pull request #152 from Liuchang0812/masterAndreas Schuh1-1/+5
2016-06-28fix bug about LRLFliuchang08121-1/+5
2016-06-01fix #151: Ubuntu package name in INSTALL instructionsAndreas Schuh1-1/+1
2016-05-10Merge pull request #150 from LuminateWireless/fix-bazel-buildAndreas Schuh1-0/+4
2016-05-10Add gendir to the include path so that building with bazel doesn'tMing Zhao1-0/+4
2016-04-26Merge pull request #149 from hevy-CC4477/masterAndreas Schuh1-0/+3
2016-04-26fix test compilationFARBOS Arnaud1-0/+3
2016-04-06Merge pull request #147 from bazineta/masterAndreas Schuh5-17/+80
2016-04-05Correct FV_MAX_INDEXAllan L. Bazinet1-1/+1
2016-04-05Support uint32 as flag typeAllan L. Bazinet5-17/+80
2016-03-04Merge PR #137 with change of SOVERSION to <major>.<minor>Andreas Schuh1-1/+6
2016-03-04fix: Change SOVERSION to <major>.<minor> for 2.x release versionsAndreas Schuh1-1/+6
2016-03-02Merge pull request #143 from schuhschuh/fix-bazel-bulid-osxAndreas Schuh1-9/+8
2016-03-02fix #133: Use awk instead of sed which would require different options on OS XAndreas Schuh1-9/+8
2016-03-01Merge pull request #142 from schuhschuh/masterAndreas Schuh1-0/+0
2016-03-01mod: Update doc with new find_package COMPONENTS or subproject useAndreas Schuh1-0/+0
2016-03-01Merge pull request #141 from schuhschuh/masterAndreas Schuh1-2/+3
2016-03-01Merge branch 'master' of github.com:gflags/gflagsAndreas Schuh5-166/+432
2016-03-01fix: Include order of config.h and gflags.h in unit testAndreas Schuh1-2/+3
2016-03-01Merge pull request #140 from schuhschuh/enh-#117-gflags-subproject-supportAndreas Schuh6-166/+433
2016-03-01cmake: Rename targets to gflags[_nothreads]_(static|shared), supportAndreas Schuh3-26/+68
2016-03-01cmake: Require CMake 2.8.12 in NC testsAndreas Schuh1-2/+2
2016-03-01cmake: Change CMake package configuration variable name prefix to GFLAGS_Andreas Schuh1-60/+85
2016-03-01cmake: Add CMake variable to cache only when gflags is not a subprojectAndreas Schuh2-93/+292
2016-03-01git: Add CMakeLists.txt.user Qt Creator configuration to ignore listAndreas Schuh1-0/+1
2016-03-01Merge pull request #139 from schuhschuh/masterAndreas Schuh2-1/+2
2016-03-01fix: Require CMake version 2.8.12 in test projectAndreas Schuh1-1/+1
2016-03-01fix: Include private config.h in gflags_unittest.ccAndreas Schuh1-0/+1
2016-03-01fix: Package URLsAndreas Schuh1-2/+2
2016-02-29Revert "#136 Move test binaries to Testing/bin"Andreas Schuh1-3/+3
2016-02-29fix: DLL import/export defines for unit tests, remove obsolete config_for_uni...Andreas Schuh4-81/+2