summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-13packaging: use %{_libdir} instead of fixed pathtizen_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/20180313.064233accepted/tizen/unified/20180314.062115accepted/tizen/8.0/unified/20231005.094909accepted/tizen/7.0/unified/hotfix/20221116.110820accepted/tizen/7.0/unified/20221110.063336accepted/tizen/6.5/unified/20211029.013019accepted/tizen/6.0/unified/hotfix/20201103.000021accepted/tizen/6.0/unified/20201030.105258accepted/tizen/5.5/unified/wearable/hotfix/20201027.102712accepted/tizen/5.5/unified/mobile/hotfix/20201027.062532accepted/tizen/5.5/unified/20191031.005613accepted/tizen/5.0/unified/20181102.024921tizen_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 woo1-12/+9
2018-03-13packaging: Add manifest fileSangjung woo1-0/+5
2018-03-13packaging: Add RPM spec file for packagingSangjung woo1-0/+75
2018-02-27Symbolizer support for mingw and cygwin (#208)HEADmasterSergiu Deitsch6-23/+77
2018-02-23cmake: do not introduce a policy stack in the package configSergiu Deitsch2-6/+5
2018-02-10Merge pull request #292 from Mizux/masterSergiu Deitsch2-34/+77
2018-02-06Rework CMake glog VERSION management.Corentin Le Molgat1-15/+8
2018-02-06remove uneeded enable_testing()Corentin Le Molgat1-2/+0
2018-02-06Provide glog::glog ALIAsCorentin Le Molgat2-17/+69
2018-02-01Bazel: make example more portableRodrigo Queiro1-1/+4
2018-02-01Allow using glog/stl_logging.h with BazelRodrigo Queiro2-1/+7
2018-01-16Add workaround for Bazel build on macOSRodrigo Queiro2-2/+13
2018-01-04cmake: remove config.h from public headers (closes #238)Sergiu Deitsch1-1/+0
2018-01-04Merge pull request #283 from Mizux/masterSergiu Deitsch1-2/+2
2018-01-04Use target gflags instead of old VARIABLESMizux1-2/+2
2018-01-04Merge pull request #276 from drigz/add-exampleRodrigo Queiro2-0/+22
2018-01-04Add an example using glog from BazelRodrigo Queiro2-0/+22
2018-01-04Merge pull request #277 from drigz/update-gflagsRodrigo Queiro2-4/+8
2018-01-04cmake: use gflags package config instead of a find moduleSergiu Deitsch2-2/+13
2018-01-02cmake: ensure consumers do not overwrite the required policySergiu Deitsch1-0/+5
2018-01-02removed obsolete vsprojectsSergiu Deitsch4-844/+0
2018-01-02cmake: added a postfix for debug builds (closes #237)Sergiu Deitsch1-0/+1
2018-01-02Merge pull request #281 from sergiud/msvc-error-defineSergiu Deitsch1-1/+1
2018-01-02logging_unittest: fixed undeclared identifier error (fixes #267)Sergiu Deitsch1-1/+1
2017-12-21Merge pull request #278 from shinh/contribShinichiro Hamaji2-0/+3
2017-12-20Update AUTHORS and CONTRIBUTORS for PR#232Shinichiro Hamaji2-0/+3
2017-12-19Update gflags to latest masterRodrigo Queiro2-4/+8
2017-12-18Merge pull request #232 from qzmfranklin/bazelRodrigo Queiro4-1/+149
2017-12-14Remove the use of bind() from WORKSPACE.Zhongming Qu1-5/+0
2017-12-14Remove an empty textual_hdrs field.Zhongming Qu1-2/+0
2017-12-14Hide certain header files from the cc_library().Zhongming Qu2-233/+66
2017-12-14Can build with Bazel nowZhongming Qu1-2/+144
2017-12-14Build with Bazel.Zhongming Qu4-1/+181
2017-11-10Merge pull request #261 from pcc/fix3Fumitoshi Ukai2-53/+71
2017-11-08Compute base addresses from program headers while reading /proc/self/maps.Peter Collingbourne2-53/+71
2017-11-04Merge pull request #106 from dimhotepus/masterSergiu Deitsch1-3/+4
2017-10-31Merge pull request #260 from ukai/shell_escapeShinichiro Hamaji1-1/+40
2017-10-31Shell escape arguments to /bin/mail.Fumitoshi Ukai1-1/+40
2017-10-20Style fixes for consistencyShinichiro Hamaji1-8/+6
2017-10-20Merge pull request #245 from DariuszOstolski/issue211Shinichiro Hamaji3-1/+27
2017-10-20Merge pull request #254 from DariuszOstolski/issue253Shinichiro Hamaji1-1/+2
2017-10-18#253: Use MS preprocessor idiom to disable warningDariusz Ostolski1-1/+2
2017-10-12Merge pull request #226 from sergiud/zero-allocation-log-failureShinichiro Hamaji5-29/+27
2017-10-11fixed gcc logging failureSergiu Deitsch5-29/+27
2017-09-20Added HAVE_PWD_H to cmake buildDariusz Ostolski1-0/+1
2017-09-19Fix username lookup in case of missing USER environment variableDariusz Ostolski2-1/+26
2017-08-10Merge pull request #228 from sergiud/dll-export-fixShinichiro Hamaji4-4/+5
2017-08-09added missing exports (fixes #227)Sergiu Deitsch4-4/+5
2017-08-09Merge pull request #225 from jray272/remove-log-every-n-assertShinichiro Hamaji2-12/+0
2017-08-09Remove GOOGLE_GLOG_COMPILE_ASSERTJim Ray2-6/+0