21 Commits (5c4b472bbf8c81fc3d52fc69a92f174821a96280)

Author SHA1 Message Date
zhanyong.wan 5c4b472bbf Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev). 15 years ago
vladlosev c828e17175 Introduces gtest_force_shared_crt option for CMake build scripts. 15 years ago
vladlosev 2c697f5919 Comment tweaks in CMakeLists.txt. 15 years ago
vladlosev e588a3bba2 Renames CMake build script options. 15 years ago
zhanyong.wan 2ccea88c99 Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev). 15 years ago
vladlosev c476707e82 Improves support for building Google Test as Windows DLL. 15 years ago
zhanyong.wan 520f623c59 Minor improvement to hermetic build support in the CMake script, by Vlad Losev. 15 years ago
vladlosev 1e908873eb CMake 2.8/Visual Age compatibility patch by Hady Zalek. 15 years ago
zhanyong.wan 3569c3c86d Fixes compatibility with Visual Age versions lower than 9.0 (by Hady Zalek); updates the release notes. 15 years ago
zhanyong.wan 2429dfc641 Cleans up the cmake script. 15 years ago
zhanyong.wan 92344b762a Makes the cmake script work on Solaris and AIX (by Hady Zalek). 15 years ago
zhanyong.wan 9f0824b0a6 Adds missing gtest DLL exports. 15 years ago
zhanyong.wan a6978ecb4c Fixes a -Wextra warning in gtest-param-util.h and updates the cmake script to verify it (by Zhanyong Wan); adds support for hermetic build to the cmake script (by Vlad Losev). 15 years ago
zhanyong.wan 83589cca34 Supports building gtest as a DLL (by Vlad Losev). 15 years ago
vladlosev fe78760959 Makes all samples compile with -Wall -Wshadow -Werror. 15 years ago
zhanyong.wan 3bef459eac Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth). 15 years ago
zhanyong.wan 81e1cc73c8 Introduces macro GTEST_HAS_STREAM_REDIRECTION_ (by Vlad Losev); fixes unsynchronized color text output on Windows (by Vlad Losev); fixes the cmake script to work with MSVC 10 (by Manuel Klimek). 15 years ago
zhanyong.wan 276f4019c0 Makes the cmake script work on Windows (by Manuel Klimek). 15 years ago
zhanyong.wan c73d024193 Makes the cmake script compatible with cmake 2.6.4. 15 years ago
zhanyong.wan 38efa38f40 Uses FindThreads to set the proper link flag when using threads (by Manuel Klimek). 15 years ago
zhanyong.wan 1d6df4be08 Adds an experimental CMake build script; makes the samples compile without warnings on Windows. 15 years ago