aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
...
* Bazel client: add a simple profilerGravatar Laszlo Csomor2018-06-27
* Add an interner for non source artifacts that are deserialized.Gravatar mjhalupka2018-06-27
* C++: Makes Skylark CcCompilationInfo accept headersGravatar plf2018-06-27
* PiperOrigin-RevId: 202296332Gravatar twerth2018-06-27
* PiperOrigin-RevId: 202265344Gravatar cushon2018-06-27
* Make DefaultInfo.default_runfiles return all runfiles if the runfiles field o...Gravatar cparsons2018-06-26
* Initial check-in of skydoc rewrite.Gravatar cparsons2018-06-26
* Enforce that repository mapping is never null (it can be empty).Gravatar dannark2018-06-26
* Debug server debug logs: use EventHandler instead of Logger.Gravatar brendandouglas2018-06-26
* Flatten JavaCompilationAgs into JavaCompilationArgsProviderGravatar cushon2018-06-26
* Add newline in Args docs.Gravatar tomlu2018-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
* Document LateBoundDefaultGravatar cparsons2018-06-26
* Remove support for header preprocessingGravatar hlopko2018-06-26
* C++: Refactor WrapCcHelper.Gravatar plf2018-06-26
* Handle evaluation of statements, not just expressions.Gravatar brendandouglas2018-06-26
* Specify that some resources in objc_bundle_library are post processed before ...Gravatar Googler2018-06-26
* Allow private headers to appear in directory artifactsGravatar hlopko2018-06-26
* C++: Remove call to initializeCcCompilationContext.Gravatar plf2018-06-26
* Prefetch inputs in bazel workers.Gravatar Googler2018-06-26
* Fix missing newline after repository_cache value in info command output.Gravatar Googler2018-06-25
* Explicitly specify @SkylarkCallable parameters for cpp skylark modules.Gravatar cparsons2018-06-25
* Explicitly specify @SkylarkCallable parameters for several skylarkbuildapi in...Gravatar cparsons2018-06-25
* C++: Remove unnecessary runfiles providers.Gravatar plf2018-06-25
* Go back to handling conditional breakpoints server side.Gravatar brendandouglas2018-06-25
* Explicitly specify @SkylarkCallable parameters for apple skylarkbuildapi inte...Gravatar cparsons2018-06-25
* C++: Remove CcLinkParamsStore parameter from CcLinkingInfo.Gravatar plf2018-06-25
* Windows: Native launcher now works with unicode.Gravatar Yun Peng2018-06-25
* Windows,client: extract embedded binaries fasterGravatar Laszlo Csomor2018-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
* Explicitly specify @SkylarkCallable parameters for android skylarkbuildapi in...Gravatar cparsons2018-06-22
* Delete an unused methodGravatar cushon2018-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
* Add some debugging info to ArtifactFactory, and allow tests to access the Art...Gravatar janakr2018-06-22
* Expose aspect actions from Skylark.Gravatar tomlu2018-06-22
* Automated rollback of commit 5a9befc5602e71f7512074c303afbdcff5617cca.Gravatar twerth2018-06-22
* Add a method in FileArtifactValue to create a new instance given an existing ...Gravatar felly2018-06-22
* Add ConfiguredTargetValueAccessor.Gravatar twerth2018-06-22
* Split target pattern eval, config creation, and analysis into a new class.Gravatar twerth2018-06-22
* Log "Worker configuration has changed, restarting worker pool..." regardless ...Gravatar Googler2018-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
* Remap labels that include a repository name that appear in $(location x).Gravatar dannark2018-06-21
* Remove deprecated flag "skylark_incremental_res" from mobile-install command.Gravatar Googler2018-06-21
* Remove several uses of @SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-06-21
* Rename the implicit attribute used to store toolchain dependencies.Gravatar jcater2018-06-21