aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Fix strict module map propagation for j2objc.Gravatar allevato2018-04-05
* Expose build file label retrieval as a protected member.Gravatar shreyax2018-04-05
* Refactor CcToolchainFeatures$Variables to not create a map in the case of a s...Gravatar janakr2018-04-05
* Avoids calling getPath() in Artifact.toDetailString().Gravatar shahan2018-04-05
* Remove c++-link-interface-dynamic-library from crosstools, it's not usedGravatar hlopko2018-04-05
* Make code much easier to read without misleading variable name and negation.Gravatar twerth2018-04-05
* Add codec for Object[]. This may be useful for NestedSetCodec, pushing up so ...Gravatar janakr2018-04-04
* Remove obsolete comment about Java 6 on android_binary.Gravatar ajmichael2018-04-04
* Disallow empty environment groups.Gravatar gregce2018-04-04
* Internal changeGravatar dannark2018-04-04
* Migrate SkylarkNativeModule methods to use @SkylarkCallable instead of @Skyla...Gravatar cparsons2018-04-04
* Migrate depset.union() and depset.to_list() to SkylarkCallableGravatar cparsons2018-04-04
* Save the lookup and write of the codec index when the object is memoized, as ...Gravatar janakr2018-04-04
* Add option to restrict format strings to %sGravatar brandjon2018-04-04
* Add ObjectCodec for AtomicReference.Gravatar janakr2018-04-04
* Replaces JavaSerializableCodec with DynamicCodec as the defaultGravatar shahan2018-04-04
* Fix crash from mobile-install with --device but no --adb_args.Gravatar ajmichael2018-04-04
* Delete unused method.Gravatar twerth2018-04-04
* Add a getTargetOS() method for compatibility with things internal to GoogleGravatar Googler2018-04-04
* C++: Migrate CppRunfilesProvider to new provider styleGravatar plf2018-04-04
* C++: Migrate CcExecutionDynamicLibrary to new provider styleGravatar plf2018-04-04
* Make the "output files of compilation" file group official.Gravatar lberki2018-04-04
* Don't do serialization of empty/singleton nested sets into a child CodedOutpu...Gravatar janakr2018-04-03
* Disable nested set sharing across multiple nested set deserialization session...Gravatar janakr2018-04-03
* Create BAZEL_DIE macro.Gravatar ccalvarin2018-04-03
* Tag SkylarkImpilicitOutputsFunctionWithCallback with @AutoCodec.Gravatar mjhalupka2018-04-03
* Also add blaze-bin directory for "includes" attributeGravatar Googler2018-04-03
* Calculate outputNames for different types of sources separatelyGravatar pcloudy2018-04-03
* Tag DirectTraversal with @AutoCodec.Gravatar mjhalupka2018-04-03
* Don't hold on to full byte array when deserializing protocol buffers.Gravatar janakr2018-04-03
* Update docs for the --test_timeout value.Gravatar Googler2018-04-03
* only declare "$import_deps_checker" implicit dependency on aar_importGravatar kmb2018-04-03
* Move proto-related options up a level to common query options. This is part o...Gravatar juliexxia2018-04-03
* Fix build results for aspect builds.Gravatar tomlu2018-04-03
* Create a new ConfiguredTarget message in the analysis proto and add the check...Gravatar juliexxia2018-04-03
* Isolate C++ link build variablesGravatar hlopko2018-04-03
* C++: Rename CcCompilationInfo to CcCompilationContextInfo.Gravatar plf2018-04-03
* Add stats about cache hits and execution strategies to Bazel's UI.Gravatar Googler2018-04-03
* Add methods to parse resources without assetsGravatar asteinb2018-04-03
* Remove the unused method IdleServerTasks#continueProcessing() .Gravatar lberki2018-04-03
* Make the BUILD_TIMESTAMP build info entry contain the number of seconds (inst...Gravatar lberki2018-04-03
* Remove CcToolchainProvider#getEnvironment() and all the supporting infrastruc...Gravatar lberki2018-04-03
* Remove Android jar from android_local_test bootclasspathGravatar ajmichael2018-04-02
* Remove some unnecessary params.Gravatar nharmata2018-04-02
* Serialize PythonUtils#GET_INIT_PY_FILES as a singleton so that object equalityGravatar cpeyser2018-04-02
* Moves the decision to enable memoization from codecs to the top-level invocat...Gravatar shahan2018-04-02
* Add noneable=true to several parameters of list and dict methodsGravatar cparsons2018-04-02
* Add codec for ImmutableMultimap.Gravatar cpeyser2018-04-02
* Automated rollback of commit 9bfbefc13f2b6ae9a86fd46a8470e3b4cd8efd1a.Gravatar asteinb2018-04-02
* Deduplicate the list of valid CPUsGravatar Googler2018-04-02