summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-12packaging: Add RPM spec file for packagingtizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_6.5/20211028.163401submit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen_5.0/20181101.000006submit/tizen/20180312.052625accepted/tizen/unified/20180313.061108accepted/tizen/8.0/unified/20231005.094859accepted/tizen/7.0/unified/hotfix/20221116.110811accepted/tizen/7.0/unified/20221110.060106accepted/tizen/6.5/unified/20211029.012922accepted/tizen/6.0/unified/hotfix/20201102.235620accepted/tizen/6.0/unified/20201030.104605accepted/tizen/5.5/unified/wearable/hotfix/20201027.102345accepted/tizen/5.5/unified/mobile/hotfix/20201027.062110accepted/tizen/5.5/unified/20191031.005157accepted/tizen/5.0/unified/20181102.024438tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0tizenaccepted/tizen_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedSangjung woo2-0/+72
2018-01-07Use += for appendsHEADmasterRob Earhart1-2/+2
2018-01-07Add Bazel-on-Windows supportRob Earhart2-8/+29
2017-11-03repair wrong namespace problemSilver Chan1-2/+2
2017-10-08Removed unused functions.Sumit Gupta1-23/+0
2017-09-01Remove using ::fLS::clstring;Yi Wang1-1/+0
2017-09-01enh: Move CMake defines to separate header, unused by BazelAndreas Schuh5-129/+117
2017-08-29Fix typo in BUILDSiddhartha Bagaria1-1/+1
2017-07-13fix: Remove obsolete and unused CleanFileName codeAndreas Schuh1-20/+8
2017-07-11cmake: Add convenience uninstall target (#221)Jason Juang2-0/+34
2017-07-11Release v2.2.1Andreas Schuh3-1/+29
2017-07-11enh: AppVeyor builds with different toolchains (copied from gtest project)Andreas Schuh1-27/+52
2017-07-11fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versionsAndreas Schuh1-5/+15
2017-07-11git: Ignore symbolic links created by Bazel build toolAndreas Schuh1-0/+5
2017-07-11fix: Static code analyzer error regarding strncmp with empty kRootDir stringAndreas Schuh1-1/+1
2017-05-16Use inttypes.h on VC++ 2013 and upBen Vanik1-0/+4
2017-05-16Fix CMake macro special variable usage (#216)randomguy31-3/+7
2017-05-12Fix static initialization order fiasco caused by global registry lock (#215)Mmanu Chaturvedi1-3/+2
2017-05-11Install dll's to correct path (#213)Arkady Shapkin1-6/+14
2017-05-06Fix statically linked gflags library with MSVCArkady Shapkin1-1/+1
2017-03-29Mark single argument constructors in mutex.h as explicit.Dan Minor1-2/+2
2017-01-06Changed include directory in bazel buildGeoffrey Lalonde1-5/+5
2016-11-29enh: Link to online documentation in READMEAndreas Schuh1-0/+2
2016-11-26fix: Enable language C for older CMake versions when needed (#196)Andreas Schuh1-4/+4
2016-11-26fix: Remove unused program_name variableAndreas Schuh1-3/+0
2016-11-26fix: Include utils by file instead of CMAKE_MODULE_PATH searchAndreas Schuh1-2/+1
2016-11-25Release v2.2.0Andreas Schuh2-0/+38
2016-11-25doc: //external:gflags_nothreads Bazel targetAndreas Schuh1-0/+0
2016-11-25git: Ignore builds/ subdirectoryAndreas Schuh1-0/+1
2016-11-25doc: Update use of gflags with Bazel documentationAndreas Schuh2-3/+3
2016-11-25enh: Bazel BUILD, add WORKSPACE file (#192)Andreas Schuh8-111/+112
2016-11-25add: Bazel WORKSPACE fileAndreas Schuh1-0/+6
2016-11-25enh: Refactored Bazel BUILD rulesAndreas Schuh7-111/+106
2016-11-25Revert "enh: Rename private sources, include public headers with rel path"Andreas Schuh7-12/+13
2016-11-25enh: Rename private sources, include public headers with rel pathAndreas Schuh7-13/+12
2016-11-25fix: Add -lpthread to link Bazel BUILD options (#189)Andreas Schuh1-0/+1
2016-11-25enh: Configure and install pkg-config .pc fileAndreas Schuh2-7/+30
2016-11-25enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONSAndreas Schuh3-27/+31
2016-11-24fix: Ensure installation path uses forward slashesAndreas Schuh1-0/+5
2016-11-24enh: Add option to add installation to CMake’s package registryAndreas Schuh2-1/+46
2016-11-24fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target propertyAndreas Schuh1-0/+1
2016-11-24enh: Avoid use of install(EXPORTS) FILE optionAndreas Schuh2-5/+6
2016-11-22Convert dashes to underscores for unknown flags (#177)Todd Lipcon2-1/+19
2016-10-05Fix error messages to not truncate to 255 characters (#175)David Lam1-3/+1
2016-09-17fix: Validate modified flags only once (#173)Andreas Schuh1-8/+23
2016-08-31fix make error for lacking namespace (#170)田欧1-0/+1
2016-08-24Fix unsigned comparison error in gflags_reporting.cc (#168)Aaryaman Sagar1-1/+2
2016-08-03Fix Windows linker errors and warnings. (#166)Dreamer2-2/+3
2016-08-03Add shared library build to the AppVeyor CI config. (#167)Dreamer1-2/+4
2016-08-02Remove filter for excluded tests from AppVeyor config. (#165)Dreamer1-3/+1