aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable global interpretor lock while running external C code1.1Mattias Andrée2017-04-211-44/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2017-04-101-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typo1.0.1Mattias Andrée2017-02-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* testMattias Andrée2016-08-201-6/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* test + fix errorsMattias Andrée2016-08-193-17/+89
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* work on test + fix errorsMattias Andrée2016-08-193-11/+81
| | | | 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-173-19/+315
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix errors and start on testMattias Andrée2016-08-173-31/+118
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* fixsMattias Andrée2016-08-172-15/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* NUL-terminationMattias Andrée2016-08-171-8/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + fix errorsMattias Andrée2016-08-172-84/+103
| | | | 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>
* ...Mattias Andrée2016-08-162-86/+95
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Corrections to libcoopgamma_native.pyx.gppMattias Andrée2016-08-161-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Corrections to libcoopgamma_native.pyx.gppMattias Andrée2016-08-161-196/+214
| | | | 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>
* Do not leak memoryMattias Andrée2016-08-121-301/+342
| | | | 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-092-57/+637
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2016-08-082-5/+116
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2016-08-082-16/+343
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* native functionsMattias Andrée2016-08-081-1/+543
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* struct and enumsMattias Andrée2016-08-082-0/+265
| | | | 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>