| 13 |
13 |
| 14 |
14 |
| 15 1. Introduction |
15 1. Introduction |
| 16 --------------- |
16 --------------- |
| 17 |
17 |
| 18 UAP Common eXtensions provide useful data structures and algorithms for common |
18 With this library we provide useful data structures and algorithms for common |
| 19 programmatic tasks in C language. By design the features are divided into |
19 programmatic tasks in the C language. By design the features are divided into |
| 20 modules to minimize the library footprint. Using the build files you can create |
20 modules to minimize the library footprint. Using the build files you can create |
| 21 a static and a shared lib containing all modules, but you might also want use |
21 a static and a shared lib containing all modules, but you may also use the UCX |
| 22 the UCX sources in your project and compile specific modules to further minimize |
22 sources in your project and compile specific modules by yourself to further |
| 23 the footprint. Feel free to do so. |
23 minimize the footprint. |
| 24 |
24 |
| 25 |
25 |
| 26 2. Build |
26 2. Build |
| 27 -------- |
27 -------- |
| 28 |
28 |
| 67 Mike Becker (universe@uap-core.de) |
67 Mike Becker (universe@uap-core.de) |
| 68 |
68 |
| 69 6. License |
69 6. License |
| 70 ---------- |
70 ---------- |
| 71 |
71 |
| 72 Copyright 2017 Olaf Wintermann. All rights reserved. |
72 Copyright 2017 Mike Becker, Olaf Wintermann All rights reserved. |
| 73 |
73 |
| 74 Redistribution and use in source and binary forms, with or without |
74 Redistribution and use in source and binary forms, with or without |
| 75 modification, are permitted provided that the following conditions are met: |
75 modification, are permitted provided that the following conditions are met: |
| 76 |
76 |
| 77 1. Redistributions of source code must retain the above copyright |
77 1. Redistributions of source code must retain the above copyright |