aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Only allow files created by the same rule as executable outputs of a rule.Gravatar Dmitry Lomov2018-01-22
* Add a native provider registry to ConfiguredRuleClassProviderGravatar brandjon2018-01-22
* Improve documentation for the select functionGravatar vladmos2018-01-22
* Add new skyfunction to load registered execution platformsGravatar John Cater2018-01-22
* Add option to optionally wipe state at the end of a build.Gravatar ccalvarin2018-01-22
* External repositories: support plain tar archivesGravatar Klaus Aehlig2018-01-22
* Disable concurrent change detectionGravatar ulfjack2018-01-22
* Improve documentation for depsets.Gravatar Googler2018-01-22
* Add registration of execution platformsGravatar John Cater2018-01-22
* Start serializing ArtifactOwner: put in a simple codec for the null artifact ...Gravatar janakr2018-01-19
* Non functional changes.Gravatar Googler2018-01-19
* Style fix for https://google.github.io/styleguide/javaguide.html#s3.4.2.1-ove...Gravatar Googler2018-01-19
* Make createMainDexProguardSpec public.Gravatar ahumesky2018-01-19
* Move storage of queryExpression for cquery out of BuildRequest and straight i...Gravatar juliexxia2018-01-19
* Multi-thread zip file writing in DexFileSplitter. Since we push content into...Gravatar kmb2018-01-19
* Add required configuration fragments for platform rules.Gravatar jcater2018-01-19
* Removed extra .useDefaultShellEnvironment()Gravatar jingwen2018-01-19
* Simplify the toolchain test case setup.Gravatar jcater2018-01-19
* Add a codec for LanguageDependentFragment and LibraryLanguage. Switch the onlyGravatar Googler2018-01-19
* Fix usages of PathFragment segments that will become inefficient.Gravatar tomlu2018-01-19
* Hoist "continue" statement outside of inner loop.Gravatar nharmata2018-01-19
* Rename relativePath -> rootRelativePath in Root and friends.Gravatar tomlu2018-01-19
* Add new flag to add additional execution platforms.Gravatar John Cater2018-01-19
* Replaced 'legal' by 'valid' in some documentation.Gravatar Googler2018-01-19
* Inline rarely used PathFragment methods that do not deserve to be on a core p...Gravatar tomlu2018-01-19
* Automated rollback of commit 2aeaeba66857c561dd6d63c79a213f1cabc3650d.Gravatar dslomov2018-01-19
* Prevent broken cache entries on concurrent file changesGravatar ulfjack2018-01-19
* Partially revert fca3d391161ae4c92cf289a897db2a1c69a9b334Gravatar Klaus Aehlig2018-01-19
* Minimal support for compiling module-infosGravatar cushon2018-01-18
* User can never explicitly set generator_* attributes. So it should beGravatar Googler2018-01-18
* Add a way for BaseCodecs to register association with subtypesGravatar brandjon2018-01-18
* Remove ConfigurationTransitionProxy.NONE and BaseRuleClasses.DYNAMIC_TRANSITI...Gravatar gregce2018-01-18
* Address post-commit comments in https://github.com/bazelbuild/bazel/commit/6f...Gravatar nharmata2018-01-18
* Clean up ArtifactRoot.Gravatar tomlu2018-01-18
* Fix aar_import.deps to propagate jars.Gravatar ajmichael2018-01-18
* Fix bug where an was-inflight-and-is-about-to-be-done NodeEntry has incomplet...Gravatar nharmata2018-01-18
* Add absolute root concept.Gravatar tomlu2018-01-18
* Add a missing format argument to an error messageGravatar cushon2018-01-18
* Add TestUtils#ConstantStringCodecGravatar brandjon2018-01-18
* Include the list of 'excludes' glob patterns in the error message used when a...Gravatar nharmata2018-01-18
* Re-add WalkableGraph#isUpToDate and BuildDriver#alreadyEvaluatedGravatar Googler2018-01-18
* Add serialization codec for SkylarkImports. This is needed to serialize Skyla...Gravatar janakr2018-01-18
* Start the process of getting Target out of ConfiguredTarget: add a new contai...Gravatar janakr2018-01-18
* vfs_test: mark as flakyGravatar laszlocsomor2018-01-18
* Create function createJavaInfo with new API. Implement JavaExportsProvider.Gravatar dbabkin2018-01-18
* Update javac version to 9+181-r4173-1Gravatar Liam Miller-Cushon2018-01-18
* Bug fix: a call to OutputJar::ReserveCdh potentially invalidates the addressesGravatar asmundak2018-01-17
* Make comment more readable and correct.Gravatar nharmata2018-01-17
* Introduce Root class.Gravatar tomlu2018-01-17
* Suggest 'bazel clean --expunge' to fix Xcode errors in AppleCcToolchain.Gravatar ruperts2018-01-17