v8/include/cppgc
Michael Lippautz eefd5d31a2 cppgc: Add public target to build against
- Fixes includes to be relative to include/ which allows embedders
  to just add V8's include directory to get started.
- Adds public target for the library as "cppgc".

Bug: chromium:1056170
Change-Id: Iec9b644e20016a5d7281275b739821a050fd2540
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2157366
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67278}
2020-04-21 12:48:23 +00:00
..
internal cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
allocation.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
DEPS cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
garbage-collected.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
heap.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
liveness-broker.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
macros.h cppgc: Add support for prefinalizers 2020-04-14 16:03:15 +00:00
member.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
persistent.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
platform.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
prefinalizer.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
README.md cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
trace-trait.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00
type-traits.h cppgc: Make Trace methods const 2020-04-20 13:15:13 +00:00
visitor.h cppgc: Add public target to build against 2020-04-21 12:48:23 +00:00

C++ Garbage Collection

This directory provides an open-source garbage collection library for C++.

The library is under construction, meaning that all APIs in this directory are incomplete and considered unstable and should not be used.