docs/src/index.md

Thu, 03 Oct 2019 11:15:48 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 03 Oct 2019 11:15:48 +0200
branch
feature/array
changeset 357
0f5732f0dc00
parent 333
b3ad9d1a20b7
child 386
8ebfe95077eb
permissions
-rw-r--r--

fixes two bugs: clone to uninitialized array and missing return in ucx_array_ensurecap()

     1 ---
     2 title: Overview
     3 ---
     5 Welcome to the UAP Common Extensions.
     7 With this library we provide useful data structures and algorithms for common
     8 programmatic tasks in the C language. By design the features are divided into
     9 modules to minimize the library footprint. Using the build files you can create
    10 a static and a shared lib containing all modules, but you may also use the UCX
    11 sources in your project and compile specific modules by yourself to further
    12 minimize the footprint.
    14 If you want to use this library, you can [download and install](install.html)
    15 the recent version.
    16 The source code is also available as Mercurial repository [at our site][1] and
    17 on [Source Forge][2].
    19 [1]: https://develop.uap-core.de/hg/ucx/
    20 [2]: https://sourceforge.net/p/ucx/code/
    22 ### Authors
    24 Mike Becker [&lt;universe@uap-core.de&gt;](mailto:universe@uap-core.de)
    26 Olaf Wintermann
    27 [&lt;olaf.wintermann@gmail.com&gt;](mailto:olaf.wintermann@gmail.com)

mercurial