aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* m depsMattias Andrée2016-08-211-0/+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-162-5/+115
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2016-08-163-87/+113
| | | | 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-162-196/+226
| | | | 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>
* At least python 3.4 will be requiredMattias Andrée2016-08-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add readmeMattias Andrée2016-08-061-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add licenseMattias Andrée2016-08-062-0/+689
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add depsMattias Andrée2016-08-061-0/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* first commitMattias Andrée2016-08-061-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>