aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* 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
* PiperOrigin-RevId: 208245798Gravatar mjhalupka2018-08-10
* Do not crash when attempting to upload a tree artifact.Gravatar tomlu2018-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
* Batch all DependencyResolver#getTarget calls. This leads to some duplicate it...Gravatar janakr2018-08-09
* Allow skyframe-aware actions to pass partial results through ActionExecutionC...Gravatar felly2018-08-09
* Pass Fileset information to the Action filesystem.Gravatar felly2018-08-09
* Stop generating .d files when they won't be looked at later.Gravatar Googler2018-08-09
* Reduce contention in the digest map.Gravatar tomlu2018-08-09
* Stop allowing targets with loose headers checking that reference srcs/hdrs in...Gravatar shahan2018-08-09
* Support a .bazelignore fileGravatar Klaus Aehlig2018-08-09
* Final asset/resource decoupling cleanupGravatar asteinb2018-08-09
* Split up getTargetsToBuild() into multiple methods so compute() can determine...Gravatar Googler2018-08-09
* Remove unused workspace variable.Gravatar twerth2018-08-09
* Fix StackOverflowError on Windows. Fixes #5730Gravatar buchgr2018-08-09
* Fix a @GuardedBy errorGravatar cushon2018-08-09
* Automated rollback of commit 09bf7cc5865f7edd9a3eeabb42792e8de3ad862f.Gravatar tomlu2018-08-08