]> begriffs open source - libderp/blob - CHANGELOG.md
Find Boehm faster on mac
[libderp] / CHANGELOG.md
1 # Libderp changelog
2
3 ## Unreleased
4
5 ### Added
6
7 * Boehm GC support (enable with -DDERP_USE_BOEHM_GC)
8
9 ## 1.0.0
10
11 ### Added
12
13 * `EXTRA_CFLAGS` for cross-compilation
14 * Include debug symbols in the release variant too
15
16 ### Changed
17
18 * Don't explicitly build the static library with
19   position-independent code (-fPIC)
20
21 ## 0.1.0
22
23 ### Added
24
25 * `derp_strcmp` and `derp_free` convenience wrappers which
26   ignore their second argument
27
28 ### Fixed
29
30 * Conform with C99 7.1.3 for internal identifier names
31   (don't use leading underscores)
32
33 ## 0.0.0
34
35 ### Added
36
37 * List, vector, balanced tree, and hash map