aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* 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
* Windows: Native launcher now works with unicode.Gravatar Yun Peng2018-06-25
* Windows,Bazel client: check embedded tools fasterGravatar Laszlo Csomor2018-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
* Automatic ClangTidyReadability code cleanup.Gravatar Googler2018-06-22
* Remove --batch option from bazel_windows_example_test.shGravatar pcloudy2018-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
* shell tests, windows: enable more testsGravatar Laszlo Csomor2018-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
* Clean up after https://github.com/bazelbuild/bazel/commit/2a9e125499c8fadb731...Gravatar cushon2018-06-20
* Be more generous with user time and sys time bounds in execution statistics t...Gravatar ruperts2018-06-20
* Remove all uses of RuleDefinitionEnvironment#getLabel, replacing them with La...Gravatar janakr2018-06-20
* Make the system bazelrc configurable.Gravatar ccalvarin2018-06-20
* Add better tests for the -h and -help accepted values.Gravatar ccalvarin2018-06-20
* Allow structField callables to specify useSkylarkSemantics, useLocation, and ...Gravatar cparsons2018-06-20
* Migrate Actions provider to skylarkbuildapiGravatar cparsons2018-06-20
* Don't instrument files generated by cc_proto_library for coverageGravatar Googler2018-06-20
* Make blaze_util::AsAbsoluteWindowsPath support wstring as inputGravatar Yun Peng2018-06-20
* C++: Re-writes cc_import in Skylark.Gravatar plf2018-06-20
* Be more generous with user time and system time bounds for execution statisti...Gravatar ruperts2018-06-19
* Add new BuildMetrics event to BEP.Gravatar tomlu2018-06-19