aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/Processing.java
AgeCommit message (Expand)Author
2022-02-01Remove reflective workaround for accessing `ClassLoader.getPlatformClassLoader`Liam Miller-Cushon
2022-02-01Automatic code cleanup.Kurt Alfred Kluever
2021-09-23Improve major version handlingLiam Miller-Cushon
2021-09-17Fix position of type annotationsLiam Miller-Cushon
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
2021-07-01Address compile errors that would appear when `ImmutableMap` is annotated for...cpovirk
2021-05-20Never class-load `TurbineProcessingEnvironment` from the `-processor`Liam Miller-Cushon
2021-05-13Improve `--builtin_processors` handlingLiam Miller-Cushon
2021-03-13Comply with nullness analysisLiam Miller-Cushon
2021-01-21Log and continue past more errorsLiam Miller-Cushon
2020-12-11Refactor `ClassLoader` setup in `Processing`Liam Miller-Cushon
2020-12-08Clean up `-source` parsingLiam Miller-Cushon
2020-10-07Fix handling of @SupportedAnnotationTypes("*")Liam Miller-Cushon
2020-07-01Fix parsing of -sourceLiam Miller-Cushon
2020-04-20Always run the final processing roundLiam Miller-Cushon
2020-01-16Allow annotation processors to load TurbineProcessingEnvironmentcushon
2020-01-16Make a list immutablecushon
2019-11-13Fix annotation processing error reportingcushon
2019-10-15getAllElementsAnnotatedWith should support @Inheritedcushon
2019-10-15Load built-in annotation processors from turbine's classpathcushon
2019-10-14Improve annotation processor crash handlingcushon
2019-10-02Fix handling of generated resource outputscushon
2019-09-30Record time spent in annotation processorscushon
2019-09-25Allow annotation processors to record build statisticscushon
2019-09-23Handle unchecked exceptions thrown by annotation processorscushon
2019-09-05Add an accessor for turbine's processor loadercushon
2019-08-07Add support for annotation processing to turbinecushon