aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add support for pseudo locales to ResourceLinker.Gravatar corysmith2018-04-24
* Remove JavaConstraintsProvider, allow specifying constraints when constructin...Gravatar kmb2018-04-24
* Add new-style JavaInfo provider constructor.Gravatar tomlu2018-04-24
* Add hook to inform SkyframeExecutor that build is finished.Gravatar janakr2018-04-24
* sandbox: Create base class for sandbox building strategies.Gravatar philwo2018-04-24
* Ensure make variables from the CcToolchainProvider end up in theGravatar jcater2018-04-24
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* SourceArtifacts are interned on deserialization using an ArtifactFactory. Th...Gravatar cpeyser2018-04-24
* runfiles: rlocation() checks if arg is normalizedGravatar Laszlo Csomor2018-04-24
* Make the constructor of TemplateVariableInfo available in Skylark.Gravatar lberki2018-04-24
* Properly report completion of shared actions with input discoveryGravatar hlopko2018-04-24
* Friendlier error messages on remote failures. Moving the error to the top. Re...Gravatar olaola2018-04-24
* windows,client: fix error reportingGravatar Laszlo Csomor2018-04-24
* Allow feature configuration to be created from skylarkGravatar hlopko2018-04-24
* Add getters to JavaCompilationArgsProviderGravatar cushon2018-04-24
* Cleanup LibraryToLinkCollector to properly distinguish C++ runtimes from dyna...Gravatar hlopko2018-04-24
* Add error message on empty public resourcesGravatar asteinb2018-04-23
* Accept included headers which are provided by tree artifacts.Gravatar carmi2018-04-23
* Add the additional options to support manual trimming of feature flags.Gravatar mstaib2018-04-23
* Start refactoring elements of the Skylark Build API into their own package.Gravatar cparsons2018-04-23
* Add a new "STRICT_ERROR" for the flag "--experimental_import_deps_checking" t...Gravatar cnsun2018-04-23
* Automated rollback of commit 24f19ec2679dd93b1ac5b06e46f3b35807d6e217.Gravatar ruperts2018-04-23
* Declare internal helper functions in option_processor-internal.Gravatar ccalvarin2018-04-23
* Enable Windows remote test on CI now that Bazel 0.12 is used for CI.Gravatar Googler2018-04-23
* This change adds timestamps (call start and end time) to the remote grpc log.Gravatar Googler2018-04-23
* Bash,runfiles: add testsGravatar Laszlo Csomor2018-04-23
* C++: Expose functionality needed for cc_embed_data Skylark implementationGravatar plf2018-04-23
* HttpDownloader: also cache files downloaded without provided hashGravatar Klaus Aehlig2018-04-23
* Repository cache: add a put method determining the key itselfGravatar Klaus Aehlig2018-04-23
* SpawnAction.setShellCommand: expect shell pathGravatar laszlocsomor2018-04-23
* Add BazelCrashUtils to make it easier to crash the JVM when uncaught exceptio...Gravatar janakr2018-04-20
* Remove overlap between the blazerc and bazelrc names.Gravatar ccalvarin2018-04-20
* aar_import doesn't export AndroidSkylarkApiProviderGravatar asteinb2018-04-20
* Fix asset processing bugGravatar asteinb2018-04-20
* Expose new methods in CcToolchainProvider to eventually replace skylark calla...Gravatar juliexxia2018-04-20
* Blaze: add --high_priority_workers flag.Gravatar Googler2018-04-20
* Optionally suppress ThinLTO indexing for all linkstatic targetsGravatar Googler2018-04-20
* Don't add -u flag to local remote worker docker command on Windows.Gravatar Googler2018-04-20
* Allow repository rules to return a valueGravatar Klaus Aehlig2018-04-20
* Remove logic from CppConfiguration that is repeated in CppToolchainInfoGravatar Googler2018-04-20
* Make action_config.tools include crosstool top path by defaultGravatar hlopko2018-04-20
* Flip the default to --direct_run to true.Gravatar lberki2018-04-20
* C++: Wraps CcExecutionDynamicLibrariesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Bring back --copts to linkstamp compile actionsGravatar hlopko2018-04-20
* Fix up all the tests to work with "blaze run --direct_run".Gravatar lberki2018-04-20
* Remove use of bare Immutable{List,Map,Set} Builder classes.Gravatar jcater2018-04-20
* C++: Wraps CcRunfilesInfo inside CcLinkingInfo.Gravatar plf2018-04-20
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Remove JavaCompilationArgsHelperGravatar cushon2018-04-20
* C++: Exposes Skylark configuration field called STLGravatar plf2018-04-20