Skip to content

Tags: PureDarwin/XPC

Tags

31

Use <stdatomic.h> in vproc.c

30

Tag libxpc-30 for darwinbuild

25

Tag libxpc-25 for darwinbuild

20.1.1

Tag libxpc-20.1.1 for darwinbuild

20.1

Tag libxpc-20.1 for darwinbuild

20

Tag libxpc-20 for darwinbuild

10.2

Make the XPC errors regular dictionaries

This was harder than it looked, because I could not include
<xpc/connection.h>. This header declares the variables I need
to define as 'const', and that prevents me from using a
constructor function to initialize them. I kinda need to do this
because the dictionary data structures are so complex.

Also fixed up xpc_release() to avoid freeing a statically allocated
object (such as our errors). This would still have been a problem
with our old error implementation.

10.1

Remove now-redundant hidden-liinkage attributes

10

Tag libxpc-10 for darwinbuild