Gennadiy Civil
a3c73ed28d
Include MSVC14 on PRs as well
7 years ago
Gennadiy Civil
ea31cb15f0
Merge pull request #1435 from gennadiycivil/master
...
Code merges
7 years ago
Gennadiy Civil
e6ec8bc52f
Merges and also adding new bazel build mode
7 years ago
Gennadiy Civil
e55fded0c8
Code merges
7 years ago
Gennadiy Civil
a1923a59d5
Merge pull request #1434 from gennadiycivil/master
...
Ability to optionally depend on Abseil plus upstream of 183716547
7 years ago
Gennadiy Civil
2a4683021a
Ability to optionally depend on Abseil plus upstream of 183716547
7 years ago
Gennadiy Civil
798cc4a78a
Merge pull request #1430 from gennadiycivil/master
...
Adding tests to googlemock bazel
7 years ago
Gennadiy Civil
6c0c389601
Adding tests to googlemock bazel
7 years ago
Gennadiy Civil
718fd88d8f
Merge pull request #1429 from gennadiycivil/master
...
Code merges
7 years ago
Gennadiy Civil
92c93802e1
Merge branch 'master' of https://github.com/google/googletest
7 years ago
Gennadiy Civil
fbb48a7708
Code merges
7 years ago
Gennadiy Civil
cb7271697b
Merge pull request #1428 from lidaobing/patch-2
...
Update Documentation.md
7 years ago
Gennadiy Civil
aa82c6f14b
Merge pull request #1426 from stefanosoffia/fix_test_build_gcc7_2_0
...
Fix test build issue with GCC7.2 (with -Wno-error=)
7 years ago
LI Daobing
efd49c2d45
Update Documentation.md
7 years ago
Stefano Soffia
b8ac390a57
Fix test build issue with GCC7.2.
7 years ago
Peter Collingbourne
3498a1ac52
Use _CPPUNWIND instead of _HAS_EXCEPTIONS with MSVC.
...
_HAS_EXCEPTIONS is specific to the MSVC STL and defining it to 0 causes
problems with libc++, so libc++ users may leave it undefined. This can
cause GTEST_HAS_EXCEPTIONS to be defined incorrectly if the user has
disabled exceptions via the compiler, which can lead to build errors.
_CPPUNWIND is a builtin macro provided by the compiler so it should
work with both STLs.
7 years ago
Peter Collingbourne
f915530791
Pass -EHs-c- to disable exceptions with MSVC.
7 years ago
Gennadiy Civil
b3a2048beb
Update README.md
7 years ago
Gennadiy Civil
7cced896a0
Remove Visual Studio 10,11,12 from build matrix
7 years ago
Gennadiy Civil
46ab9ecf1f
Merge pull request #1421 from gennadiycivil/master
...
upstream cl 182543808
7 years ago
Gennadiy Civil
b9651c04ef
placating gcc and its overzeauls size comparison warnings
7 years ago
Gennadiy Civil
264ba3e68e
Merge branch 'master' of https://github.com/google/googletest
7 years ago
Gennadiy Civil
21cf836003
Merge pull request #1418 from gennadiycivil/master
...
Many code merge/upstream changes
7 years ago
Gennadiy Civil
e29805aa5d
upstream cl 182543808
7 years ago
Gennadiy Civil
7a2563a514
Merge branch 'master' of https://github.com/google/googletest
7 years ago
Gennadiy Civil
06c3cce867
revert, lets get this compiled
7 years ago
Gennadiy Civil
ab9c44ccf0
Merge pull request #1410 from pcc/win-libcxx
...
Check whether _MSC_VER is defined when detecting presence of cxxabi.h…
7 years ago
Gennadiy Civil
80defcec57
Many code merge/upstream changes
7 years ago
Gennadiy Civil
ad0146bfe2
Merge branch 'master' into win-libcxx
7 years ago
Gennadiy Civil
3c5e064ca0
Merge pull request #1417 from gennadiycivil/master
...
merges, cl/155419551 and others
7 years ago
Gennadiy Civil
58df576056
Merge branch 'master' of https://github.com/google/googletest
7 years ago
Gennadiy Civil
6723b6c588
Merging, upstream http://cl/182836545
7 years ago
Gennadiy Civil
bbb17ad0f7
more code merge
7 years ago
Gennadiy Civil
f1c87ad9f5
merges, cl/155419551 and other
7 years ago
Gennadiy Civil
83fa0cb17d
Merge pull request #1415 from gennadiycivil/master
...
code merge
7 years ago
Gennadiy Civil
9bc86661f8
more merging
7 years ago
Gennadiy Civil
a0435a54ce
merging
7 years ago
Gennadiy Civil
8d707dfe81
code merge
7 years ago
Gennadiy Civil
62ba5d91d0
Merge pull request #1401 from eidosmontreal/support_xboxone
...
Added support for WINAPI_PARTITION_TV_TITLE to support XboxOne applications
7 years ago
Gennadiy Civil
1489dc8daa
Merge branch 'master' into support_xboxone
7 years ago
Gennadiy Civil
20b53ad786
Merge branch 'master' into win-libcxx
7 years ago
Gennadiy Civil
051053054d
Merge pull request #1412 from gennadiycivil/master
...
Adding python tests to Bazel build file.
7 years ago
Gennadiy Civil
b1623e9144
Adding python tests to Bazel build file.
7 years ago
Gennadiy Civil
8d733dc195
Merge pull request #1407 from ted-xp/master
...
Expose ScopedTrace utility in public interface
7 years ago
Fedor Trushkin
8e862211a2
Use fully qualified in examples
7 years ago
Fedor Trushkin
354fc8d8b1
Document ScopedTrace utility
7 years ago
Peter Collingbourne
ba99a04be2
Check whether _MSC_VER is defined when detecting presence of cxxabi.h under libc++.
...
If _MSC_VER is defined, it means that we are using the Microsoft
ABI, so cxxabi.h (which is associated with the Itanium ABI) will not
be available.
7 years ago
Fedor Trushkin
9c82e7745c
Expose ScopedTrace utility in public interface
7 years ago
Gennadiy Civil
1b077667bd
Merge pull request #1402 from gennadiycivil/master
...
Code merging
7 years ago
Gennadiy Civil
08b323f717
Reverting some changes, need to make the merge compile
7 years ago