kivy:cache_improvements

Last commit made on 2016-11-13
Get this branch:
git clone -b cache_improvements https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
cache_improvements
Repository:
lp:kivy

Recent commits

7b2c828... by gabriel pettier <email address hidden>

try to use Cache's max_size to limit gpu memory usage

865484f... by gabriel pettier <email address hidden>

remove now obsolete FIXME statement

0020897... by gabriel pettier <email address hidden>

add max_size limit to Cache

allows to define a function to compute the size of an element, and
prevent the sum of these sizes to outgrow a certain limit, when that
happens, the same (time based) purge is applied as with the length
limit.

c4cc917... by gabriel pettier <email address hidden>

add tests and fixes to Cache's limit feature

e66f76f... by Peter Badida <email address hidden>

Merge pull request #4684 from KeyWeeUsr/docs_addpckgs

Add docs for additional packages

70ca1cf... by Peter Badida <email address hidden>

Fix misplaced code directive

f71c46d... by dessant <email address hidden>

use https for travis webhook

16afe80... by dessant <email address hidden>

fix syntax for ssh options, enable doc updates

20b2331... by gabriel pettier <email address hidden>

Merge branch 'pr/4567'

162b7c1... by gabriel pettier <email address hidden>

small code cleanup