aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
...
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Integrates CodecScanner into SkyValueEncoder.Gravatar shahan2018-02-23
* A couple quality-of-life improvements for Bazel devs, in response to an email...Gravatar nharmata2018-02-23
* Apply @AutoCodec to ExecutableSymlinkAction and SymlinkAction.Gravatar mjhalupka2018-02-23
* Add @AutoCodec to CcToolchainProvider, now that AutoCodec Runtime is available.Gravatar cpeyser2018-02-23
* Set the correct include path for r13b's llvm-libc++ headers and fix compilati...Gravatar jingwen2018-02-23
* windows,tests: fix //src/test/py/bazel:py_testGravatar Laszlo Csomor2018-02-23
* Add a new BuildOptions diff method that holds and pretty prints the different...Gravatar juliexxia2018-02-23
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Automated rollback of commit 7fe59b98eefc96a6310f0b0221d4e0f18e2a9000.Gravatar shreyax2018-02-23
* @AutoCodec for GenRuleAction.Gravatar cpeyser2018-02-23
* Cleanup unused constantGravatar hlopko2018-02-23
* Document ambigious literal arguments when calling CcToolchainProvider constru...Gravatar Googler2018-02-23
* Enable ability to pass the resource apk to Robolectric so that it can consume...Gravatar dannark2018-02-22
* Re-enable loading the PlatformInfo providers inGravatar John Cater2018-02-22
* Clarify parser error for load() statementsGravatar brandjon2018-02-22
* Increase test coverage of rootpath(s) and execpath(s) expansion to external w...Gravatar richardwa2018-02-22
* Add @AutoCodec to SpawnAction. Refactor the SpawnAction API for extra actions...Gravatar cpeyser2018-02-22
* CcToolchain: add optional ar and as attributesGravatar Googler2018-02-22
* Fix linkstamping tests broken on bazel ciGravatar hlopko2018-02-22
* Fix bazel tests depending on legacy gcc3 include pathGravatar hlopko2018-02-22
* Remove the CppConfiguration member from CppLinkAction. This will makeGravatar cpeyser2018-02-22
* Recompile linkstamps whenever any input of the owning action changes.Gravatar hlopko2018-02-22
* Add a test verifying legitmate path embeddingGravatar Klaus Aehlig2018-02-22
* Fix test name in fallback xml when --run_under is used.Gravatar Benjamin Peterson2018-02-22
* add ability to move individual core library methodsGravatar kmb2018-02-21
* PiperOrigin-RevId: 186532302Gravatar ahumesky2018-02-21
* Use a separate implicit dependency for dexbuilder in proguarded android buildsGravatar kmb2018-02-21
* Deflake ParallelEvaluatorTest.errorBubblesToParentsOfTopLevelValue: error can...Gravatar janakr2018-02-21
* C++: Migrate CcCompilationInfo to NativeInfoGravatar plf2018-02-21
* C++: Renames CppCompilationContext to CcCompilationInfoGravatar plf2018-02-21
* Apply interface invocation desugaring to renamed core libraries. Fix invokes...Gravatar kmb2018-02-20
* Deletes POLYMORPHIC strategy. ObjectCodec now uses runtime type information t...Gravatar shahan2018-02-20
* Tool that scans a given Jar for references to select classes and outputs corr...Gravatar kmb2018-02-20
* Adds ObjectCodecRegistry to {Des|S}erializationContext.Gravatar shahan2018-02-20
* Inject the product name in the constructor where neededGravatar ulfjack2018-02-20
* Serialize MiddlemanAction and add strategy=Strategy.Polymorphic for Action andGravatar mjhalupka2018-02-20
* Decprecate native http_archiveGravatar Klaus Aehlig2018-02-20
* External repositories: document label expansionGravatar Klaus Aehlig2018-02-20
* Roll forward of https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8fae...Gravatar olaola2018-02-20
* Accept proto paths relative to proto_source_root as direct dependencies.Gravatar elenairina2018-02-20
* Propagating whether there was a cache hit in the SpawnResult.Gravatar olaola2018-02-20
* Add additional tests for Filesets with symlinksGravatar ulfjack2018-02-20
* http_archive: allow parameter for a single URLGravatar Klaus Aehlig2018-02-20
* Route fdo logic that deals with the path to the fdo profile through CcToolcha...Gravatar Googler2018-02-20
* External repositories: document legitimate path assumptionsGravatar Klaus Aehlig2018-02-20
* runfiles,test: prepare for cc runfiles libraryGravatar Laszlo Csomor2018-02-20
* Automated rollback of commit cce164aed44aba1de244f0d764cd33a5cc6980b2.Gravatar fwe2018-02-19
* Rename NativeLibsZipsInfo to AndroidNativeLibsInfo.Gravatar Googler2018-02-16
* add flag to use incremental dexing by default for proguarded android binariesGravatar kmb2018-02-16