aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java
Commit message (Expand)AuthorAge
* Allow setting the value which BazelPackageLoader returns for native.bazel_ver...Gravatar carmi2018-03-29
* Fixing issue with external j2objc protos (reattempt at #4058)Gravatar Mike Lewis2018-03-29
* Rename LocalResourceContainer to AndroidResources and remove asset code from itGravatar asteinb2018-03-29
* Split AndroidAssets class out of LocalResourceContainerGravatar asteinb2018-03-29
* C++: Remove headers from input to linking action.Gravatar plf2018-03-29
* Rename Blaze -> Bazel in Cpp optionsGravatar andy g scott ?2018-03-29
* Use SpawnResult.getWallTime for test duration if availableGravatar ulfjack2018-03-28
* Introduce FastHotKeyAtomicLongMap#getCounter. This is useful for when clients...Gravatar nharmata2018-03-28
* Allow ConfiguredTargetFunction to release its CPU-bound semaphore during dep ...Gravatar janakr2018-03-28
* Add codecs needed to fully serialize Attributes.Gravatar janakr2018-03-28
* Remove BuildConfiguration from ConfiguredTarget.Gravatar janakr2018-03-28
* Remove `--swift_whole_module_optimization` flag.Gravatar allevato2018-03-28
* Mark ASTFileLookupValue as a NotComparableSkyValue. See the added comments fo...Gravatar nharmata2018-03-28
* Put configuration checksum into BuildOptions$OptionsDiffForReconstruction and...Gravatar janakr2018-03-28
* Update version references of rules_apple in Bazel.Gravatar kaipi2018-03-28
* Removes superfluous generic parameter from DynamicCodec, allowing it to be usedGravatar shahan2018-03-28
* ArtifactRoot correctly switches output base when serializing.Gravatar shahan2018-03-28
* Make deprecated ObjcProvider fields return empty sets when --incompatible_dis...Gravatar cparsons2018-03-28
* Get rid of call to deprecated ConfiguredTarget.getConfiguration()Gravatar juliexxia2018-03-28
* Add a skylark-compatible alternative to MessageBundleProviderGravatar cushon2018-03-28
* Remove categories from Bazel options.Gravatar ccalvarin2018-03-28
* Delete the ios_device rule from bazel.Gravatar kaipi2018-03-28
* Move strip and compile build variables into separate classesGravatar hlopko2018-03-28
* Make error messages about illegal dependencies involving aliases clearer.Gravatar lberki2018-03-28
* Inline ObjectFilePathHelperGravatar pcloudy2018-03-28
* ObjcLibrary.java: Use objectFilesCollector to get object filesGravatar pcloudy2018-03-28
* Remove stale cc_library nonconfigurablesGravatar George Gensure2018-03-28
* Get rid of all remaining non-test non-internal uses of ConfiguredTarget#getCo...Gravatar janakr2018-03-27
* PiperOrigin-RevId: 190680743Gravatar mjhalupka2018-03-27
* Introduce a simple data structure for incrementing keyed atomic long counters...Gravatar nharmata2018-03-27
* Remove ConfiguredTargetKey#of(ConfiguredTarget), since it calls ConfiguredTar...Gravatar janakr2018-03-27
* Expose j2objc.dead_code_report as a configuration field instead of a basic st...Gravatar cparsons2018-03-27
* Move the default cquery output format to its own callback and standardize cqu...Gravatar juliexxia2018-03-27
* DynamicCodec class.Gravatar shahan2018-03-27
* Remove old option categorization from the help output.Gravatar ccalvarin2018-03-27
* Remove some more #getConfiguration calls (and some transitive ones through Co...Gravatar janakr2018-03-27
* Remove unused execRoot parameter from buildActionGravatar George Gensure2018-03-27
* New incompatible flag to disable PACKAGE_NAME and REPOSITORY_NAME.Gravatar laurentlb2018-03-27
* Fix accidental eager expansion of grouped list in in-memory nodes.Gravatar felly2018-03-27
* Thread configuration map through TestFilteringCompleteEvent. This isn't the m...Gravatar janakr2018-03-27
* Remove EventHandler from SkylarkCustomCommandLine.Gravatar tomlu2018-03-27
* Compute the list of test output files in TestRunnerActionGravatar ulfjack2018-03-27
* Get rid of ConfiguredTarget#getConfiguration() call in ConfiguredTargetFuncti...Gravatar janakr2018-03-27
* Get rid of a few more #getConfiguration() calls. We're now passing a Configur...Gravatar janakr2018-03-27
* Fix and rollforward of "Convert SkylarkRuleImplementationFunctions functions ...Gravatar cparsons2018-03-27
* Ensure Runner name is always set.Gravatar Googler2018-03-27
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Only allow regular files and directories spawn outputs to be uploaded to a re...Gravatar Benjamin Peterson2018-03-27
* Remove optional_*_flag fields from crosstoolGravatar hlopko2018-03-27