History log of /external/deqp/framework/common/tcuMaybe.hpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab2112857be486f19caf4b50e6211150bd7613b4 18-Mar-2015 Pyry Haulos <phaulos@google.com> Fix couple of warnings reported by MSVC

Change-Id: Icd4e5a545197d052d5705266e24de2bad881bafd
/external/deqp/framework/common/tcuMaybe.hpp
93df37596ea66700965094b3aa2830cf4f2ca5aa 24-Feb-2015 Jarkko Pöyry <jpoyry@google.com> Add DE_WARN_UNUSED_TYPE.

- Add DE_WARN_UNUSED_TYPE macro.
- Mark most commonly used types that have non-trivial ctor/dtor pair
but no intended side-effects with DE_WARN_UNUSED_TYPE.

Change-Id: I9af5c29fcacbec0d9bed0185b60552cb4bccf667
/external/deqp/framework/common/tcuMaybe.hpp
7c39ad32b468dae7262aca39fa2c4fdd33dd0027 13-Feb-2015 Mika Isojärvi <misojarvi@google.com> Add tcu::just() that wraps argument in to tcu::Maybe.

Sometimes relying on implicit conversions is not enough and writing
complete constructor of tcu::Maybe<T> is tedious.

Change-Id: I945ada922e6507152f30109773425401cefd54a3
/external/deqp/framework/common/tcuMaybe.hpp
04124860027485485618ab2e3117c3fe77ae8416 27-Jan-2015 Mika Isojärvi <misojarvi@google.com> Add tcuMaybe that can be used for values that may not exist.

Fairly often we have values that may not exist. Most often with test
case parameters. This template class adds support for values that may
not exist. This class replaces use of pointers and magic numbers for
values that don't exist.

Change-Id: I58b5783f57a34db545909d0ac809e83cbef02792
/external/deqp/framework/common/tcuMaybe.hpp