aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test + fix errorsMattias Andrée2016-08-191-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* work on test + fix errorsMattias Andrée2016-08-191-8/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* _send functions have async parameter rather than creating their instanceMattias Andrée2016-08-191-27/+16
| | | | | | | | | This is important for two reasons: 1) Otherwise, on failure such as EINTR, we don't have an instance and we run into trouble. 2) This lets us reuse created instances
* ...Mattias Andrée2016-08-171-2/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and start on testMattias Andrée2016-08-171-17/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* fixsMattias Andrée2016-08-171-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + fix errorsMattias Andrée2016-08-171-64/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix libcoopgamma.py + finish makefileMattias Andrée2016-08-161-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* error handlingMattias Andrée2016-08-151-37/+168
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* implemention of cython functions (there are memory leaks on failures that need addressing)Mattias Andrée2016-08-091-39/+100
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2016-08-081-5/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2016-08-081-14/+84
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Signatures and documentation methodsMattias Andrée2016-08-071-4/+269
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m fixMattias Andrée2016-08-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add clone and __repr__ functionsMattias Andrée2016-08-061-7/+171
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* StructuresMattias Andrée2016-08-061-0/+413
Signed-off-by: Mattias Andrée <maandree@kth.se>