1. 09 Nov, 2021 2 commits
    • Oleksandr Karpovich's avatar
    • Oleksandr Karpovich's avatar
      TextBlob common (#358) · bc86bdc2
      Oleksandr Karpovich authored
      * add TextBlobTest.kt: canMakeFromPos
      
      * add TextBlobTest.kt: getIntercepts
      
      * add TextBlobTest.kt: tightBounds
      
      * add TextBlobTest.kt: blockBounds
      
      * TextBlob: make _nGetBlockBounds code reusable by moving it to commonMain/cpp
      
      * TextBlob: make _nGetTightBounds code reusable by moving it to commonMain/cpp
      
      * TextBlob: make _nGetPositions code reusable by moving it to commonMain/cpp
      
      * TextBlob: make _nGetGlyphs code reusable by moving it to commonMain/cpp
      
      * TextBlob: firstBaseline and lastBaseline
      
      * TextBlob: _nMakeFromPosH
      
      * TextBlob: _nMakeFromRSXform
      
      * TextBlob: _nGetClusters
      
      * fix jni compilation for windows: add reinterpret_cast
      
      * update github action to upload test reports for failing tests too
      
      * update TextBlobTest.kt
      
      * add comment
      
      * PR review improvements
      
      * update epsilon
      
      * update epsilon
      
      * update epsilon
      Co-authored-by: 's avatarOleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
      bc86bdc2
  2. 08 Nov, 2021 14 commits
  3. 05 Nov, 2021 1 commit
  4. 04 Nov, 2021 1 commit
  5. 03 Nov, 2021 4 commits
  6. 02 Nov, 2021 9 commits
  7. 01 Nov, 2021 7 commits
  8. 29 Oct, 2021 1 commit
  9. 28 Oct, 2021 1 commit
    • Alexey Tsvetkov's avatar
      Skiko Mac signing fix (#320) · 7939fb15
      Alexey Tsvetkov authored
      * Refactor maybeSign and remoteSignCodesign
      
      * Remove .maybesigned suffix
      
      * Read signed binary from `signed` directory
      
      * Set up correct working directory
      7939fb15