aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/analysis/mock
Commit message (Expand)AuthorAge
* Move FDO support to the analysis phase by wrapping FdoSupport in its own SkyF...Gravatar Lukacs Berki2016-04-07
* Compile base classpaths for Bazel Jack support in android_sdk.Gravatar Michael Staib2016-03-17
* Incremental dexing for sharded android_binary targetsGravatar Googler2016-03-15
* Adds ResourceShrinkerAction to android_binary targets if they use Proguard an...Gravatar Andrew Pellegrini2016-03-08
* Blaze - ObjcProtoLibrary: Adds support for the new protobuf library. This inc...Gravatar Googler2016-02-24
* Initial support for Java header compilationGravatar Liam Miller-Cushon2016-02-18
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Move ObjC compilation actions for J2ObjC-translated code from binary level to...Gravatar Rumou Duan2016-02-05
* Parse the workspace name when a repository is loadedGravatar Kristina Chodorow2016-01-29
* Use our java test runner in BazelGravatar Damien Martin-Guillerez2016-01-13
* Make BUILD_OPTIONS privateGravatar Kristina Chodorow2015-12-15
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* Open-source CompilationHelperTest.Gravatar Dmitry Lomov2015-11-24
* Use AnalysisMock and MockToolsConfig instead of MockToolsPackagesGravatar Kristina Chodorow2015-11-20
* Open-source DuplicateActionTest.Gravatar Dmitry Lomov2015-11-19
* Create AppleConfiguration and AppleCommandLineOptions, and move a few items o...Gravatar Chris Parsons2015-11-10
* Move local_repository and new_local_repository from build.lib.bazel to build....Gravatar Lukacs Berki2015-10-30
* Fix another test with precompiled jars in srcsGravatar Liam Miller-Cushon2015-10-30
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-30
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Make bazel not require a tools/defaults/BUILD file.Gravatar Lukacs Berki2015-10-19
* Roll back [] that makes Bazel not require a tools/defaults/BUILD file because...Gravatar Lukacs Berki2015-10-16
* Make Bazel use tools that are embedded in its binary.Gravatar Lukacs Berki2015-10-12
* Make it possible to load the tools/defaults package without a BUILD file pres...Gravatar Lukacs Berki2015-10-09
* Pass in a set of SkyFunctions in AnalysisMock.Gravatar Lukacs Berki2015-10-08
* Make AndroisStudioInfoAspectTest run in Bazel.Gravatar Dmitry Lomov2015-09-30
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Improved error reporting in RuleContext:Gravatar Florian Weikert2015-09-25
* Move mock workspace configuration to AnalysisMock.Gravatar Dmitry Lomov2015-09-24
* Make Bazel always build with --fat_apk_cpu.Gravatar Lukacs Berki2015-07-29
* Make --android_crosstool_top default to the android_ndk_repository specified ...Gravatar Lukacs Berki2015-07-20
* Adds gen jar and manifest proto outputs.Gravatar Alex Humesky2015-07-10
* Make the "actual" argument of bind() optional and do not point //external:and...Gravatar Lukacs Berki2015-07-01
* Remove all traces of --java_cpu.Gravatar Lukacs Berki2015-06-30
* This CL adds the android_binary rule to Bazel. Gravatar Lukacs Berki2015-06-16
* Add a --javac_extdir flag to enable configuring the javac -extdirs flagGravatar Liam Miller-Cushon2015-05-21
* Open source the filegroup tests.Gravatar Ulf Adams2015-04-29
* Move the BazelAnalysisMock to a subpackage of analysis.Gravatar Ulf Adams2015-04-24