summaryrefslogtreecommitdiffstats
path: root/build/export_generators
Commit message (Collapse)AuthorAgeFilesLines
* Improve style checks for codegen.nogert2026-04-081-2/+4
| | | | commit_hash:01f8d965c1fc2497aecfd6a5f04a513c496dbcf4
* Disable style checks for codegen and protobuf. Run style checks before tests.nogert2026-04-072-2/+15
| | | | commit_hash:26dbee8764f4ab0baf9e6ad86d10b5a30f1ee669
* Support Solomon specific checkstyle.nogert2026-04-073-0/+13
| | | | commit_hash:e31803ac85fe27e0d30745900c0b03117ba33bad
* Fix ErrorProne flags for testsdimdim112026-03-231-1/+1
| | | | commit_hash:829281ac604266ba500cbea44477a1140579b458
* Deny cmake in-source buildsdimdim112026-03-171-0/+7
| | | | commit_hash:d2267a784022e7d136e61960140d9368a5678ce7
* Support RUN_JAVA_PROGRAM tool as projectdimdim112026-02-254-69/+115
| | | | commit_hash:9ca213b8cae2b5131fcbc74ab0ce7bdf5b0eade8
* Support SYSTEM_PROPERTIES macrodimdim112026-02-202-6/+17
| | | | commit_hash:a4941df2884ca8613a9f365500112c564c6ba363
* Remove excessive CUDA compilation parallelism that could lead to RAM ↵akhropov2026-02-191-1/+1
| | | | | | exhaustion during build. Fix #3034 commit_hash:96d9955bf29422d7eb6649b02a3f7e2bb9ceab14
* Add -fsized-deallocation into cmake listsmikhnenko2026-02-171-0/+1
| | | | commit_hash:72214fa4f80cec54e53e96bce55c9c9ab51e88d2
* Don't add files that are not generated to the output. Remove copy-paste.akhropov2026-02-081-8/+9
| | | | commit_hash:314e177bb031fb3bf7e0dc496c2f8690e295d8e8
* Patch roots in jvmArgsdimdim112026-02-042-2/+2
| | | | commit_hash:c2834324eb92f862b3c71d3498d735a3f3876d30
* Preventing automatic search for main in only tests projectdimdim112026-02-041-0/+9
| | | | commit_hash:af3a8f997af24a8b3bc45fd430acecc431486d82
* Use CMAKE_CUDA_ARCHITECTURES. Fix #2540akhropov2026-01-221-0/+4
| | | | commit_hash:c02706dc2eeaccd11df0c7392f839f94220180d2
* Set BUILD_TYPE $<CONFIGURATION>dimdim112026-01-191-2/+6
| | | | commit_hash:00a720802e71b7c8db1db848fa576ea7e321d801
* Add file encoding UTF8 for RUN_JAVA_PROGRAMdimdim112025-12-121-1/+1
| | | | commit_hash:50f4434e83d52a1d3b2d490ffecfecf4dcb05918
* Remove support replaced semanticsdimdim112025-12-064-107/+37
| | | | commit_hash:7a16e5851839a75b182c5239f84838084eed682b
* Allow to use libc++ with CUDA 12.3+.. #2755akhropov2025-12-021-0/+2
| | | | commit_hash:a99ae4e609da9c18489ebcbaf61a9bdcae3e06da
* Fix semantics typodimdim112025-11-291-1/+1
| | | | commit_hash:31291b3e6c26273e724fe4dbcd734923e685a5e8
* Patch graph by new AP/KAPT semanticsdimdim112025-11-291-4/+6
| | | | commit_hash:0e5acb2a6d63a4414c23fff40010e2da676f53fe
* Support export ENV in RUN_JAVA_PROGRAM and RUN_PROGRAMdimdim112025-11-285-26/+29
| | | | commit_hash:58865ffea05729d4396cfb67fc089cf6043a5180
* New object semantic for APs supported deps for handmade APsdimdim112025-11-285-45/+120
| | | | commit_hash:1c7d86e042513717ca6e348890ad255087b8c08f
* Add output_root to list of AP jarsdimdim112025-11-263-18/+15
| | | | commit_hash:c55e7742a136c1d3ee02e90d98f4c59909ee9132
* Remove compile depends to codegens with special output foldersdimdim112025-11-212-1/+2
| | | | commit_hash:4ead73401b43578b30e48dd0991f4a9079f89d19
* Add handmade annotation processorsdimdim112025-11-181-12/+42
| | | | commit_hash:1dd5fcc5fc760d88c48d087ace5d60e6ae24cabe
* Skip proto_plugin grpc_javadimdim112025-11-171-7/+8
| | | | commit_hash:897099567d29480ae45074b5e61d7c4bc2a7bf63
* Support proto plugins in templatesdimdim112025-11-141-4/+21
| | | | commit_hash:22e426bc910a8d2dc73a3aad0f38df28c93ee8e0
* Proto plugins semanticsdimdim112025-11-141-0/+4
| | | | commit_hash:66c561594268435c46e184e51157219548b35c61
* Fix jnis vardimdim112025-11-141-1/+1
| | | | commit_hash:53c1f3952f4e1e45c6eff4b8aa2df3958ed242da
* Fix PatchRoots for projectBuildDir and refactor, add testsdimdim112025-11-111-9/+22
| | | | commit_hash:96f5bd6f215ff050a3f55254a40e585996c8cd1b
* Execute run_antlr4 same as ya makedimdim112025-11-102-1/+10
| | | | | Execute run_antlr4 same as ya make commit_hash:069135ba18f9d8584552ddfcd755d6f7edb9c0be
* Enable preview for compile at any targetdimdim112025-11-101-2/+2
| | | | | Enable preview for compile at any target commit_hash:d575089dabafce7238572a038c306358cdcfbd45
* Fill dirnames in settings, relative classpath for project_root modulesdimdim112025-11-103-2/+18
| | | | | Fill dirnames in settings, relative classpath for project_root modules commit_hash:f596ec848f93f32e5a539fc4ec292c35fd79864a
* Reorder blocks to more common locationsdimdim112025-11-065-21/+21
| | | | | | | | | Move java toolchains setup to separate file Move plugins block to the top. Move common roots to top commit_hash:2ad40ca5a5518dc8e1cec1849b5119a6c0eceb6e
* Remove support publishingdimdim112025-11-057-22/+8
| | | | | Remove support publishing commit_hash:0caa7a166eb6d40bed39bf90be5ea8f5c44a3516
* Don't enable ErrorProne in tests, if errorprone in main. Disable ErrorProne ↵dimdim112025-11-012-4/+6
| | | | | | | in tests, if ErrorProne in main only Don't enable ErrorProne in tests, if errorprone in main. Disable ErrorProne in tests, if ErrorProne in main only commit_hash:ce94862ec87a3a24b6dfb5d6bc794a6b019bbb57
* Keep java annotation processors in KAPTdimdim112025-10-311-1/+5
| | | | | Keep java annotation processors in KAPT commit_hash:31e37767702b293208a45bd09001ced355afe3b3
* Style fix for gradledimdim112025-10-311-4/+4
| | | | | Style fix for gradle commit_hash:a2e1a5103a4b57352778f3b37a855f86de4070d2
* Simplify Proto setupnevack2025-10-314-39/+25
| | | | commit_hash:c90a66373229cdfd4c8eeac3b493ef9007aaab41
* Move -XX:* arguments to jvmArgs instead -X in RUN_JAVA_PROGRAMdimdim112025-10-311-1/+1
| | | | | Don't move -X* arguments to jvmArgs in RUN_JAVA_PROGRAM commit_hash:263f48d43e0eacb466dee7fdd2a89fb59c3ada96
* Exclude in kotlin by setSrcDirsdimdim112025-10-302-6/+4
| | | | | Exclude in kotlin by setSrcDirs commit_hash:cbf68f6f8c79919a764101bbded3683594116349
* Exclude sources in compileTestKotlin if no testsdimdim112025-10-301-3/+8
| | | | | Exclude sources in compileTestKotlin if no tests commit_hash:5d05fac59a8797414f923dddee05a634d28b30c3
* Fix patch outputs pathdimdim112025-10-291-5/+14
| | | | | Fix patch outputs path commit_hash:96092467114c79ec0e47069647ce9db112379ece
* , Switch to Gradle 9.1 and fix JDK11 compatibilty mode.nogert2025-10-286-36/+38
| | | | commit_hash:0a232d797dbb71b5e9bf88979c21cf7eab0c0721
* Fix srcDir to generated sources, fix PatchArgdimdim112025-10-253-30/+72
| | | | | Fix srcDir to generated sources, fix PatchArg commit_hash:76462ab678e7f53bfa34c09e6385d7364dbe7b5e
* Codegen to private folders for each task, collect after codegendimdim112025-10-2313-102/+191
| | | | | Codegen to private folders for each task, collect after codegen commit_hash:730a0d1a3b89091890c2482bee73f5bd1d638b76
* Fix select mainClass fill jvmArgs by -D/-X in RUN_JAVA_PROGRAMdimdim112025-10-221-4/+15
| | | | | Fix select mainClass for RUN_JAVA_PROGRAM commit_hash:6060075020a9ec2875ffa3ce2d9db8df56ee718e
* Remove mkBuildDir.nogert2025-10-201-13/+0
| | | | commit_hash:27026fd09d104dee54fa35123ac4d8355f14acb4
* Make Gradle Daemon JVM to not depend on graph depsnevack2025-10-171-0/+6
| | | | commit_hash:b1b587a11e7d6667f542daf72b568070a3f40ddb
* Support JUnit6 tests in ya ide gradle.nogert2025-10-173-1/+7
| | | | commit_hash:685ce227987d508b6c47bee361cc9209e87f5c7a
* Fix relative outdirdimdim112025-10-161-1/+2
| | | | | Fix relative outdir commit_hash:5446b004bc3fa166c97e56f0f09a488799e9f365