Commit Graph

144 Commits

Author SHA1 Message Date
Brian Norman 45568ff53d Get project passing unit tests with Kotlin 1.4 2020-08-18 21:47:10 -05:00
Brian Norman 1dd0fde6bc Update project for Kotlin 1.4-M2 2020-06-06 16:13:02 -05:00
Brian Norman 24d917ca90 Merge branch 'master' into kotlin-1.4-M1 2020-05-25 10:57:01 -05:00
Brian Norman 25722c0b54 Prepare next development version 2020-05-25 10:48:52 -05:00
Brian Norman 23de2963e9 Prepare for release 0.3.1 2020-05-25 10:46:03 -05:00
Brian Norman 98b191ce0f Merge pull request #14 from bnorm/default-functions
Fix default function for Gradle plugin
2020-05-25 10:33:30 -05:00
Brian Norman 5fef68a71b Fix default function for Gradle plugin 2020-05-25 10:30:22 -05:00
Brian Norman a758226611 Update project for Kotlin 1.4-M1 2020-03-23 13:43:39 -05:00
Brian Norman b82c822ad5 Merge pull request #11 from bnorm/bn/multiplatform
Update sample to be a multiplatform project
2020-03-10 16:07:14 -05:00
Brian Norman f0407e5ed9 Update sample to be a multiplatform project 2020-03-10 15:47:22 -05:00
Brian Norman 8fe3f112d1 Prepare next development version 2020-03-07 12:52:07 -06:00
Brian Norman b81d0a7542 Prepare for release 0.3.0 2020-03-07 12:46:45 -06:00
Brian Norman d8cb6b64bc Merge pull request #9 from bnorm/bn/kotlin_1.3.70
Update to Kotlin 1.3.70
2020-03-07 12:40:48 -06:00
Brian Norman 2ad1f1b327 Update to Kotlin 1.3.70 2020-03-07 12:19:59 -06:00
Brian Norman 7d4dc07cf9 Update sample project to the latest version of Gradle 2020-03-02 11:25:16 -06:00
Brian Norman f3da4ebeb3 Update to the latest version of Gradle 2020-03-02 11:20:24 -06:00
Brian Norman cf914a9bc0 Revert accidental test change 2020-02-12 22:35:04 -06:00
Brian Norman 165a3a5879 Add sample, composite, project to test Gradle plugin 2020-02-12 22:29:22 -06:00
Brian Norman d4548f789e Prepare next development version 2020-02-12 22:25:25 -06:00
Brian Norman 5e5083ef1c Prepare for release 0.2.0 2020-02-12 22:23:28 -06:00
Brian Norman 2547e49160 Support other functions which take a Boolean
Fixes #5
2020-02-11 22:45:55 -06:00
Brian Norman cd38dcd2c1 Support multi-line assertion expressions
Fixes #3
2020-02-10 16:31:26 -06:00
Brian Norman 2a9cf5bf49 Update README with latest release information 2020-02-10 09:27:03 -06:00
Brian Norman 7a9ea0ba18 Prepare next development version 2020-02-10 09:17:03 -06:00
Brian Norman 4664cdb577 Prepare for release 0.1.0 2020-02-10 09:06:51 -06:00
Brian Norman 77a387f06f Adjust display column based on infix operator
Fixes #2
2020-02-08 18:25:11 -06:00
Brian Norman 0225417ae7 Extract a more general power assert generator 2020-02-08 18:13:45 -06:00
Brian Norman 6a5c01bea4 Make sure expression are only called once when building stack 2020-02-08 14:12:23 -06:00
Brian Norman 9adb5ba4e8 Fix a few bugs in the temporary variable stack building 2020-02-08 13:22:17 -06:00
Brian Norman 3f9f1faf17 Support for conditional access calls 2020-02-07 17:22:09 -06:00
Brian Norman 2ff6d92601 Support for simple boolean conjunction and disjunction 2020-02-07 17:13:45 -06:00
Brian Norman 9d60224bd1 Include link in README to Gradle Plugin Portal 2020-02-06 13:15:29 -06:00
Brian Norman e9f401da2e Include directions on how to enable compiling with IR 2020-02-06 11:36:56 -06:00
Brian Norman a880da3959 Project snapshots are available through Sonatype repository 2020-02-06 11:30:06 -06:00
Brian Norman 4aef0f08bb Add Gradle plugin to project 2020-02-06 11:06:14 -06:00
Brian Norman a76af607fb Add GitHub action for project build 2020-02-06 10:18:12 -06:00
Brian Norman e8e215e093 Merge pull request #1 from JakeWharton/jakew/auto-service/2020-02-05
Write service info from annotation processor
2020-02-06 09:12:18 -06:00
Jake Wharton 54202a7818 Write service info from annotation processor 2020-02-05 23:28:47 -05:00
Jake Wharton 53d8912622 Ignore IntelliJ project files 2020-02-05 23:22:16 -05:00
Jake Wharton b668b820bc Make Gradle wrappers executable 2020-02-05 23:22:05 -05:00
Brian Norman c506271bc2 Include a README with some sample error messages 2020-02-05 17:59:42 -06:00
Brian Norman 6fcb8d456a Visit IR tree to transform and gather all assertion values 2020-02-05 17:45:52 -06:00
Brian Norman 6d709a01f4 IrGenerationExtension for transforming assert calls 2020-02-05 14:32:02 -06:00
Brian Norman e9b5241bfe Initial commit 2019-10-31 11:42:43 -05:00