aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Fix strip for ios_framework_binary by passing -x to strip.Gravatar Googler2016-03-30
* Rename swift_binary to swift_library as the intended rule is not executable.Gravatar Dmitry Shevchenko2016-03-30
* Adds the dsym files to the ios_application output when using --objc_generate_...Gravatar Googler2016-03-30
* Restrict file types allowed for "strings" attribute to ".strings".Gravatar Googler2016-03-30
* Set -fmodules-cache-path to be rooted in the genfiles directory whenever modu...Gravatar Chris Parsons2016-03-30
* Delay BuildView creation in CommandEnvironment until beforeCommand().Gravatar Ulf Adams2016-03-30
* Use ENTITLEMENTS_TYPE constant to specify allowed file types for ":extra_enti...Gravatar Googler2016-03-30
* Make the ProjectFileSupport stateless; pass in required parameter when called.Gravatar Ulf Adams2016-03-30
* Remove calls of CommandEnvironment.getView; remove ide-info from BuildView.Gravatar Ulf Adams2016-03-30
* Rename ConfigurationDistinguisher.APPLICATION and ConfigurationDistinguisher....Gravatar Googler2016-03-30
* Don't start include scanning from used module maps. The modules generated forGravatar Googler2016-03-30
* experimental UI: don't update progress bar after build for INFOGravatar Klaus Aehlig2016-03-30
* support incremental dexing in all unproguarded android binaries as well as te...Gravatar Googler2016-03-29
* Restrict file types used for "entitlements" attribute to [".entitlements", "....Gravatar Googler2016-03-29
* Fix keep-going build with an existing cycle by only setting errorDepKey in a ...Gravatar Janak Ramakrishnan2016-03-29
* Propagate -isystem includes from CC deps in Xcode project generation.Gravatar Googler2016-03-29
* Skylark providers exported under the key "objc" are consumed as ObjcProvider ...Gravatar Cal Peyser2016-03-29
* fix passing JVM bootclasspath to proguard now that it's available (was empty ...Gravatar Googler2016-03-29
* Open source cc_inc_library.Gravatar Cal Peyser2016-03-29
* Provide descriptive error messages on external mutable source files encounter...Gravatar Googler2016-03-29
* --Gravatar Chris Parsons2016-03-28
* Do not run the finally block in BuildTool#buildTargets if we are in a catastr...Gravatar Janak Ramakrishnan2016-03-28
* Move several naked strings over to constants as general code cleanup.Gravatar Dave MacLachlan2016-03-28
* Add --glibc as a late-bound option default so config_settingsGravatar Greg Estren2016-03-25
* Respect --noexperimental_check_output_files in FileSystemValueChecker. FileSt...Gravatar Nathan Harmata2016-03-25
* Change android_sdk_repository to use a Skylark-based template.Gravatar Michael Staib2016-03-25
* Remove unused test code, and clean up documentation regarding launch images a...Gravatar Dave MacLachlan2016-03-25
* Add timeout to dash connectionsGravatar Kristina Chodorow2016-03-25
* Add toString() method to LabelAndConfiguration.Gravatar Janak Ramakrishnan2016-03-24
* Don't shell quote header compiler params filesGravatar Liam Miller-Cushon2016-03-24
* fix some references to "Blaze" in BugReport.javaGravatar Thiago Farina2016-03-24
* Add explicit type arguments to unbreak java7 builds.Gravatar Janak Ramakrishnan2016-03-24
* Adds Skylark Remote Repository documentationGravatar Damien Martin-Guillerez2016-03-24
* Add executable argument to repository_ctx.download function.Gravatar Yun Peng2016-03-24
* Improve class Javadoc of DirectoryListingValue.Gravatar Nathan Harmata2016-03-24
* Signal that the query command does not buildGravatar Klaus Aehlig2016-03-24
* Permit cc_test to run on darwin.Gravatar Cal Peyser2016-03-24
* Refactor spawnXcrunActionBuilder to take an explicit apple platform.Gravatar Chris Parsons2016-03-24
* Pass -F flags to Swift compilation rules.Gravatar Dmitry Shevchenko2016-03-24
* Reduce memory use of feature values by introducing a ValueSequence class that...Gravatar Manuel Klimek2016-03-24
* Add startup option --experimental_oom_more_eagerly_threshold, with default va...Gravatar Janak Ramakrishnan2016-03-24
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Signal that the info command does not buildGravatar Klaus Aehlig2016-03-24
* Correctly reports error in the workspace fileGravatar Damien Martin-Guillerez2016-03-23
* Removed ending . in error messageGravatar Damien Martin-Guillerez2016-03-23
* Register the primary handler with the event busGravatar Klaus Aehlig2016-03-23
* Do not put both pic and non-pic header modules into the inputs of a compile a...Gravatar Manuel Klimek2016-03-23
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Fix debugging info when crashing with missing SkyFunction.Gravatar Janak Ramakrishnan2016-03-23
* Implement default_{tvos,watchos,macosx}_sdk_version attributes for the xcode_...Gravatar Chris Parsons2016-03-23