aboutsummaryrefslogtreecommitdiff
path: root/PDContainer/CHANGELOG
blob: babedd961f4abdd2dafb9d6c80e1f3641f171bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

new:
 - [getall( message to dump out all data sequentially
 - [keys( + [values( to dump out all keys, values of map, multimap

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