Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test | Mattias Andrée | 2016-08-20 | 1 | -6/+93 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | test + fix errors | Mattias Andrée | 2016-08-19 | 3 | -17/+89 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | work on test + fix errors | Mattias Andrée | 2016-08-19 | 3 | -11/+81 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | _send functions have async parameter rather than creating their instance | Mattias Andrée | 2016-08-19 | 1 | -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ée | 2016-08-17 | 3 | -19/+315 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix errors and start on test | Mattias Andrée | 2016-08-17 | 3 | -31/+118 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | fixs | Mattias Andrée | 2016-08-17 | 2 | -15/+33 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | NUL-termination | Mattias Andrée | 2016-08-17 | 1 | -8/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m + fix errors | Mattias Andrée | 2016-08-17 | 2 | -84/+103 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Fix libcoopgamma.py + finish makefile | Mattias Andrée | 2016-08-16 | 1 | -3/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | ... | Mattias Andrée | 2016-08-16 | 2 | -86/+95 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Corrections to libcoopgamma_native.pyx.gpp | Mattias Andrée | 2016-08-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Corrections to libcoopgamma_native.pyx.gpp | Mattias Andrée | 2016-08-16 | 1 | -196/+214 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | error handling | Mattias Andrée | 2016-08-15 | 1 | -37/+168 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Do not leak memory | Mattias Andrée | 2016-08-12 | 1 | -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ée | 2016-08-09 | 2 | -57/+637 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | ... | Mattias Andrée | 2016-08-08 | 2 | -5/+116 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | ... | Mattias Andrée | 2016-08-08 | 2 | -16/+343 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | native functions | Mattias Andrée | 2016-08-08 | 1 | -1/+543 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | struct and enums | Mattias Andrée | 2016-08-08 | 2 | -0/+265 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Signatures and documentation methods | Mattias Andrée | 2016-08-07 | 1 | -4/+269 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | m fix | Mattias Andrée | 2016-08-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Add clone and __repr__ functions | Mattias Andrée | 2016-08-06 | 1 | -7/+171 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | Structures | Mattias Andrée | 2016-08-06 | 1 | -0/+413 |
Signed-off-by: Mattias Andrée <maandree@kth.se> |