aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* git_repository: support branch as wellGravatar Klaus Aehlig2018-07-03
* Set Xcode version as a feature when building Objective-CGravatar bbaren2018-07-02
* C++: Exposes C++ Skylark providers to BazelGravatar plf2018-07-02
* Cleanup crosstools from legacyGravatar hlopko2018-07-02
* Windows CROSSTOOL: Add action_config for preprocess-assembleGravatar pcloudy2018-07-02
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Windows,tests: port rule_test_testGravatar Laszlo Csomor2018-07-02
* Native Skyframe support for node restartingGravatar mschaller2018-07-01
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Remove final inplace references in the tests.Gravatar ccalvarin2018-06-29
* Debug server: retrieve nested frame bindings tree lazily.Gravatar brendandouglas2018-06-29
* Deletes AutoCodec.PUBLIC_FIELDS strategy. Superseded by DynamicCodec.Gravatar shahan2018-06-29
* Create and integrate JavaBootstrap, and use fake top-level Java skylark objec...Gravatar cparsons2018-06-29
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Add cc_common top-level skylark object to fakebuildapi.Gravatar cparsons2018-06-29
* Add basic android classes to fakebuildapiGravatar cparsons2018-06-29
* Adding a check to remote execution to ensure the result from the server has aGravatar Googler2018-06-29
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Enable android dependency checking in Bazel.Gravatar xingao2018-06-29
* Add fake build API implementations for config, platform, repository, and test...Gravatar cparsons2018-06-29
* Remove creation of tools/defaults/BUILD from shell testGravatar dbabkin2018-06-29
* [Skylark] Allow tuples as first argument of str.{starts,ends}withGravatar Yannic Bonenberger2018-06-28
* Implement imports (via load()) in Skydoc.Gravatar cparsons2018-06-28
* Rename skydoc test case input files to .bzl, and put them into a testdata dir...Gravatar cparsons2018-06-28
* Add rudimentary apple-related classes to fakebuildapi.Gravatar cparsons2018-06-28
* Remove --allow_undefined_configsGravatar ccalvarin2018-06-28
* Require @SkylarkCallable parameters to be explicitly specified.Gravatar cparsons2018-06-28
* Fix up some tests for Arm64Gravatar Arielle Albon2018-06-28
* Expose Skylark API to the C++ toolchainGravatar hlopko2018-06-28
* Add --incompatible_disable_data_transition for 'cfg = "data"' Skylark callsGravatar gregce2018-06-27
* Inspect post-evaluation exported variables to obtain rule names.Gravatar cparsons2018-06-27
* Clarify purpose of golden-file-regeneration targetsGravatar cparsons2018-06-27
* Automated refactor of Label.parseAbsolute() to always pass a repository mappingGravatar dannark2018-06-27
* Fix docgen handling of multiple modules with the same nameGravatar cparsons2018-06-27
* Create a skydoc_test macro for ease of golden-file testing of skydocGravatar cparsons2018-06-27
* Debug server logging: don't construct expensive debug-level log strings unles...Gravatar brendandouglas2018-06-27
* Bazel client: add a simple profilerGravatar Laszlo Csomor2018-06-27
* Windows,examples: //examples/shell now worksGravatar Laszlo Csomor2018-06-27
* Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...Gravatar cparsons2018-06-26
* Initial check-in of skydoc rewrite.Gravatar cparsons2018-06-26
* Debug server debug logs: use EventHandler instead of Logger.Gravatar brendandouglas2018-06-26
* Flatten JavaCompilationAgs into JavaCompilationArgsProviderGravatar cushon2018-06-26
* Instead of depending on mutable inputs of upstream CppCompileAction instances,Gravatar shahan2018-06-26
* Fix concurrent modification exception while resuming all threads.Gravatar brendandouglas2018-06-26
* Remove support for header preprocessingGravatar hlopko2018-06-26
* Handle evaluation of statements, not just expressions.Gravatar brendandouglas2018-06-26
* add helper JUnit TestWrapper class to do some action on test timeoutGravatar Irina Chernushina2018-06-26
* Add convenience methods to check for flag existence and values in command lines.Gravatar twerth2018-06-26
* create path utils for copying and deleting directories,Gravatar Googler2018-06-26
* Replace //tools/defaults:jdk to //tools/jdk:*Gravatar dbabkin2018-06-26