Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | altoslib/altosuilib: Fix equals methods, add hashCode | Keith Packard | 2015-06-22 |
| | | | | | | | | Whenever we use a class as a HashMap key, that class needs to override the equals(Object) and hashCode() methods. Otherwise, the hash table won't work right. Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altoslib/altosuilib: Update library version to 7 | Keith Packard | 2015-05-25 |
| | | | | | | So many ABI/API changes Signed-off-by: Keith Packard <keithp@keithp.com> | ||
* | altoslib: Get new abstract mapping code compiling | Keith Packard | 2015-05-25 |
Not useful yet, but at least it compiles now? Signed-off-by: Keith Packard <keithp@keithp.com> |