summaryrefslogtreecommitdiffstats
path: root/src/tester.c
Commit message (Collapse)AuthorAgeFilesLines
* Use correct value when using PyObject_IsTrueDetlev Casanova2010-07-161-7/+20
| | | | | | | Add function laymanAPIGetAllInfo() Make use of _laymanAPIGetAllInfos() as a common base for both laymanAPIGetAllInfo() and laymanAPIGetAllInfos() Add function laymanAPIAddRepo and laymanAPIDeleteRepo
* Add laymanAPIIsRepo, laymanAPIIsInstalled, laymanAPIGetInfosStr,Detlev Casanova2010-07-161-6/+5
| | | | | | laymanAPIGetInfoStr, laymanAPIGetAllInfos, laymanAPIAddRepos, laymanAPIDeleteRepos and overlayInfoFree Add comments
* Make functions use the updates in the apiDetlev Casanova2010-07-161-1/+1
| | | | | | | | | | | | | | | Fix memory management errors, add a construction function for string list Fix laymanAPIGetInfo() to use a list of tuples Fix laymanAPIGetInfo() not to crash Add a function to the layman API to get information from a list of overlays Check all python objects after a call to Python Use asserts when PyObject_IsTrue returns -1 Add comments where necessary Implement missing functions : laymanAPIAddRepo, laymanAPIDeleteRepo Modify the Message class constructor to only take mandatory arguments, other arguments can be set with the corresponding methods
* Fix a warning in DictDetlev Casanova2010-07-151-8/+9
| | | | Add a method to get info for a list of overlays
* Get to work with the changes in layman.Detlev Casanova2010-07-151-9/+27
| | | | Fix most of the memory leaks
* Get the proper layman Python library and fix BareConfig constructor toDetlev Casanova2010-07-111-10/+26
| | | | take a Message class as first argument.
* Add some methods to Overlay, fix some warningsDetlev Casanova2010-07-091-0/+4
|
* Restructure classes.Detlev Casanova2010-07-091-0/+21