Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-30 | mark private methods as hidden | David Kalnischkies | |
We are the only possible users of private methods, so we are also the only users who can potentially export them via using them in inline methods. The point is: We don't need these symbols exported if we don't do this, so marking them as hidden removes some methods from the API without breaking anything as nobody could have used them. Git-Dch: Ignore | |||
2013-10-05 | Move ListUpdate/AquireUpdate into update.{cc,h} | Michael Vogt | |
This moves the ListUpdate/AquireUpdate out of the "catch-all" algorithm.{cc,h} file into its own update.{cc,h} |