blob: 41212e5d84bfce707607e58283d0fe048d93f85c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
version 0.2
- possible to store pointers now as keys, values, ... (for pd graphical datastructures)
- h_map: IMPORTANT: [add ( has changed !!! now it resets the value,
if the key is already in the map !
(this should break no patches I hope !)
- compiles with gcc4 now (templates reworked)
- huge memory leak fixed
- some bug fixes
- some internal changes
version 0.1
- basic functionality
|