aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Only strip launcher for fissionized opt builds.Gravatar Googler2015-10-29
* Adds include paths through -isystem to get Android native compiling working a...Gravatar Alex Humesky2015-10-28
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Skylark interpreter optimizationGravatar Laurent Le Brun2015-10-28
* Build indexer: Handle for loopsGravatar Laurent Le Brun2015-10-28
* Disable --watchfs on OSX in preparation for enabling it by default.Gravatar Ulf Adams2015-10-28
* Update the documentation for Constants.java.Gravatar Ulf Adams2015-10-28
* Bugfix: Host fragments could not be accessed properly through Skylark.Gravatar Florian Weikert2015-10-28
* Visibility adjustmentsGravatar Michajlo Matijkiw2015-10-28
* Rollback of commit c1e4243dbefc57909feff4ebb19975f151fa6391.Gravatar Greg Estren2015-10-28
* Change default for rule classes that don't explicitlyGravatar Greg Estren2015-10-28
* Ignores the empty pathGravatar Scott Robertson2015-10-28
* Pass apple sdk information to ios_test test actionsGravatar Chris Parsons2015-10-27
* Force hdrs_check to "strict", remove "hdrs_check" attribute from cc_* rules.Gravatar Philipp Wollermann2015-10-27
* Add ctor commentGravatar Kristina Chodorow2015-10-27
* Clean up the CoverageReportActionFactory interface a bit.Gravatar Ulf Adams2015-10-27
* Make EventCollector thread-safe for modifications.Gravatar Ulf Adams2015-10-27
* Fixes a wrong path causing the *-toolchain_files filegroup to actually be empty:Gravatar Philipp Wollermann2015-10-27
* Fixes the following linker error during compilation of //examples/android/jav...Gravatar Philipp Wollermann2015-10-27
* Add documentation of aar output to the build encyclopedia. Notes that the aar...Gravatar Andrew Pellegrini2015-10-27
* Simplify uses of EventCollector.Gravatar Ulf Adams2015-10-27
* Clean up tests to use EventCollectionApparatus more widely.Gravatar Ulf Adams2015-10-27
* Eliminate the Android tools repository, and with it, Constants.ANDROID_DEP_PR...Gravatar Lukacs Berki2015-10-27
* Un-hardcode the names of some Python implicit attributes ($python_precompile,...Gravatar Carmi Grushko2015-10-27
* Refactor instrumentation in JavaCommon to remove Android specific content.Gravatar Andrew Pellegrini2015-10-27
* Reduce memory churn while creating PathFragments.Gravatar Eric Fellheimer2015-10-27
* Remove the TOOLS_REPOSITORY prefix for tools/objc:xctest_app.Gravatar Chris Parsons2015-10-27
* Update android screen densities to include 420 dpi added for the Nexus 5X. Ad...Gravatar Andrew Pellegrini2015-10-27
* Share SkyKey interning between evaluation and deserialization.Gravatar Eric Fellheimer2015-10-27
* Make -DNS_BLOCK_ASSERTIONS=1 by default when c=opt on objc builds.Gravatar Googler2015-10-27
* Removes gcc from the clang compiler names, because that doesn't really make s...Gravatar Alex Humesky2015-10-27
* Propagate Android aspect across runtime_deps.Gravatar Googler2015-10-27
* Support proto_library in AndroidStudioInfoAspect.Gravatar Googler2015-10-27
* Clarify documentation about 'native' module.Gravatar Laurent Le Brun2015-10-27
* Allow C++ compile actions to run in a sandbox by replacing the LocalGccStrate...Gravatar Philipp Wollermann2015-10-27
* Refactor include scanning / .d file parsing in the C++ rules so that validati...Gravatar Philipp Wollermann2015-10-27
* Read the j2objc BUILD file from embedded tools instead of from the client.Gravatar Lukacs Berki2015-10-27
* Fix location for Break and Continue AST nodes.Gravatar Laurent Le Brun2015-10-27
* Remove the unused launcher argument from JavaSemantics.getJvmFlags.Gravatar Ulf Adams2015-10-27
* Memory optimizations for Skylark.Gravatar Miguel Alcon Pinto2015-10-27
* Avoid unbounded growth in the GlobFunction cache. The cache is now given a ma...Gravatar Eric Fellheimer2015-10-27
* Keep the bytes of the hashcode instead of the hashcode object.Gravatar Miguel Alcon Pinto2015-10-27
* Remove trailing whitespace in generated Skylark Library and BE files.Gravatar David Chen2015-10-23
* Inline TargetMarker in TransitiveTraversalFunctionGravatar Mark Schaller2015-10-23
* Avoid the usage of Maps.transformValues since it is lazy and keeps a referenc...Gravatar Miguel Alcon Pinto2015-10-23
* Split Build Encyclopedia into multiple pages.Gravatar David Chen2015-10-23
* Add the include paths to the compiler_files attribute of the cc_toolchainsGravatar Alex Humesky2015-10-23
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* Move the logic in ConfigurationFactory that orders a configuration'sGravatar Greg Estren2015-10-23
* Remove ast from RuleGravatar Michajlo Matijkiw2015-10-22