]> begriffs open source - libderp/blob - CHANGELOG.md
WIP: begriffs style .so installation
[libderp] / CHANGELOG.md
1 # Libderp changelog
2
3 ## 1.1.1
4
5 * Switched from Make to Meson build system
6
7 ## 1.1.0
8
9 ### Added
10
11 * Support for alternate memory allocation functions
12 * Memory leak checking in tests with the Boehm GC
13
14 ## 1.0.0
15
16 ### Added
17
18 * `EXTRA_CFLAGS` for cross-compilation
19 * Include debug symbols in the release variant too
20
21 ### Changed
22
23 * Don't explicitly build the static library with
24   position-independent code (-fPIC)
25
26 ## 0.1.0
27
28 ### Added
29
30 * `derp_strcmp` and `derp_free` convenience wrappers which
31   ignore their second argument
32
33 ### Fixed
34
35 * Conform with C99 7.1.3 for internal identifier names
36   (don't use leading underscores)
37
38 ## 0.0.0
39
40 ### Added
41
42 * List, vector, balanced tree, and hash map