History log of /fuchsia/zircon/system/utest/fit/main.c
Revision Date Author Comments
# 69914ab3 22-May-2018 Jeff Brown <jeffbrown@google.com>

[fit] Define fit::function.

Introduce a new library, libfit, which is intended to contain a
small number of abstractions that serve as a kind of "annex" to
the C++ 14 standard library.

This code has been derived from fbl::Function with the following
changes:
- adopt an API style similar to that of std::function
- use hand-rolled vtables to improve code generation
- add missing target() member function
- drop AllocChecker overloads

Added an empty file to make the linker happy, as was previously
done for libfbl way back when it too was header-only.

Change-Id: I6412a1827e34a9ac63444a9bc07c692ec52d763e


# 4454c6aa 25-May-2018 Michael Jurka <mikejurka@google.com>

[fit] Revert "[fit] Define fit::function."

This reverts commit 8ab9e9f111e491c2d1621155b6fc32191dfabba0.

Change-Id: I8fae8df30a03e202e982c1234d6c1becc5678488


# 8ab9e9f1 22-May-2018 Jeff Brown <jeffbrown@google.com>

[fit] Define fit::function.

Introduce a new library, libfit, which is intended to contain a
small number of abstractions that serve as a kind of "annex" to
the C++ 14 standard library.

This code has been derived from fbl::Function with the following
changes:
- adopt an API style similar to that of std::function
- use hand-rolled vtables to improve code generation
- add missing target() member function
- drop AllocChecker overloads

Change-Id: I2d6b401bfc60df007ca1554124f525785344d5b9