aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-10-08Revert "Added Wconversion so the gcc/clang warnings will be more similar to W...Anton Danielsson
2015-10-08Added Wconversion so the gcc/clang warnings will be more similar to W4 on MSVC.Anton Danielsson
2015-10-08Added _CRT_SECURE_NO_WARNINGS under MSVC.Anton Danielsson
2015-10-08Changed MSVC warnings from Wall to W4 to avoid 10000+ warnings from stl/windo...Anton Danielsson
2015-05-13Enable strict aliasing warningsMatt Clarkson
2015-05-13Coverage support with LCOV and GCOVMatt Clarkson
2015-05-12Allow the user to set the C++ standard to useMatt Clarkson
2015-05-12Group common C++ flagsMatt Clarkson
2015-05-12Compile with link time optimisationMatt Clarkson
2015-05-05Only warn on errors in release modeMatt Clarkson
2015-04-03Rearrange the piecesDominic Hamon
2015-04-03Drop down to CMake 2.8.11, and drop INTERFACE since that version doesn'tGeoff Romer
2015-04-03Require cmake 2.8.12 in order to support target_include_directories, andGeoff Romer
2015-04-01Remove BENCHMARK_ENABLE_SHARED and prefer BUILD_SHARED_LIBSEric Fiselier
2015-03-26finish selection of clock with debug informationEric Fiselier
2015-03-17merge masterEric Fiselier
2015-03-17Merge null pointer warningsEric Fiselier
2015-03-12add floating point comparison warningsEric Fiselier
2015-03-12Enable int shortening warningsEric Fiselier
2015-03-12Enable zero as NULL warnings and fix all occurencesEric Fiselier
2015-03-12Adopt new benchmark timing internals.Eric Fiselier
2015-03-06Step one towards merging timer changes.Eric Fiselier
2015-02-21Fix #77 add FreeBSD detection in cmakePavel Davydov
2015-02-19Don't use c++14Eric Fiselier
2014-10-26remove -Wzero-as-null-pointer-constant flag for nowNiklas Hofmann
2014-10-18Merge pull request #58 from google/zero_nullChris Kennelly
2014-10-11Fix #50 by using nullptr and adding stricter warning.Dominic Hamon
2014-10-11Move pthread dependency to test CMakeLists.txtDominic Hamon
2014-08-22Resolve regular expression enginesMatt Clarkson
2014-08-20CMakeLists.txt commentsMatt Clarkson
2014-08-20Consistent indentation in CMakeLists.txtMatt Clarkson
2014-08-08Verify gtest with URL_MD5Matt Clarkson
2014-08-07Remove URL_HASH as it is unsupportedDominic Hamon
2014-08-07Verify the download of gtestMatt Clarkson
2014-08-04CMake function for adding compiler flagsMatt Clarkson
2014-08-04Add -Wshadow if supportedMatt Clarkson
2014-08-04Detect compiler flags and append to default CMake flagsMatt Clarkson
2014-08-01get_git_version CMake functionMatt Clarkson
2014-08-01Implemented git versioningMatt Clarkson
2014-07-30Allow shared libraries with BUILD_SHARED_LIBSMatt Clarkson
2014-07-24Fixed compiling on Mac 10.9.3 with g++-4.8, clang or system c++Lei Xu
2014-04-23Remove URL_HASH and TLS_VERIFY from CMake configuration.Chris Kennelly
2014-04-23Add ExternalProject reference to Google Test 1.7.0.Chris Kennelly
2014-04-23Setup targets from each directory, rather than the top-level.Chris Kennelly
2014-02-05Missing includes in install targetDavid Coeurjolly
2014-02-05Thread is requiredDavid Coeurjolly
2014-02-05Cmake edit with 'make install' targetDavid Coeurjolly
2014-01-10add pedantic errors and fix themDominic Hamon
2013-12-18Initial commitDominic Hamon