Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Googletest export | kuzkry | 2019-09-06 | 2 | -41/+2 |
| | | | | | | | | | Merge 7f4f58da20e1066a888d3e4bcbef541db798a605 into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2395 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2395 from kuzkry:custom-type-traits-remove_reference 7f4f58da20e1066a888d3e4bcbef541db798a605 PiperOrigin-RevId: 266189044 | ||||
* | Merge pull request #2398 from kuzkry:custom-type-traits-iterator_traits | Gennadiy Civil | 2019-08-29 | 3 | -42/+3 |
|\ | | | | | | | PiperOrigin-RevId: 266136896 | ||||
| * | remove a custom implementation of std::iterator_traits | Krystian Kuzniarek | 2019-08-13 | 3 | -42/+3 |
| | | |||||
* | | Googletest export | Abseil Team | 2019-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix invalid g3doc syntax highlighting languages. PiperOrigin-RevId: 265905539 | ||||
* | | Googletest export | kuzkry | 2019-08-23 | 2 | -10/+3 |
| | | | | | | | | | | | | | | | | | | Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2396 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b PiperOrigin-RevId: 265064856 | ||||
* | | Merge pull request #2401 from kuzkry:custom-type-traits-add_lvalue_reference | Xiaoyi Zhang | 2019-08-23 | 2 | -38/+0 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 264842713 | ||||
| * | | remove a custom implementation of std::add_lvalue_referencerefs/pull/2401/head | Krystian Kuzniarek | 2019-08-13 | 2 | -38/+0 |
| |/ | |||||
* | | Merge pull request #2400 from kuzkry:custom-type-traits-enable_if | Xiaoyi Zhang | 2019-08-23 | 3 | -10/+3 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 264693952 | ||||
| * | | remove a custom implementation of std::enable_if | Krystian Kuzniarek | 2019-08-13 | 3 | -13/+8 |
| |/ | |||||
* | | Merge pull request #2393 from kuzkry:custom-type-traits-remove_const | Xiaoyi Zhang | 2019-08-21 | 2 | -51/+3 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 264652890 | ||||
| * | | remove a custom implementation of std::remove_constrefs/pull/2393/head | Krystian Kuzniarek | 2019-08-13 | 2 | -51/+3 |
| |/ | |||||
* | | Merge pull request #2397 from kuzkry:custom-type-traits-is_reference | Gennadiy Civil | 2019-08-19 | 2 | -10/+172 |
|\ \ | |/ | | | | | PiperOrigin-RevId: 264193098 | ||||
* | | Merge pull request #2381 from Yannic:fix_bazel | Gennadiy Civil | 2019-08-19 | 3 | -172/+13 |
|\ \ | | | | | | | | | | PiperOrigin-RevId: 264186624 | ||||
| * | | Prepare for Bazel incompatible changes | Yannic Bonenberger | 2019-08-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006). This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`. | ||||
* | | | Merge pull request #2399 from kuzkry:custom-type-traits-is_same | Gennadiy Civil | 2019-08-15 | 5 | -36/+23 |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 263568712 | ||||
| * | | | remove custom implementations of std::is_samerefs/pull/2399/head | Krystian Kuzniarek | 2019-08-14 | 5 | -36/+23 |
| | |/ | |/| | |||||
* | | | Merge pull request #2382 from kuzkry:dead-metafunction | Gennadiy Civil | 2019-08-15 | 2 | -24/+0 |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 263416977 | ||||
| * | | | remove a dead metafunction | Krystian Kuzniarek | 2019-08-07 | 2 | -24/+0 |
| | | | | |||||
* | | | | Merge pull request #2386 from kuzkry:outdated-comment | Gennadiy Civil | 2019-08-15 | 1 | -6/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | PiperOrigin-RevId: 263400925 | ||||
| * | | | | remove an outdated commentrefs/pull/2386/head | Krystian Kuzniarek | 2019-08-11 | 1 | -6/+0 |
| | |/ / | |/| | | |||||
* | | | | Googletest export | Abseil Team | 2019-08-15 | 1 | -4/+0 |
|/ / / | | | | | | | | | | | | | | | | Internal change, documentation only. PiperOrigin-RevId: 262554386 | ||||
* | | | Merge pull request #2378 from kuzkry:markdown-table | Gennadiy Civil | 2019-08-07 | 3 | -19/+179 |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 262135359 | ||||
| * | | | fix an improperly generated tablerefs/pull/2378/head | Krystian Kuzniarek | 2019-08-06 | 1 | -9/+3 |
| |/ / | |||||
* | | | Merge pull request #2372 from pitrou:issue2371-windows-crt-asserts | Gennadiy Civil | 2019-08-07 | 4 | -177/+81 |
|\ \ \ | |/ / |/| | | | | | PiperOrigin-RevId: 262040609 | ||||
| * | | Fix #2371: Redirect Windows CRT assertions to stderrrefs/pull/2372/head | Antoine Pitrou | 2019-08-06 | 2 | -5/+71 |
| | | | |||||
* | | | Merge pull request #2111 from knuto:pr/remove_slash | Gennadiy Civil | 2019-08-06 | 5 | -14/+190 |
|\ \ \ | |/ / |/| | | | | | PiperOrigin-RevId: 261906004 | ||||
| * | | Remove / from parameterized test names if base test name is emptyrefs/pull/2111/head | Knut Omang | 2019-04-26 | 3 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | | This is useful to let a subsystem generate test names based on parameterized tests without exposing them as such to the user. Signed-off-by: Knut Omang <knut.omang@oracle.com> | ||||
* | | | Googletest export | misterg | 2019-08-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 261683482 | ||||
* | | | Merge pull request #2358 from kuzkry:adjustment-of-similar-comments | Gennadiy Civil | 2019-08-02 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | PiperOrigin-RevId: 261355792 | ||||
| * | | | adjust a comment to the similar section in advanced.mdrefs/pull/2358/head | Krystian Kuzniarek | 2019-07-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | in addition, fix typo of use -> us | ||||
* | | | | Merge pull request #2341 from ChrisBaish:master | Gennadiy Civil | 2019-08-02 | 1 | -12/+10 |
|\ \ \ \ | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261344735 | ||||
| * | | | | Moved explanation to single line as wellrefs/pull/2341/head | Chris Baish | 2019-07-19 | 1 | -12/+6 |
| | | | | | |||||
| * | | | | Moved table to single lines | Chris Baish | 2019-07-19 | 1 | -12/+12 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' into primer_md_table_update | Chris Baish | 2019-07-19 | 6 | -115/+123 |
| |\ \ \ \ | |||||
| * | | | | | Update primer.md | Chris Baish | 2019-07-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | Correct formatting in table | ||||
* | | | | | | Merge pull request #2357 from kuzkry:obsolete-documentation | Gennadiy Civil | 2019-08-02 | 3 | -9/+9 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | PiperOrigin-RevId: 261343928 | ||||
* | | | | | | Merge pull request #2361 from guillemglez:master | Gennadiy Civil | 2019-08-02 | 4 | -45/+50 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | PiperOrigin-RevId: 261340959 | ||||
| * | | | | | Fix table formatting in advanced.mdrefs/pull/2361/head | Guillem González Vela | 2019-08-01 | 1 | -36/+23 |
| | | | | | | |||||
* | | | | | | Merge pull request #2353 from anttsov:patch-1 | Gennadiy Civil | 2019-08-02 | 3 | -9/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 261198930 | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 3 | -21/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561 | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signed conversion warning for wchar_t -> wint_t. Fixes Github issue #2300 PiperOrigin-RevId: 261045497 | ||||
* | | | | | | | Googletest export | Abseil Team | 2019-08-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the fact that {Setup,TearDown}TestSuite failures are currently being dropped. PiperOrigin-RevId: 260962695 | ||||
* | | | | | | | Googletest export | misterg | 2019-08-01 | 4 | -18/+172 |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 260939845 | ||||
* | | | | | | Merge pull request #2356 from kuzkry:typos | Gennadiy Civil | 2019-07-30 | 27 | -158/+158 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 260786935 | ||||
| * | | | | | | fix typosrefs/pull/2356/head | Krystian Kuzniarek | 2019-07-30 | 27 | -158/+158 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2355 from kuzkry:markdown-numbering | Gennadiy Civil | 2019-07-30 | 3 | -28/+28 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | PiperOrigin-RevId: 260782065 | ||||
| * | | | | | | fix numbering of ordered lists in Markdown | Krystian Kuzniarek | 2019-07-30 | 3 | -28/+28 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #2338 from kuzkry:environment-documentation | Gennadiy Civil | 2019-07-29 | 1 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 260559531 | ||||
| * | | | | | | explicitly show overriding to align examples to their commentsrefs/pull/2338/head | Krystian Kuzniarek | 2019-07-18 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | document a missing parent class | Krystian Kuzniarek | 2019-07-18 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | |