Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-22 | Change license, flat file hier, do not use gpp, join .py and .pyx, simpler makefile1.1.2 | Mattias Andrée | 4 | -3507/+0 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2018-08-09 | Fix Python 3.7 compatility1.1.1 | Mattias Andrée | 3 | -150/+150 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-04-21 | Disable global interpretor lock while running external C code1.1 | Mattias Andrée | 1 | -44/+44 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-04-10 | ... | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2017-02-24 | Fix typo1.0.1 | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-21 | Fix makefile1.0 | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-21 | m deps | Mattias Andrée | 1 | -0/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-20 | test | Mattias Andrée | 1 | -6/+93 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-19 | test + fix errors | Mattias Andrée | 3 | -17/+89 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-19 | work on test + fix errors | Mattias Andrée | 3 | -11/+81 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-19 | _send functions have async parameter rather than creating their instance | Mattias Andrée | 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 | |||||
2016-08-17 | ... | Mattias Andrée | 3 | -19/+315 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-17 | Fix errors and start on test | Mattias Andrée | 3 | -31/+118 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-17 | fixs | Mattias Andrée | 2 | -15/+33 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-17 | NUL-termination | Mattias Andrée | 1 | -8/+8 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-17 | m + fix errors | Mattias Andrée | 2 | -84/+103 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-16 | Fix libcoopgamma.py + finish makefile | Mattias Andrée | 2 | -5/+115 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-16 | ... | Mattias Andrée | 3 | -87/+113 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-16 | Corrections to libcoopgamma_native.pyx.gpp | Mattias Andrée | 1 | -2/+2 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-16 | Corrections to libcoopgamma_native.pyx.gpp | Mattias Andrée | 2 | -196/+226 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-15 | error handling | Mattias Andrée | 1 | -37/+168 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-12 | Do not leak memory | Mattias Andrée | 1 | -301/+342 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-09 | implemention of cython functions (there are memory leaks on failures that need addressing) | Mattias Andrée | 2 | -57/+637 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-08 | ... | Mattias Andrée | 2 | -5/+116 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-08 | ... | Mattias Andrée | 2 | -16/+343 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-08 | native functions | Mattias Andrée | 1 | -1/+543 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-08 | struct and enums | Mattias Andrée | 2 | -0/+265 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-07 | Signatures and documentation methods | Mattias Andrée | 1 | -4/+269 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-06 | m fix | Mattias Andrée | 1 | -1/+1 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
2016-08-06 | Add clone and __repr__ functions | Mattias Andrée | 1 | -7/+171 | |
Signed-off-by: Mattias Andrée <maandree@kth.se> |