Commit graph

  • a1e461d61d Change template FlagValue::OfType() to Type() getter. dreamer.dead 2016-08-01 14:51:11 +03:00
  • 46ea10f071 Do not pass flag type as a char literal when registering a new flag. dreamer.dead 2016-07-29 21:02:29 +03:00
  • 71623ee1f0 Use templated version of FlagRegisterer ctor in tests. dreamer.dead 2016-07-26 13:11:30 +03:00
  • 7b43ae0f40 Use enum to specify flag value type. dreamer.dead 2016-07-26 12:56:24 +03:00
  • fe57e5af4d Merge pull request #156 from dreamer-dead/fix-flag-value-typename Andreas Schuh 2016-07-20 10:24:14 +01:00
  • fa2663839c Fix unittests expectations related to uint32. dreamer.dead 2016-07-20 12:18:08 +03:00
  • 5ef4c3c076 Fix uint32 type name. dreamer.dead 2016-07-20 12:16:34 +03:00
  • 2e4159fbe5 Merge pull request #155 from dreamer-dead/add-missing-reference Andreas Schuh 2016-07-18 17:09:53 +01:00
  • 3e946c9ebc Add missing reference symbol to a function parameter. dreamer.dead 2016-07-18 18:44:20 +03:00
  • 546819b1d9 Merge pull request #152 from Liuchang0812/master Andreas Schuh 2016-06-28 12:15:02 +01:00
  • 0c17f1ee02 fix bug about LRLF liuchang0812 2016-06-28 17:57:02 +08:00
  • ac1a925c2b fix #151: Ubuntu package name in INSTALL instructions Andreas Schuh 2016-06-01 12:00:42 +01:00
  • d701ceac73 Merge pull request #150 from LuminateWireless/fix-bazel-build Andreas Schuh 2016-05-10 22:45:26 +01:00
  • 7ae23fd1e7 Add gendir to the include path so that building with bazel doesn't complain config.h can't be found. Ming Zhao 2016-05-10 14:42:11 -07:00
  • 8de80b9a2d Merge pull request #149 from hevy-CC4477/master Andreas Schuh 2016-04-26 15:46:56 +01:00
  • eff38cbc18 fix test compilation FARBOS Arnaud 2016-04-26 15:05:53 +02:00
  • 9353bca5e9 Merge pull request #147 from bazineta/master Andreas Schuh 2016-04-06 11:55:47 +01:00
  • 81d8a9234b Correct FV_MAX_INDEX Allan L. Bazinet 2016-04-05 10:56:57 -07:00
  • eaf05340dc Support uint32 as flag type Allan L. Bazinet 2016-04-05 10:50:21 -07:00
  • 74bcd20c0e Merge PR #137 with change of SOVERSION to <major>.<minor> Andreas Schuh 2016-03-04 10:12:01 +00:00
  • 45341954bc fix: Change SOVERSION to <major>.<minor> for 2.x release versions Andreas Schuh 2016-03-04 10:11:39 +00:00
  • 5e3070670f Merge pull request #143 from schuhschuh/fix-bazel-bulid-osx Andreas Schuh 2016-03-02 17:53:32 +00:00
  • 687b2c56d2 fix #133: Use awk instead of sed which would require different options on OS X Andreas Schuh 2016-03-02 17:52:19 +00:00
  • 58441994df Merge pull request #142 from schuhschuh/master Andreas Schuh 2016-03-01 22:01:54 +00:00
  • 1c8285fd63 mod: Update doc with new find_package COMPONENTS or subproject use Andreas Schuh 2016-03-01 22:01:29 +00:00
  • ea1cc83b50 doc: Use of find_package COMPONENTS or inclusion as subproject Andreas Schuh 2016-03-01 22:00:58 +00:00
  • 12d810d8e6 Merge pull request #141 from schuhschuh/master Andreas Schuh 2016-03-01 21:35:48 +00:00
  • 389ef3f737 Merge branch 'master' of github.com:gflags/gflags Andreas Schuh 2016-03-01 21:34:32 +00:00
  • 752c63249b fix: Include order of config.h and gflags.h in unit test Andreas Schuh 2016-03-01 21:34:24 +00:00
  • f9e69b3531 Merge pull request #140 from schuhschuh/enh-#117-gflags-subproject-support Andreas Schuh 2016-03-01 21:33:41 +00:00
  • 7a21c16f00 cmake: Rename targets to gflags[_nothreads]_(static|shared), support find_package COMPONENTS Andreas Schuh 2016-03-01 21:04:10 +00:00
  • a4382e5f37 cmake: Require CMake 2.8.12 in NC tests Andreas Schuh 2016-03-01 21:03:05 +00:00
  • 2de6bf3904 cmake: Change CMake package configuration variable name prefix to GFLAGS_ Andreas Schuh 2016-03-01 20:04:16 +00:00
  • 91e16eeff1 cmake: Add CMake variable to cache only when gflags is not a subproject Andreas Schuh 2016-03-01 20:03:43 +00:00
  • b686469597 git: Add CMakeLists.txt.user Qt Creator configuration to ignore list Andreas Schuh 2016-03-01 20:10:22 +00:00
  • e50698c200 Merge pull request #139 from schuhschuh/master Andreas Schuh 2016-03-01 19:59:53 +00:00
  • 18cb422451 fix: Require CMake version 2.8.12 in test project Andreas Schuh 2016-03-01 19:56:54 +00:00
  • 799e910c74 fix: Include private config.h in gflags_unittest.cc Andreas Schuh 2016-03-01 19:56:02 +00:00
  • abe4b10c33 fix: Package URLs Andreas Schuh 2016-03-01 16:01:45 +00:00
  • 221f327749 Revert "#136 Move test binaries to Testing/bin" Andreas Schuh 2016-02-29 19:30:58 +00:00
  • 2a3454c104 fix: DLL import/export defines for unit tests, remove obsolete config_for_unittests.h Andreas Schuh 2016-02-29 19:18:21 +00:00
  • 545e9df567 fix: Add missing include guards to gflags/config.h Andreas Schuh 2016-02-29 19:17:00 +00:00
  • 6bd636c964 cmake: Clean up static library filename suffix code from PR #126 Andreas Schuh 2016-02-29 17:58:46 +00:00
  • dd48d704c5 Merge pull request #126 from hevy-CC4477/master Andreas Schuh 2016-02-29 17:54:40 +00:00
  • 9ef0d5220e enh: Add usage of DEFINE_validator to test project Andreas Schuh 2016-02-29 17:12:15 +00:00
  • 02f3189788 #136 Move test binaries to Testing/bin Andreas Schuh 2016-02-29 17:03:08 +00:00
  • 92865cee87 #51 #138 Use std::string instead const char * for global "constants" Andreas Schuh 2016-02-29 16:15:11 +00:00
  • 8ac4bc41aa fix: Pass std::string directly, no need for c_str() call Andreas Schuh 2016-02-29 16:12:33 +00:00
  • b90a325ef3 properly export the .so minor version Evan Klitzke 2016-02-27 12:36:14 -08:00
  • 3ae911f3e7 mod: Update doc Andreas Schuh 2016-02-19 13:43:45 +00:00
  • 16651b7870 #115 Use HTTPS as default Git clone protocol Andreas Schuh 2016-02-19 13:43:27 +00:00
  • 762f9cbb65 #51 Call ShutDownCommandLineFlags for (manual) valgrind test Andreas Schuh 2016-02-19 13:20:28 +00:00
  • 7a69001868 #51 Use static StringFlagDestructor to destruct string objects allocated by placement new Andreas Schuh 2016-02-19 12:59:05 +00:00
  • 3f968fc16b Merge pull request #133 from earhart/master Andreas Schuh 2016-02-19 09:50:17 +00:00
  • 40b85b18de Add bazel support Rob Earhart 2016-02-18 18:16:44 -08:00
  • f9fa30506c Merge pull request #131 from sbc100/no_threads Andreas Schuh 2016-02-12 17:44:56 +00:00
  • b572a72daa Define NO_THREADS in when building without threads Sam Clegg 2016-01-29 16:09:43 -08:00
  • 03bebcb065 Merge pull request #129 from Nazg-Gul/master Andreas Schuh 2016-01-12 13:30:13 +00:00
  • e6586b14ef Update INSTALL.md cpehle 2016-01-12 14:11:03 +01:00
  • 366e9d335c Fix some compilation warnings with MSVC 2015 Sergey Sharybin 2015-12-31 17:16:26 +05:00
  • 4f100cb6a0 Resolve several missing declarations warnings Sergey Sharybin 2015-12-31 17:09:59 +05:00
  • d78b00d2de handle generation of dynamic and static library on windows. Arnaud Farbos 2015-11-05 12:03:37 -08:00
  • 9db828953a #125 Fix unused typedef/variable warning for static assertion Andreas Schuh 2015-10-28 00:19:33 +00:00
  • 4e61c45ef9 #124 Remove using namespace from mutex.h Andreas Schuh 2015-10-27 23:00:58 +00:00
  • f0523f14a9 Merge pull request #116 from KjellSchubert/vs2015 Andreas Schuh 2015-05-20 00:37:42 +01:00
  • 4a56d614cf support for msvs 2015 Kjell Schubert 2015-05-19 15:56:39 -07:00
  • 58345b18d9 #113 Require CMake >= 2.8.12 Andreas Schuh 2015-04-03 16:12:38 +01:00
  • d4e971c10b #112 Use HTTPS protocol for "doc" submodule to not require SSH authentication Andreas Schuh 2015-03-31 15:53:18 +01:00
  • 3e38c957be Merge 75f4b01bfa into 16a168763e Guillaume Dumont 2015-03-25 14:27:25 +00:00
  • 16a168763e #106 Add test of gflags-config.cmake package configuration Andreas Schuh 2015-03-25 13:54:49 +00:00
  • f4f524df1f #110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags" Andreas Schuh 2015-03-25 03:17:36 +00:00
  • 73178f0051 #110 Update CMake example on how to link against gflags library Andreas Schuh 2015-03-25 03:13:56 +00:00
  • e1d15b3340 doc: Use "gflags" as link dependency instead of ${gflags_LIBRARIES} Andreas Schuh 2015-03-25 03:13:22 +00:00
  • ed1d91f912 #110 Add "gflags" import target and gflags_TARGET Andreas Schuh 2015-03-25 03:07:04 +00:00
  • ff85a29eec mod: Restoring gh-pages submodule bugfix/#51-memory-leaks Andreas Schuh 2015-03-25 00:55:43 +00:00
  • cd1f401d45 #40 Make boolean condition better readable Andreas Schuh 2015-03-25 00:30:58 +00:00
  • 48e1a44dae #40 Explicitly check if string length is zero instead of casting it to bool Andreas Schuh 2015-03-25 00:30:40 +00:00
  • 470b3e8840 Merge branch 'master' into bugfix/#40-memory-leaks Andreas Schuh 2015-03-25 00:28:23 +00:00
  • 71c656e0e9 #108 Use PROJECT_BINARY_DIR in place of gflags_BINARY_DIR Andreas Schuh 2015-03-25 00:14:46 +00:00
  • 73b67041d8 #107 Correct description of GFLAGS_INCLUDE_DIR Andreas Schuh 2015-03-25 00:02:22 +00:00
  • 2e5b884fce #107 Document remaining CMake cache entries Andreas Schuh 2015-03-25 00:00:50 +00:00
  • 7eb3d365e3 #105 Modify negative compilation tests to link against gflags_LIBRARIES Andreas Schuh 2015-03-24 23:45:21 +00:00
  • ccff5658e0 #108 Fix temporary directory configuration of negative compilation tests Andreas Schuh 2015-03-24 23:44:34 +00:00
  • 33fc9997bd #104 Fix compilation of tests Andreas Schuh 2015-03-24 23:43:53 +00:00
  • c3fd5432c3 mod: Update gh-pages with correct GitHub organization URLs and CMake example Andreas Schuh 2015-03-24 23:31:34 +00:00
  • 745082dbd3 fix: Example CMake command Andreas Schuh 2015-03-24 23:09:53 +00:00
  • 73bb1e87c9 fix: GitHub URLs to point to gflags organization Andreas Schuh 2015-03-24 23:07:20 +00:00
  • 5f29c4b940 mod: Update gh-pages with documentation of config options Andreas Schuh 2015-03-24 19:13:46 +00:00
  • d7a69edf66 doc: Update CMake example and demonstrate use of config options Andreas Schuh 2015-03-24 19:13:18 +00:00
  • 9e937e80fb #105 Add gflags_SHARED and gflags_NOTHREADED gflags-config.cmake options Andreas Schuh 2015-03-24 18:55:17 +00:00
  • a9b983a827 #104 Fix library include directories settings Andreas Schuh 2015-03-24 18:54:30 +00:00
  • f9e1ffaa39 doc: Correct year in README Andreas Schuh 2015-03-24 17:48:29 +00:00
  • a4bae965eb doc: Spelling correction Andreas Schuh 2015-03-24 17:07:00 +00:00
  • 14e1138441 mod: Change URL of gh-pages submodule to use GitHub gflags community repo Andreas Schuh 2015-03-24 17:04:08 +00:00
  • 2861b1c269 doc: Add ChangeLog entries for release 2.1.2 Andreas Schuh 2015-03-24 16:36:13 +00:00
  • 06ccc16dec doc: Update README Andreas Schuh 2015-03-24 16:35:19 +00:00
  • a819f0f019 fixup: Package configuration Andreas Schuh 2015-03-24 16:29:31 +00:00
  • 64ac2e30b6 fix: Extension of README file for PackageMaker Andreas Schuh 2015-03-24 16:21:44 +00:00
  • 1a02f2851e Merge branch 'release-v2.1.2' into release v2.1.2 Andreas Schuh 2015-03-24 16:19:41 +00:00
  • ced6f8e70d Release v2.1.2 Andreas Schuh 2015-03-24 16:12:25 +00:00