aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Replace path implementation.Gravatar tomlu2018-02-08
* Remove references to getTarget(). Requires threading through anGravatar mjhalupka2018-02-08
* Add support for javabeans-style getters ("getFoo()", "isFoo()") to AutoCodec'sGravatar cpeyser2018-02-08
* remote: Add support for HTTP Basic AuthGravatar Jakob Buchgraber2018-02-08
* Add a CODEC for LibraryToLink, which is required to serialize CppLinkAction.Gravatar cpeyser2018-02-08
* Refactor the command line argument parser to use the latest API.Gravatar cnsun2018-02-08
* Move BazelRuleClassProvider.SH_RULES to its own class.Gravatar lpino2018-02-08
* Add an AutoCodec marshaller for UUID. This is required to serializeGravatar cpeyser2018-02-08
* Adding awaitTermination in our tests tear down.Gravatar olaola2018-02-08
* Change $cc_toolchain_type to NODEP_LABEL so there is no actual dependency.Gravatar jcater2018-02-08
* python,runfiles library: don't pick up TEST_SRCDIRGravatar Laszlo Csomor2018-02-08
* User-friendlier representation of a missing digest.Gravatar olaola2018-02-08
* Remove another getTarget() call from PrintActionCommand.Gravatar mjhalupka2018-02-08
* Avoid integer overflow breaking protobuf artifact ordering.Gravatar cparsons2018-02-08
* Make some tests compatible with JDK 9Gravatar cushon2018-02-08
* Add TODO for removing LipDataTransitionRuleSet when LIPO is goneGravatar gregce2018-02-08
* Remove usesFuse output service method.Gravatar felly2018-02-08
* Refactor RunCommand so that it's a bit less messy.Gravatar lberki2018-02-08
* java,runfiles: fix tests with TEST_SRCDIRGravatar Laszlo Csomor2018-02-08
* Give a reasonable environment for tests run by "blaze run --direct_run".Gravatar lberki2018-02-08
* Fixing #4585: broken re-execution of orphaned actions.Gravatar olaola2018-02-08
* Suppress ThinLTO indexing for testonly targetsGravatar Googler2018-02-08
* java,runfiles: fix bugs in runfiles libraryGravatar Laszlo Csomor2018-02-08
* Make remaining Apple tests correctly reference tools repository identifierGravatar cparsons2018-02-08
* Move BazelRuleClassProvider.J2OBJC_RULES to its own class.Gravatar lpino2018-02-08
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Split CppIncludeScanningContext out of CppCompileActionContextGravatar ulfjack2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Increase timeout on remote_execution_test.Gravatar ruperts2018-02-07
* Remove fixture_args from android_instrumentation_test.Gravatar jingwen2018-02-07
* Extract registry functionality from ObjectCodecsGravatar michajlo2018-02-07
* Automated rollback of commit e01d0c8f9019b7e0beb406ea3932e7dc84b6f333.Gravatar Googler2018-02-07
* Rename generated core classes during core library desugaringGravatar kmb2018-02-07
* Drive-by clean-up: Remove unused visitedMapGravatar shreyax2018-02-07
* Hooks to support core library desugaring in Android buildsGravatar kmb2018-02-07
* Add a CODEC for some dependencies of CppCompileAction: CompileCommandLine andGravatar cpeyser2018-02-07
* @AutoCodec adds Singleton strategy.Gravatar shahan2018-02-07
* Refactor to get rid of some getConfiguredTarget() calls in tests and replaceGravatar mjhalupka2018-02-07
* Increase timeout on bazel_java_test.Gravatar ruperts2018-02-07
* Reflect renamed classes in desugar output file namesGravatar kmb2018-02-07
* When requesting nodes* look first in target configuration, then host (used to...Gravatar juliexxia2018-02-07
* Combine WorkspaceRcFileSearchPath and FindCandidateBlazercPaths and add a test.Gravatar ajmichael2018-02-07
* Non-test AspectClass codecs.Gravatar shahan2018-02-07
* Remove assertSwiftStdLibToolAction since it's unused by all subclasses.Gravatar mjhalupka2018-02-07
* Improved invalid/unsupported NDK revision warning message.Gravatar jingwen2018-02-07
* Change aar_integration_test size to large.Gravatar cpeyser2018-02-07
* Refactor blazerc parsing out of OptionProcessor. This change should be a no-o...Gravatar Googler2018-02-07
* BEP: ensure that TestAttempts are reported after their targetGravatar Klaus Aehlig2018-02-07
* Add NestedSetCodec to AutoCodec's deploy jar.Gravatar cpeyser2018-02-06
* Generate a CODEC for CppCompilationContext using AutoCodec. This is required...Gravatar cpeyser2018-02-06