aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools
Commit message (Expand)AuthorAge
* Fix native.existing_rule() when argument is an existing fileGravatar Laurent Le Brun2016-07-13
* Glob arguments 'exclude' and 'exclude_directories' must be namedGravatar Laurent Le Brun2016-07-13
* In keep-going mode, don't fail-fast on the evaluation of an individual SkyFun...Gravatar Janak Ramakrishnan2016-07-12
* Tag all the six java test targets that shouldn't run on WindowsGravatar Yun Peng2016-07-12
* Replace QueryableGraph#getBatch with #getBatchWithFieldHints. This allows alt...Gravatar Janak Ramakrishnan2016-07-11
* Refactor QueryableGraph and ThinNodeQueryableGraph to be independent interfac...Gravatar Janak Ramakrishnan2016-07-11
* Fix capturing stdin/stdout on Windows.Gravatar Dmitry Lomov2016-07-11
* More pieces of RClassGeneratorActionGravatar Googler2016-07-08
* Rollback of commit 1e37a5375f918376c132fa537e25695f673f41b8.Gravatar Dmitry Lomov2016-07-07
* Add a ServerBuilder, and use that in the module API.Gravatar Ulf Adams2016-07-07
* Remove the forced-legacy mode of the JvmConfigurationLoader.Gravatar Ulf Adams2016-07-07
* Update AnalysisMock to cover the rule class provider and invocation policy.Gravatar Ulf Adams2016-07-07
* Refactor BuildingState to save memory.Gravatar Janak Ramakrishnan2016-07-07
* Add cc transitive headers to ide-resolve output groupGravatar Googler2016-07-07
* For Skylark attribute creation, non_empty is deprecated; introduce allow_emptyGravatar Laurent Le Brun2016-07-07
* Remove TestConstants.THIS_IS_BAZEL; use AnalysisMock instead.Gravatar Ulf Adams2016-07-06
* Fixed cpp-rules-tests on WindowsGravatar Yun Peng2016-07-06
* Fixed IdlClassTest on WindowsGravatar Yun Peng2016-07-06
* Fixed BazelDocumentationTests on Windows by using runfiles libraryGravatar Yun Peng2016-07-06
* Move MOCK_CROSSTOOL to build/lib/analysis/mock.Gravatar Ulf Adams2016-07-06
* Use the existing AnalysisMock.Delegate instead of re-implementing it.Gravatar Ulf Adams2016-07-06
* Add allow_single_file in attr.label, deprecate single_file.Gravatar Laurent Le Brun2016-07-05
* Rewrite workspace creation to use a builder class.Gravatar Ulf Adams2016-07-05
* Deprecate DATA_CFG and HOST_CFG, use string 'data' and 'host' instead.Gravatar Laurent Le Brun2016-07-04
* Remove Fingerprint.toString() to avoid relying on MessageDigest.clone().Gravatar Googler2016-07-04
* Filter out already-removed deps when removing a node from the rdeps of its la...Gravatar Janak Ramakrishnan2016-07-04
* Skylark: int() can now declare a base parameter.Gravatar Florian Weikert2016-07-04
* --Gravatar Luis Fernando Pino Duque2016-07-04
* Add an implementation for SubprocessFactory based on the new JNI interface to...Gravatar Lukacs Berki2016-07-04
* Implicit outputs to cc_library are also exported in unique output groups.Gravatar Cal Peyser2016-07-04
* Implement an abstraction layer over java.lang.Process so that the Windows imp...Gravatar Lukacs Berki2016-07-04
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* ThinLTO changes for upstreamed compiler implementation and other fixes to bla...Gravatar Googler2016-07-01
* Ignore make variables undefined for requested platform.Gravatar Dmitry Lomov2016-07-01
* Add native process management for Windows and its Java bindings (without a sa...Gravatar Lukacs Berki2016-07-01
* Do redirection of stdout / stderr in Java instead of reimplementing it in eve...Gravatar Philipp Wollermann2016-06-30
* Refactor how coverage support files get to test actions.Gravatar Lukacs Berki2016-06-29
* For --aspects parameter, ignore top-level targets that are not rules.Gravatar Dmitry Lomov2016-06-29
* Fixed four more Bazel java tests on Windows causing by back-slash in file pathGravatar Yun Peng2016-06-29
* Get rid of boolean field in InMemoryNodeEntry. After adding the lastEvaluated...Gravatar Janak Ramakrishnan2016-06-28
* Move LoggingTerminalWriter out of testGravatar Klaus Aehlig2016-06-27
* Provide clearer messaging when a build fails because a rule'sGravatar Greg Estren2016-06-27
* Fix interning in PathFragment.create(char, bool, String[])Gravatar Michajlo Matijkiw2016-06-24
* Add test in GraphConcurrencyTest for concurrent createIfAbsent and get calls.Gravatar Janak Ramakrishnan2016-06-24
* Sheepishly add a warning about the problem in which getConfiguredTarget() ret...Gravatar Cal Peyser2016-06-24
* Minor style fixes in intellij_info_tests.bzlGravatar Dmitry Lomov2016-06-23
* Adds the Android manifest merger as an option for android_binary rules. The m...Gravatar Andrew Pellegrini2016-06-23
* Make intellij_info_tests work again.Gravatar Dmitry Lomov2016-06-23
* Get rid of a bunch of IOExceptions that were being unnecessarily thrown. We d...Gravatar Janak Ramakrishnan2016-06-23