History log of /fuchsia/zircon/system/ulib/test-utils/rules.mk
Revision Date Author Comments
# 88958d74 20-Sep-2018 Doug Evans <dje@google.com>

[crashlogger] Move crashlogger.h to zircon-internal

It can now be used by, eg., garnet.

Tested: compiles
Plus used crashlogger to help debug DX-448

Change-Id: I8a851f9d7292d05dd6a4f4ce42dfcf5e1fb668a4


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 3eba7de5 25-Aug-2017 Brian Swetland <swetland@google.com>

[build][groups] annotate 'misc' and 'test' modules

This allows us to generate a bootdata.bin which excludes them,
reducing it from 4.52MB to 2.65MB

The default bootdata.bin still includes all modules.

Change-Id: If13bfcacba9386a691e6b7c380eed53d67bb44eb


# 16656ae0 05-Apr-2017 Brian Swetland <swetland@google.com>

[build] flatten the build

Previously we treated kernel/, system/, and third_party/ as
overlays on a shared namespace. This required the concept
of "canonical" module names, and a lot of complexity to ensure
that things didn't collide and the build worked.

This change gets rid of that, no longer passes -I to make,
so that include directives from our *.mk files do not magically
wildcard across various paths, etc.

The most user-visible change is that everywhere where a module
name is specified (MODULE_DEPS, MODULE_LIBS, etc), full module
names like kernel/lib/io or system/ulib/mxio must be used instead
of previously-allowed "short" names like lib/io and ulib/mxio.

The build output still has a similar shape, but the first segment
of the module path (kernel/, system/, or third_party/) is no
longer elided under $(BUILDDIR)

Change-Id: I525aba1da1c86eb7a86007bddc669f7eeebfedd5


# 12242caa 07-Mar-2017 Brian Swetland <swetland@google.com>

[build][musl] refer to musl libc as ulib/c

This makes the build rules and the intermediate
output files easier to understand, without having
to modify the path where musl libc lives.

The biggest observeable difference is the build
intermediate files:

$ ls build-magenta-pc-x86-64/ulib/c
config-module.h libc.abi.h libc.abi.stamp libc.so libc.so.id libc.so.strip
libc.a libc.abi.o libc.a.opts libc.so.abi libc.so.opts third_party

which previously were at build-magenta-pc-x86/ulib/musl
and named libmusl.*

and the replacing of ulib/musl with ulib/c in the library
dependencies of all the rules.mk files (the vast bulk of
this change)

Change-Id: If9c5d522099d2c9ac5bdb666b8e67a2eb3d316ee


# 9fe9eba1 06-Sep-2016 Doug Evans <dje@google.com>

[system][ulib][test-utils] Link launchpad,mxio as shared.

Instead of statically linking them in.

Change-Id: I42fab26b3d0040e9970ac29755e6f136420ec544


# e320322d 06-Sep-2016 Doug Evans <dje@google.com>

[system][ulib][test-utils] Improve library dependencies

Make unittest a dynamic dependency, instead of statically linked in.
Remove hexdump as a dependency.

Change-Id: I87d39b4722c1e1665db63c1d46c023fd6a6b82b9


# 4fb1ae03 26-Aug-2016 Mike Voydanoff <voydanoff@google.com>

[ddk] Move hexdump utils to a separate library

Change-Id: I6a2f061f886fc98db656fc4f0a991887f11c3ba9


# 66a201f1 16-Aug-2016 Brian Swetland <swetland@frotz.net>

[system] align license and license banners with Fuchsia

This adjusts the Magenta userspace code to match the prevailing
license in Fuchsia (three-clause BSD), using the same banner
and license text.

Change-Id: I6b6d79435c5dbaa32027888874849e4f47aaa7be


# 3df798f3 10-Aug-2016 Doug Evans <dje@google.com>

[system][ulib][test-utils] Create test-utils library.

test-utils is moved from unittest to its own library.
The reason for this is that test-utils uses mxio but
unittest cannot use mxio. See system/ulib/unittest/README.md
and system/utest/core/README.md.

Change-Id: Id79ea8a4cf8cc948994cef5bcc3dfe035e90bff4