Releases: kotlin-graphics/kool
Releases · kotlin-graphics/kool
0.9.77
Fixed minus
/plus
pointer arithmetic bug
0.9.76
Removed generic operators plus
and minus
from base Ptr
class
Added all the operators (plus
, minus
, inc
, dec
) on the corresponding primitive pointer in order to have pointer arithmetic (via mangling for avoiding signature clashing)
Custom pointers must have their own operator to properly operate
0.9.75
- Gradle 8.0.2
- Kotlin 1.8.10
- Lwjgl 3.3.2
- Kotest 5.5.5
0.9.0
- Gradle 6.8.3
- Kotlin 1.4.31
extracted build logic
0.8.8
- Gradle 6.8.1
- Kotlin 1.4.21
- Dokka 1.4.20
- Kotlintest 4.3.2
0.8.7
- implemented dokka on Netlify
- kotlin 1.4.0
- dokka 1.4.0
- kotest 4.2.0
- gradle 6.6
0.8.6
- jdk11 and jdk8
- Gradle:
- kotlin script
- bump 6.4.1
- variance awareness
- kotest 4.0.5
- added dokka 0.10.1
0.8.5
-
kotlin 1.3.70
-
gradle 6.2.2
-
removed gradle deprecated stuff
-
added *Buffer::sliceAt
, to confortable slice a buffer at the given offset, with the optional given size
0.8.4
- kotlin 1.3.61
- gradle 6.0.1
- shadow 5.2.0
- lwjgl 3.2.3