aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Fixed copy&paste error in javadoc.Gravatar Florian Weikert2015-11-17
* Adapt blaze 'features' documentation to link to the crosstool's featureGravatar Manuel Klimek2015-11-17
* Emit extra-actions for actions registered by Aspects.Gravatar Carmi Grushko2015-11-17
* Add bazel flag to control how proguard runsGravatar Googler2015-11-17
* Change the type of ExtraActionArtifactsProvider.extraActionArtifacts to be Ne...Gravatar Carmi Grushko2015-11-17
* Add C# rule docs to Bazel's Build Encyclopedia.Gravatar David Chen2015-11-17
* Store the java_toolchain source version, target version, and encoding in Java...Gravatar Alex Humesky2015-11-17
* Improve concurrency level in invalidation setsGravatar Mark Schaller2015-11-17
* Narrow causes in NoSuchThingException familyGravatar Michajlo Matijkiw2015-11-17
* Add an explicit way to get the canonical string-representation of a Label.Gravatar Carmi Grushko2015-11-17
* Hardcode some spawn actions to run locally.Gravatar Eric Fellheimer2015-11-17
* Optionally allow Bazel to pass JVM options containing spaces directly through...Gravatar Janak Ramakrishnan2015-11-16
* Optimize the hash code function of Pair to minimize varargs expansion.Gravatar Eric Fellheimer2015-11-16
* Exit with an error message, rather than crashing, when an attempt is made to ...Gravatar John Field2015-11-16
* Fix crash when two Skylark loads reference the same path.Gravatar John Field2015-11-16
* Reduce AutoBoxing-induced GC churn by using AtomicLongMap.Gravatar Eric Fellheimer2015-11-16
* Minor tweaks to DirectoryListingStateValueGravatar Michajlo Matijkiw2015-11-16
* Track the entire OutputService instead of just the BatchStatter.Gravatar Eric Fellheimer2015-11-16
* Add the concept of a "universal" configuration fragment, which allGravatar Greg Estren2015-11-16
* Rollback of commit f6866778db261e5d8b95ee1c46622ceb19a609a4.Gravatar Lukacs Berki2015-11-13
* Use Labels, rather than PathFragments, to represent Skylark loads internally....Gravatar John Field2015-11-13
* RELNOTES: Symlink dirents of directories containing a file named "DONT_FOLLOW...Gravatar Nathan Harmata2015-11-13
* Preserve repositories' rooted pathsGravatar Kristina Chodorow2015-11-13
* Removed unused FileFunctionException constructorGravatar Michajlo Matijkiw2015-11-13
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* Make it easier to reuse empty PrepareDepsOfTargetsUnderDirectoryValue singletonsGravatar Michajlo Matijkiw2015-11-13
* Change Precondition.checkState to Precondition.checkArgument.Gravatar Greg Estren2015-11-13
* Pre-trim build options for all remaining calls to ConfigurationFragment.key. ...Gravatar Greg Estren2015-11-13
* Use the new BuildConfiguration.equalsOrIsSupersetOfGravatar Greg Estren2015-11-13
* Put NodeEntry in Supplier<SkyValue> passed to EvaluationProgressReceiver so i...Gravatar Janak Ramakrishnan2015-11-13
* Description redacted.Gravatar Googler2015-11-13
* Changes R.java to be a compile time dependency in android compilation. This r...Gravatar Andrew Pellegrini2015-11-13
* Refactor createExtraActionProvider to not require mandatoryStampFiles, which ...Gravatar Carmi Grushko2015-11-13
* Inline SkyframeBuildView.createAspect into its only call-site, to reduce stac...Gravatar Carmi Grushko2015-11-13
* Support exports attribute for android_libraryGravatar Googler2015-11-13
* Allow package blacklisting to be done via a file checked into the depot. By d...Gravatar Eric Fellheimer2015-11-12
* Strengthen the deprecation notice for abi_deps.Gravatar Greg Estren2015-11-12
* When determining a dep's dynamic configuration, apply theGravatar Greg Estren2015-11-12
* Deprecation warnings are no longer printed for flags specified using their ol...Gravatar Alex Humesky2015-11-12
* When getting the Skyframe key for a ConfigurationFragment, firstGravatar Greg Estren2015-11-12
* Include the Globber in the PackageFunction AstAfterPreprocessing cache. Other...Gravatar Nathan Harmata2015-11-12
* --Gravatar Carmi Grushko2015-11-12
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12
* C++ libraries in remote repos don't need to set include pathsGravatar Kristina Chodorow2015-11-12
* Move initializeExtraActions() unchcnaged (apart from its name) to a separate ...Gravatar Carmi Grushko2015-11-12
* Removed double trailing periods in console output.Gravatar Florian Weikert2015-11-12
* Speed up & deflake bazel_sandboxing_cpp_test (and probably other shell tests).Gravatar Philipp Wollermann2015-11-12
* Minor cleanup: mark some fields as `final`.Gravatar Carmi Grushko2015-11-11
* Propagate defines through xctest_appGravatar Googler2015-11-11
* Split off a BUILD file for query2/ , sort targets in build/lib/BUILD.Gravatar Han-Wen Nienhuys2015-11-11