summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Symbolizer support for mingw and cygwin (#208)HEADmasterSergiu Deitsch1-13/+50
2018-02-23cmake: do not introduce a policy stack in the package configSergiu Deitsch1-2/+2
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 Molgat1-0/+1
2018-01-04cmake: remove config.h from public headers (closes #238)Sergiu Deitsch1-1/+0
2018-01-04cmake: use gflags package config instead of a find moduleSergiu Deitsch1-1/+12
2018-01-02cmake: added a postfix for debug builds (closes #237)Sergiu Deitsch1-0/+1
2017-10-20Merge pull request #245 from DariuszOstolski/issue211Shinichiro Hamaji1-0/+1
2017-10-11fixed gcc logging failureSergiu Deitsch1-8/+9
2017-09-20Added HAVE_PWD_H to cmake buildDariusz Ostolski1-0/+1
2017-07-06Merge pull request #153 from sergiud/cmake-gnu-install-dirsShinichiro Hamaji1-8/+15
2017-07-06Merge pull request #152 from sergiud/cmake-project-nameShinichiro Hamaji1-1/+1
2017-07-06Merge pull request #158 from sergiud/zero-allocationShinichiro Hamaji1-0/+26
2017-07-06reduce memory allocations to zeroHans-Andreas Engel1-0/+26
2017-06-29Merge pull request #199 from v1bri/brian-fix-gflags-linkShinichiro Hamaji1-3/+2
2017-06-27Support signal handler on WindowsAndrew Schwartzmeyer1-2/+2
2017-06-27Link to DbgHelp using pre-processor directiveAndrew Schwartzmeyer1-1/+0
2017-06-27Support symbolizer and demangler on WindowsAndrew Schwartzmeyer1-0/+1
2017-06-26Support stacktrace on WindowsAndrew Schwartzmeyer1-0/+5
2017-06-22Specify gflags version in CMakeLists.txtBrian Orr1-1/+1
2017-06-22Use gflags ALIAS instead of ${gflags_XXX} varsBrian Orr1-2/+1
2017-05-10Update the version in CMakeLists.txt to 0.3.5Shinichiro Hamaji1-1/+1
2017-01-10cmake: do not hardcode relative install directoriesSergiu Deitsch1-8/+15
2017-01-10cmake: changed project name from google-glog to glogSergiu Deitsch1-1/+1
2016-10-19cmake: allow to disable building unit testsSergiu Deitsch1-68/+71
2016-10-19Merge pull request #98 from willyd/relocatableFumitoshi Ukai1-1/+1
2016-10-19Merge pull request #129 from sergiud/cmake-PICFumitoshi Ukai1-0/+2
2016-10-19Merge pull request #130 from sergiud/cmake-warning-fixFumitoshi Ukai1-6/+10
2016-10-07cmake: fixed clang warning propagation to gccSergiu Deitsch1-6/+10
2016-10-07cmake: enable position independent code (PIC)Sergiu Deitsch1-0/+2
2016-04-05Added $<BUILD_INTERFACE> to gflags include to avoid including the gflags incl...Guillaume Dumont1-1/+1
2016-01-08cmake: allow to refer to imported glog target as glog::glogSergiu Dotenco1-26/+6
2015-11-10Merge pull request #58 from ruslo/fix.includeFumitoshi Ukai1-0/+1
2015-09-09Fix missing public include directoryRuslan Baratov1-0/+1
2015-09-06Add pthread library to linker list when neededNate Rosenblum1-0/+4
2015-08-12Merge pull request #49 from sergiud/cmake-visibilityFumitoshi Ukai1-0/+4
2015-08-11cmake: fixed warning caused by policy CMP0063Sergiu Dotenco1-0/+4
2015-08-08cmake: allow to disable multithreading supportSergiu Dotenco1-10/+11
2015-07-15cmake: link to libunwindSergiu Dotenco1-0/+7
2015-07-15cmake: support gflags in static buildsSergiu Dotenco1-0/+5
2015-07-15cmake: disabled 'template argument uses unnamed type' warningSergiu Dotenco1-0/+6
2015-07-15determine gflags namespace automaticallySergiu Dotenco1-0/+4
2015-07-15added cmake supportSergiu Dotenco1-0/+562