aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Split BuildView into two classesGravatar ulfjack2018-06-14
* Allow Skylark rules to specify whether targets can add execution platform con...Gravatar John Cater2018-06-14
* C++: Fixes error reporting for cc_importGravatar plf2018-06-14
* Fix Profiler setup to actually enable the Json formatGravatar ulfjack2018-06-14
* Simplify CommandEnvironment constructor, make fields finalGravatar ulfjack2018-06-14
* Serialize lambdas when they are cast to Serializable.Gravatar janakr2018-06-13
* @AutoCodec stray usage of AndroidDataConverter. It should always be a static ...Gravatar janakr2018-06-13
* Add functionality to make certain SkyValues unshareable, meaning they are not...Gravatar janakr2018-06-13
* When composing RuleTransitionFactories, return something that respects equality.Gravatar mstaib2018-06-13
* Populate JavaInfo's annotation_processing field in java_common.compileGravatar kmb2018-06-13
* Reconvert the lambdas in AndroidDataConverter to anonymous inner classes.Gravatar mjhalupka2018-06-13
* Pass ActionFS paths through to action-level FileOutErr for the Action's stdou...Gravatar felly2018-06-13
* Delete empty comment lines.Gravatar dannark2018-06-13
* Skylark debugger: don't quote or escape strings when serializing.Gravatar brendandouglas2018-06-13
* * Update apple_common.link_multi_arch_binary to return all of its providers a...Gravatar allevato2018-06-13
* Fix filterTestsByTarget to filter by label instead of filtering by doingGravatar mjhalupka2018-06-13
* Compare using value equality instead of reference equality.Gravatar dannark2018-06-13
* Allow deserialization futures as NestedSet contents, with unrolling blocking ...Gravatar cpeyser2018-06-13
* Add --experimental_supports_info_crosstool_configuration to support removal o...Gravatar hlopko2018-06-13
* Save nested set size after initial expand to avoid GC from resizing list when...Gravatar tomlu2018-06-13
* Enable per-target execution for genrule, sh_*, and *_test.Gravatar jcater2018-06-13
* Add documentation on platform flags to the user manual.Gravatar jcater2018-06-13
* Avoid long, duplicated directory structures. In the common case, generatedGravatar Googler2018-06-13
* Remove supports_lipo field from DefaultCpuToolchainGravatar rosica2018-06-13
* Move BuildView.Options to a new top-level classGravatar ulfjack2018-06-13
* Remove BlazeModule.checkEnvironmentGravatar ulfjack2018-06-13
* Add "toolchain-identifier" attribute to cc_toolchain ruleGravatar rosica2018-06-13
* Return Strings from C++ Skylark APIs, not PathFragmentsGravatar hlopko2018-06-13
* C++: Continues renaming executionDynamicLibraries to dynamicLibrariesForRuntime.Gravatar plf2018-06-13
* Split AnalysisResult into a top-level classGravatar ulfjack2018-06-13
* Change generated DEF file name from <target name>.def to <target name>.gen.defGravatar pcloudy2018-06-13
* Fix archive decompression with symlink on WindowsGravatar pcloudy2018-06-13
* Fix a bug with flush() not flushing on local writes in ActionFS, and add unit...Gravatar felly2018-06-12
* Change the default value of --experimental_android_local_test_binary_resource...Gravatar dannark2018-06-12
* Rename VariableContext to the more general purpose QueryExpressionContext and...Gravatar shreyax2018-06-12
* Add more data to the exception thrown when putOnlyEntry's verification fails.Gravatar mstaib2018-06-12
* Add --print_workspace_in_output_paths_if_needed flag.Gravatar mstaib2018-06-12
* Change WorkspaceStatusAction incrementality logic. We no longer manually inva...Gravatar janakr2018-06-12
* Create skylarkbuildapi bootstrap for android-related top level skylark objectsGravatar cparsons2018-06-12
* Add support for the Json trace file formatGravatar ulfjack2018-06-12
* Automated rollback of commit a1c9f8d33457cd1f3b01299863bcab2667c13a52.Gravatar Googler2018-06-12
* Enable rules to inherit the ExecutionPlatformConstraintsAllowed value.Gravatar jcater2018-06-12
* Add skylarkbuildapi bootstraps for apple, cpp, platform, and testing packagesGravatar cparsons2018-06-12
* Skylark debugger: Fix NPE listing frames.Gravatar brendandouglas2018-06-12
* Remap repository names inside load statements in BUILD files if the repositor...Gravatar dannark2018-06-12
* Support delete() in ActionFS.Gravatar felly2018-06-12
* Refactor profilerGravatar ulfjack2018-06-12
* Always run toolchain resolution, even when no toolchain types are requested, ...Gravatar John Cater2018-06-12
* Remove LoadingPhaseRunner, inline the only implementationGravatar ulfjack2018-06-12
* Split TargetPatternEvaluator into two interfacesGravatar ulfjack2018-06-12