aboutsummaryrefslogtreecommitdiffstats
path: root/include-libcoopgamma.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-06-02Fix makefile1.1.3.2Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2023-07-02Fix makefile1.1.3.1Mattias Andrée1-9/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-02-20m improvement to config.mk1.1.3Mattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-10-22Change license, flat file hier, do not use gpp, join .py and .pyx, simpler makefile1.1.2Mattias Andrée12-2145/+1283
Signed-off-by: Mattias Andrée <maandree@kth.se>
2018-08-09Fix Python 3.7 compatility1.1.1Mattias Andrée3-150/+150
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-21Disable global interpretor lock while running external C code1.1Mattias Andrée1-44/+44
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-04-10...Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2017-02-24Fix typo1.0.1Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-21Fix makefile1.0Mattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-21m depsMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-20testMattias Andrée1-6/+93
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-19test + fix errorsMattias Andrée3-17/+89
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-19work on test + fix errorsMattias Andrée3-11/+81
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-19_send functions have async parameter rather than creating their instanceMattias Andrée1-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ée3-19/+315
Signed-off-by: Mattias Andrée <maandree@kth.se>
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>