Ugljesa Jovanovic
|
4eb8970fd3
|
Added testing tasks to osx builds, cleaned up pure variant build.gradle.kts
|
2020-06-11 19:48:10 +02:00 |
|
Ugljesa Jovanovic
|
3a81d8e57c
|
More changes to get intellij to reconize cinterop in native sourceset
|
2020-06-07 17:18:41 +02:00 |
|
Ugljesa Jovanovic
|
d901a45b87
|
Playing around with the API, added optins, will remove annotations in next commit
|
2020-06-05 20:09:38 +02:00 |
|
Ugljesa Jovanovic
|
d11d4e7fb0
|
Working arm 64 libsodium integration
|
2020-06-05 16:27:58 +02:00 |
|
Ugljesa Jovanovic
|
89c3085139
|
crypto module should only define js jvm and linux when running on 64bit linux
|
2020-06-01 13:00:07 +02:00 |
|
Ugljesa Jovanovic
|
416e9375a1
|
Forgot to move arm32 sourcesets
|
2020-06-01 11:35:11 +02:00 |
|
Ugljesa Jovanovic
|
9292cded2c
|
Enable arm32 and arm64 builds
|
2020-06-01 11:29:45 +02:00 |
|
Ugljesa Jovanovic
|
7c6a31d765
|
Update crypto module build gradle
|
2020-05-31 21:23:45 +02:00 |
|
Ugljesa Jovanovic
|
bb58a372e7
|
delegated module build.gradle cleanp and macos build fix
|
2020-05-30 22:47:01 +02:00 |
|
Ugljesa Jovanovic
|
137fe3fe62
|
Working linux x64, macosx64 and mingwx64 builds with libsodium, cleaned up api build.grade, extracted version name and group
|
2020-05-30 00:33:31 +02:00 |
|
Ugljesa Jovanovic
|
7389f19024
|
non delegated need coroutines dependancy
|
2020-05-30 00:22:33 +02:00 |
|
Ugljesa Jovanovic
|
639cd317aa
|
Same for test
|
2020-05-30 00:16:23 +02:00 |
|
Ugljesa Jovanovic
|
b589a12142
|
typo
|
2020-05-30 00:15:14 +02:00 |
|
Ugljesa Jovanovic
|
452d7561a2
|
Dont add default soruce set to mingw on multiplatform-crypto, as it uses it's own SRNG
|
2020-05-30 00:09:10 +02:00 |
|
Ugljesa Jovanovic
|
82470472ad
|
Mingw64 doesnt need native srcdir
|
2020-05-30 00:03:28 +02:00 |
|
Ugljesa Jovanovic
|
f249e822c6
|
mingw on common in crypto module
|
2020-05-30 00:01:09 +02:00 |
|
Ugljesa Jovanovic
|
42ceb79637
|
Wrong module + put back ideaActive check before adding srcDirs
|
2020-05-29 23:59:15 +02:00 |
|
Ugljesa Jovanovic
|
928621eaab
|
mingw depend on native main, add idea workarounds
|
2020-05-29 23:50:56 +02:00 |
|
Ugljesa Jovanovic
|
fc159d116f
|
Disable ios builds in delegated as we are getting platforms built one by one
|
2020-05-29 23:44:20 +02:00 |
|
Ugljesa Jovanovic
|
05ef422747
|
Add temporary ios filtering everywhere
|
2020-05-28 23:59:07 +02:00 |
|
Ugljesa Jovanovic
|
63c5db199e
|
Sorted out native sourcesets, using intialization and sodium srng in js and native
|
2020-05-28 22:41:05 +02:00 |
|
Ugljesa Jovanovic
|
3cfbd0ea63
|
Successful build
|
2020-05-24 10:29:30 +02:00 |
|
Ugljesa Jovanovic
|
9858eaa5fb
|
First steps
|
2020-05-24 10:16:53 +02:00 |
|
Ugljesa Jovanovic
|
aecad37e64
|
Adding sample project
|
2020-05-24 09:46:35 +02:00 |
|
Ugljesa Jovanovic
|
799a9bb74e
|
Parallelism cleanup and preaparations
|
2020-05-18 23:45:24 +02:00 |
|
Ugljesa Jovanovic
|
e0eb1219c6
|
Fix js SRNG returning undefined with kotlin js 1.4
|
2020-05-18 19:37:57 +02:00 |
|
Ugljesa Jovanovic
|
0fbaed2065
|
1.4 preparation
|
2020-05-17 23:36:01 +02:00 |
|
Ugljesa Jovanovic
|
7ef6d23f46
|
Fix travis windows deploy (no x86 for windows), bump snapshot to 0.0.4
|
2020-05-17 00:42:40 +02:00 |
|
Ugljesa Jovanovic
|
632739c551
|
fix mac build
|
2020-05-17 00:08:55 +02:00 |
|
Ugljesa Jovanovic
|
6d6b16edfc
|
build gradle fixes
|
2020-05-17 00:00:01 +02:00 |
|
Ugljesa Jovanovic
|
a5fc3c8350
|
Limit builds to hosts, bump to 0.0.3
|
2020-05-16 23:55:26 +02:00 |
|
Ugljesa Jovanovic
|
ba90eae3cb
|
Bump gradle to 6.4 to fix mac build problems
|
2020-05-16 22:38:18 +02:00 |
|
Ugljesa Jovanovic
|
744254aa88
|
Skip browser tests, and remove mingwX86
|
2020-05-16 22:18:20 +02:00 |
|
Ugljesa Jovanovic
|
2bc3051748
|
Enable windows build in builg.gradle, add argon2 nput validation
|
2020-05-16 22:18:19 +02:00 |
|
Ugljesa Jovanovic
|
1e0a5b516e
|
Continuing Argon 2 work
|
2020-05-16 22:18:18 +02:00 |
|
Ugljesa Jovanovic
|
63df04a7b6
|
Implemented mingw srng, add some more gradle handling for idea, disabled mingwx86 for now as it's not supported by coroutines, and I want to use coroutines eventually
|
2020-05-16 22:18:14 +02:00 |
|
Ugljesa Jovanovic
|
84799b4ede
|
A kludgy way to get the native to properly compile when in intellij IDE
|
2020-01-05 20:41:58 +01:00 |
|
Ugljesa Jovanovic
|
cb7ca575ab
|
Working SRNG implementation for nodeJs and browser js
|
2020-01-05 20:21:34 +01:00 |
|
Ugljesa Jovanovic
|
22561dd845
|
Add propeor osx image, disabe browser tests, until I find out how to set timeout when running karma tests, disable SRNG test because there is no MinGW SRNG implementation yet
|
2019-12-26 17:00:47 +01:00 |
|
Ugljesa Jovanovic
|
09065eb6a7
|
Bump up versions, use more up to date js testing approach
|
2019-12-26 15:05:15 +01:00 |
|
Ugljesa Jovanovic
|
d8ea3d2693
|
Fix missing leading zeroes in counter
|
2019-09-24 00:52:49 +02:00 |
|
Ugljesa Jovanovic
|
1345125252
|
Added aes cbc
|
2019-09-21 22:20:05 +02:00 |
|
Ugljesa Jovanovic
|
8be3c8f9ea
|
0.0.3 snapshot bump
|
2019-07-21 13:28:11 +02:00 |
|
Ugljesa Jovanovic
|
00155c8cc9
|
Proper version bump
|
2019-07-21 13:14:28 +02:00 |
|
Ugljesa Jovanovic
|
78a31c631b
|
Version bump
|
2019-07-21 13:03:06 +02:00 |
|
Ugljesa Jovanovic
|
a87bee1a5c
|
Snapshot bump
|
2019-07-20 19:11:48 +02:00 |
|
Ugljesa Jovanovic
|
0b07fb556a
|
Initial version
|
2019-07-20 19:10:56 +02:00 |
|
Ugljesa Jovanovic
|
98591aab9c
|
Rename and cleanup of accidentally added node-modules
|
2019-07-20 19:10:07 +02:00 |
|