aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-17Fix errors and start on testMattias Andrée3-31/+118
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-17fixsMattias Andrée2-15/+33
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-17NUL-terminationMattias Andrée1-8/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-17m + fix errorsMattias Andrée2-84/+103
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-16Fix libcoopgamma.py + finish makefileMattias Andrée2-5/+115
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-16...Mattias Andrée3-87/+113
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-16Corrections to libcoopgamma_native.pyx.gppMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-16Corrections to libcoopgamma_native.pyx.gppMattias Andrée2-196/+226
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-15error handlingMattias Andrée1-37/+168
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-12Do not leak memoryMattias Andrée1-301/+342
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-09implemention of cython functions (there are memory leaks on failures that need addressing)Mattias Andrée2-57/+637
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-08...Mattias Andrée2-5/+116
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-08...Mattias Andrée2-16/+343
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-08native functionsMattias Andrée1-1/+543
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-08struct and enumsMattias Andrée2-0/+265
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-07Signatures and documentation methodsMattias Andrée1-4/+269
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06m fixMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Add clone and __repr__ functionsMattias Andrée1-7/+171
Signed-off-by: Mattias Andrée <maandree@kth.se>