aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Always use exactly two components in Xcode version featureHEADmasterGravatar bbaren2018-08-15
* Clarify docs for ctx.actions.run_shell()'s command/argumentsGravatar brandjon2018-08-15
* Use ConcurrentHashMap instead of Cache where we aren't using any of theGravatar Googler2018-08-15
* Throw an EvalException when run_shell is passed both a command string sequenc...Gravatar cparsons2018-08-15
* PiperOrigin-RevId: 208861891Gravatar shahan2018-08-15
* Support tree artifacts in target complete.Gravatar tomlu2018-08-15
* Remove the 3-arg minimum on shell actionsGravatar cparsons2018-08-15
* Have DigestMap support multiple hash functions.Gravatar tomlu2018-08-15
* Filter out events from analysis when constructing execution-phase values in S...Gravatar janakr2018-08-14
* Automated rollback of commit 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8.Gravatar felly2018-08-14
* [Skylark] Avoid unnecessary subList invocations.Gravatar Taras Tsugrii2018-08-14
* Skip __init__.py in __pycache__ dir.Gravatar Googler2018-08-14
* Carry Fileset flags over to host configuration.Gravatar felly2018-08-14
* Create new config module that is responsible for creating BuildSetting descri...Gravatar juliexxia2018-08-14
* Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847.Gravatar felly2018-08-14
* Export constructors as global symbols.Gravatar Googler2018-08-14
* test-wrapper: add empty impl + Bazel flagGravatar Laszlo Csomor2018-08-14
* Add experimental option to do add local cpu usage values to the JSON profile.Gravatar twerth2018-08-14
* Explicitly cast ByteBuffer in clear() call to Buffer.Gravatar Tobias Werth2018-08-14
* Mark FancyTerminalEventHandler.handle() as synchronized. A previous changeGravatar Googler2018-08-14
* Add exports attribute to proto_library.Gravatar twerth2018-08-14
* Fixes broken javadoc FilesetTraversalParams (getNestedTraversal should beGravatar shahan2018-08-13
* Order Skyframe evaluations in a priority queue, with all children of a given ...Gravatar janakr2018-08-13
* Fix MultisetSemaphore.Gravatar nharmata2018-08-13
* Don't disable preverificationGravatar cushon2018-08-13
* Blacklists some classes for serialization.Gravatar shahan2018-08-13
* Add a <code>getSkylarkOptions</code> helper function to all OptionsProviders.Gravatar juliexxia2018-08-13
* Track Fileset in artifact expansion.Gravatar felly2018-08-13
* Set the default strategy of DexBuilder to use persistent workers.Gravatar jingwen2018-08-13
* Add experimental tool to turn Bazel Json profiles into graphs.Gravatar twerth2018-08-13
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Fix lock contention in Reporter.startTask/.finishTask by:Gravatar Googler2018-08-13
* Add new class to create cpu usage time series.Gravatar twerth2018-08-13
* bazel: handle proto_src_root when dealing with proto includes, generated file...Gravatar Googler2018-08-13
* ActionAnalysisMetadata exposes whether loose headers are present. TransitiveV...Gravatar shahan2018-08-12
* Use NestedSets to store topLevelModules and discoveredModules. Also improveGravatar Googler2018-08-11
* Only remember discovered modules for modules. For all other compiles, we won'tGravatar Googler2018-08-11
* Refactoring of SkyFunctionEnvironment to iterate over events/postables only w...Gravatar janakr2018-08-10
* PiperOrigin-RevId: 208245798Gravatar mjhalupka2018-08-10
* Do not crash when attempting to upload a tree artifact.Gravatar tomlu2018-08-10
* Add more detailed reporting of the differences between startup options.Gravatar skainswo2018-08-10
* Automated rollback of commit 9374ecf94ce44e8bc56e68678cb512abf4cf9ce2.Gravatar felly2018-08-10
* Adds a flag --experimental_includes_attribute_subpackage_traversal to toggle ...Gravatar shahan2018-08-10
* Combine prefix event and payload stdout/stderrGravatar Klaus Aehlig2018-08-10
* Persist mappings from original command line patterns to expanded labels in Ta...Gravatar Googler2018-08-10
* Automated rollback of commit 39974a43abdd32e3a1acbc7da945b08da9983e4e.Gravatar felly2018-08-10
* Flip defaults value of experimental_enable_tools_defaults_package to off.Gravatar dbabkin2018-08-10
* Add critical path as fake thread 0 to the JSON profile.Gravatar twerth2018-08-10
* Introduce a retriever for logging handler properties.Gravatar arostovtsev2018-08-10
* Use getDoneValues instead of getGraphMap for dump/stat functions.Gravatar twerth2018-08-09