aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google
Commit message (Expand)AuthorAge
* [java_common.compile] Always generate a source jar.Gravatar elenairina2018-06-29
* Add fake build API implementations for config, platform, repository, and test...Gravatar cparsons2018-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
* 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
* remote: enable previously ignored testsGravatar Jakob Buchgraber2018-06-26
* process runner for junit integration test frameworkGravatar Irina Chernushina2018-06-26
* Go back to handling conditional breakpoints server side.Gravatar brendandouglas2018-06-25
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* ToolchainContext directly implements SkylarkValue and SkylarkIndexable.Gravatar John Cater2018-06-22
* Remove Label.parseAbsolute(string, boolean). The goal is to get rid of all la...Gravatar dannark2018-06-22
* Automated rollback of commit 28a999cff60fa5a8c9ca045ab2b202d83a0e0583.Gravatar kaipi2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca.Gravatar twerth2018-06-22
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Audit usages of Label.getRelative and update to Label.getRelativeWithRemappingGravatar dannark2018-06-21
* Remove unused vfs deps.Gravatar dannark2018-06-21
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Create a method for initializing build API libraries using object instances i...Gravatar cparsons2018-06-21
* Take into account repository mapping when processing labels inside BUILD file...Gravatar dannark2018-06-21
* Migrate DefaultInfo and its provider to skylarkbuildapiGravatar cparsons2018-06-21
* Skylark debugging protocol: only track paused or stepping threads.Gravatar brendandouglas2018-06-21
* Fix NoSuchElementException when BuildEventArtifactUploaderMap has no elements.Gravatar lpino2018-06-21
* Extract logic from CROSSTOOL in CrosstoolInfo providerGravatar rosica2018-06-21
* Automated rollback of commit 2b015c53c89815472923d8ea0c94640b7db2fa20.Gravatar twerth2018-06-21
* Automated rollback of commit 45b308a62f42c2c0bcfe79dcd4046c4025a31059.Gravatar janakr2018-06-20
* Add a minimum_os_version flag that is platform agnostic.Gravatar Googler2018-06-20