docs/Writerside/ucx.tree

Fri, 23 May 2025 12:44:24 +0200

author
Mike Becker <universe@uap-core.de>
date
Fri, 23 May 2025 12:44:24 +0200
changeset 1327
ed75dc1db503
parent 1175
453a45647a32
child 1390
ff077f793c5d
permissions
-rw-r--r--

make test-compile depend on both static and shared

the shared lib is not needed for the tests,
but when run with coverage, gcov will be confused
when outdated line information is available from
a previous shared build

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile
        SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">

<instance-profile id="ucx"
                 name="UAP Common Extensions"
                 start-page="about.md">
    <toc-element topic="about.md"/>
    <toc-element topic="features.md">
        <toc-element topic="memory.md">
            <toc-element topic="allocator.h.md"/>
            <toc-element topic="mempool.h.md"/>
        </toc-element>
        <toc-element topic="collections.md">
            <toc-element topic="iterator.h.md"/>
            <toc-element topic="collection.h.md"/>
            <toc-element topic="list.h.md"/>
            <toc-element topic="array_list.h.md"/>
            <toc-element topic="linked_list.h.md"/>
            <toc-element topic="map.h.md"/>
            <toc-element topic="hash_map.h.md"/>
            <toc-element topic="tree.h.md"/>
        </toc-element>
        <toc-element topic="strings.md">
            <toc-element topic="string.h.md"/>
            <toc-element topic="buffer.h.md"/>
            <toc-element topic="printf.h.md"/>
        </toc-element>
        <toc-element topic="parsers.md">
            <toc-element topic="json.h.md"/>
            <toc-element topic="properties.h.md"/>
        </toc-element>
        <toc-element topic="utils.md">
            <toc-element topic="compare.h.md"/>
            <toc-element topic="hash_key.h.md"/>
            <toc-element topic="streams.h.md"/>
            <toc-element topic="test.h.md"/>
        </toc-element>
    </toc-element>
    <toc-element topic="install.md"/>
    <toc-element topic="license.md" />
</instance-profile>

mercurial