aboutsummaryrefslogtreecommitdiff
path: root/BUILD.bazel
AgeCommit message (Collapse)Author
2018-07-12Merge branch 'master' into stacktraceDerek Mauro
2018-07-12Adds the UniversalPrinter for absl::variant.Derek Mauro
2018-07-10Adds stacktrace support from Abseil to Google TestDerek Mauro
This change adds the ability to generate stacktraces in Google Test on both failures of assertions/expectations and on crashes. The stacktrace support is conditionally available only when using Abseil with Google Test. To use this support, run the test under Bazel with a command like this: bazel test --define absl=1 --test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1 //path/to/your:test The "--define absl=1" part enables stacktraces on assertion/expectation failures. The "--test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" part enables the signal handler that logs a stacktrace in the event of a crash (this also requires the "--define absl=1" part). This is not the default since it may interfere with existing tests.
2018-01-31Merges and also adding new bazel build modeGennadiy Civil
2018-01-30Ability to optionally depend on Abseil plus upstream of 183716547Gennadiy Civil
2018-01-09[Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvcLoo Rong Jie
and x64_windows_msvc
2017-08-18Also can build when included in source.Zhongming Qu
2017-08-18Remove trailing whitespaces in BUILD.bazelZhongming Qu
2017-08-10Addressing commentsmisterg
2017-08-10Added Copyrightmisterg
2017-08-10Initial Revision, review 164634031misterg
2017-08-09WIPmisterg
2017-08-09WIPmisterg
2017-08-08WIP, win testingmisterg
2017-08-08WIPmisterg
2017-08-02WIPmisterg
2017-08-02WIPmisterg
2017-08-01WIPmisterg
2017-08-01WIPmisterg