aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-17Version 0.24.0upstream-masterMaria Sokolova
2024-03-25ReentrantLock expect class should declare a default constructor (#411)mvicsokolova
2024-03-20Move the logic from koltin repo atomicfu gradle plugin to the gradle plugin i...mvicsokolova
2024-03-07[integration-tests]: run Gradle builds of projects with --no-daemon option. (...mvicsokolova
2024-02-29Store the version of atomicfu-gradle-plugin in atomicfu.properties file and r...mvicsokolova
2024-02-29Replace SynchronizedObject reference with kotlin/Any in class Metadata (#404)mvicsokolova
2024-01-23Merge branch 'master' into developMaria Sokolova
2024-01-23Add -Xskip-prerelease-check argument to plugin-order-bug testMaria Sokolova
2024-01-23Version 0.23.2Maria Sokolova
2024-01-23Increase Metaspace for plugin-order-bug integration test.Maria Sokolova
2024-01-22Add atomicfu to the apiElements config for native targets (#395)mvicsokolova
2024-01-22Add all sources to the transformed directory (#394)mvicsokolova
2024-01-17Fixup: Added Java classes to the jvm-sample to test #388.Maria Sokolova
2024-01-17Copy outputs of compileJava tasks to the transformed directory.Maria Sokolova
2024-01-16mavenTest: used project(":atomicfu") to provide the artifact produced by the ...mvicsokolova
2024-01-15Alternative solution how to add compiler plugin dependency to the project (#386)mvicsokolova
2024-01-09[Kotlin settings, Train]: Put mavenLocal repo after other repos (#392)Margarita Bobova
2024-01-09Resolved some build warnings (#391)mvicsokolova
2024-01-02Update ASM version (#390)Filipp Zhinkin
2023-12-11Fix adding -Xskip-prerelease-check to integration tests (#383)mvicsokolova
2023-12-09Always add a transitive atomicfu dependency for native targets. (#380)mvicsokolova
2023-12-09Pass -Xskip-prerelease-check to compilation of sample projects. (#381)mvicsokolova
2023-12-07Apply atomicfu compiler plugin directly in buildscript classpath. (#377)mvicsokolova
2023-11-24Version 0.23.1mvicsokolova
2023-11-24Update Kotlin to 1.9.21 (#373)mvicsokolova
2023-11-24Apply Native IR transformations only if Kotlin version in the project is at l...mvicsokolova
2023-11-23Enable error loglevel for partial linkage messages (#367)Stanislav Ruban
2023-11-15Version 0.23.0mvicsokolova
2023-11-15Merge branch 'master' into developmvicsokolova
2023-11-15Introduce Native IR transformations (#363)mvicsokolova
2023-11-14Introduce WebAssembly target (#334)igoriakovlev
2023-11-13Integration tests (#345)mvicsokolova
2023-11-08Update Kotlin to 1.9.20 (#361)mvicsokolova
2023-10-18[infra] Fix error in passing kotlin version for trainMargarita Bobova
2023-10-17[infra] Pass the custom repo with dev-builds of kotlinc to AFUGP's testing Gr...Stanislav Ruban
2023-10-04[infra] Remove outdated conditional removal of JS/Legacy-related buildscript ...Stanislav Ruban
2023-10-04[infra] Refactor Kotlin aggregate/Kotlin user project buildscript partsStanislav Ruban
2023-10-04[infra] Enable binary compatibility validationMaria.Dumanskaya
2023-10-04[migration] Kotlin LV 2.0: KT-59660Stanislav Ruban
2023-10-04[migration] Kotlin LV 2.0: bump Gradle version to 8.3Stanislav Ruban
2023-09-22Fix the WA for the failing clean task on Windows (#351)mvicsokolova
2023-09-19Set dependency between compileNativeTest tasks and Sign tasks (#347)mvicsokolova
2023-09-19clean task can't delete the expanded.lock file on Windows (#350)mvicsokolova
2023-09-15Upgrade JDK target version to 11 in integration tests. (#349)mvicsokolova
2023-09-08Get rid of `previous-compilation-data.bin` file in META-INF (#344)mvicsokolova
2023-08-23Use kotlin.concurrent.AtomicInt in SynchronizedTest instead of the old kotlin...mvicsokolova
2023-08-21Fix expect/actual mismatched member scope for `open expect` compilation error...Nikita Bobko
2023-08-15Update apiVersion/languageVersion to 1.9 for atomics implementation.mvicsokolova
2023-08-15Update native atomics implementationmvicsokolova
2023-08-14Update of Gradle Version to 8.1 revealed the problem that publish task uses t...mvicsokolova