aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* FileTypeSet: now supports creating unions of a FileTypeSet and some FileTypes.Gravatar Laszlo Csomor2015-08-24
* Removed ctx.configuration.fragment() from Skylark. Please use ctx.fragments.{...Gravatar Florian Weikert2015-08-24
* ctx.new_file(Artifact, String) now replaces the basename of the base artifact...Gravatar Florian Weikert2015-08-24
* Add '.ldscript' as a possible linker script file extension.Gravatar Googler2015-08-24
* Use Buildifier convention for action_listener rule examples.Gravatar David Chen2015-08-24
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Change the skylark Java rules to use the configuration path separator.Gravatar Ulf Adams2015-08-24
* Add the implicit output of unstripped binary for Launcher-enabled java_binary.Gravatar Googler2015-08-24
* Make permanent changes already in tools/blaze.blazercGravatar Googler2015-08-24
* Improve efficiency of reverse queries for Skyframe by memoizing getAllowedDep...Gravatar Miguel Alcon Pinto2015-08-24
* Preserve specified order of keys when analyzing configured targets.Gravatar Janak Ramakrishnan2015-08-24
* Implement hashCode, equals for TransitiveTraversalValue and related SkyValuesGravatar Mark Schaller2015-08-24
* Add shortcut methods for adding providers. These do not require explicitly sp...Gravatar Carmi Grushko2015-08-24
* Description redacted.Gravatar Michajlo Matijkiw2015-08-24
* Fix some missing headers and data dependencies in BUILD files.Gravatar Philipp Wollermann2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Improve the JDK and JRE filegroups to include all the necessary parts. Then f...Gravatar Philipp Wollermann2015-08-24
* Prefer RuleContext.getFragment over BuildConfiguration.getFragment.Gravatar Ulf Adams2015-08-24
* The sorted function now accepts sets and dictionaries inputs.Gravatar Laurent Le Brun2015-08-24
* Fix import for CompactHashSet.Gravatar David Chen2015-08-21
* Add an empty RunfilesProvider to cc_toolchain_suite to fulfill the contract i...Gravatar Alex Humesky2015-08-21
* Don't acquire the lock when we don't need to mutate the 'children' map.Gravatar Nathan Harmata2015-08-21
* Add rbuildfiles function to queries, only for use when using SkyQueryEnvironm...Gravatar Janak Ramakrishnan2015-08-21
* Filter out targets not in the universe (as defined by the lack of transitive ...Gravatar Janak Ramakrishnan2015-08-21
* Fix output of query --output=buildGravatar Laurent Le Brun2015-08-21
* Fix some nits and allow alternate evaluators to use MemoizingEvaluatorTest.Gravatar Janak Ramakrishnan2015-08-21
* Convert evaluated tracking to take a lazy SkyValueGravatar Mark Schaller2015-08-21
* Find parent and submodule definitions before fully resolving a pomGravatar Kristina Chodorow2015-08-21
* Rollback of commit 0218320f1316b4d25e35abaaa80206237468824d.Gravatar Han-Wen Nienhuys2015-08-20
* Remove debugging statementGravatar Kristina Chodorow2015-08-20
* Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getSh...Gravatar Lukacs Berki2015-08-20
* A minor refactoring of JavaSemantics.Gravatar Lukacs Berki2015-08-20
* Remove a few AnalysisEnvironment.getDerivedArtifact() call sites.Gravatar Lukacs Berki2015-08-20
* Replace ref equality with .equals for SkyFunctionNames (2)Gravatar Mark Schaller2015-08-20
* Fix {new_,}git_repository after shutdown.Gravatar Brian2015-08-20
* Teach java_import about runtime_deps.Gravatar Googler2015-08-20
* A prototype implementation of top-level aspects.Gravatar Dmitry Lomov2015-08-20
* RELNOTES: Allow private headers in the srcs attribute. Add a warning if a fil...Gravatar Googler2015-08-20
* Make SkyQueryEnvironment more efficient retrieving the labels.Gravatar Miguel Alcon Pinto2015-08-20
* Skylark rules can no longer overwrite built-in attributes.Gravatar Florian Weikert2015-08-20
* Improve documentation in MethodLibraryGravatar Laurent Le Brun2015-08-20
* Rollback of commit 50adddf01b8d7f46fba6bee12ebbb41c31c87165.Gravatar Ulf Adams2015-08-20
* Fixes to use dylib on MacOS X.Gravatar Topher2015-08-20
* Clean up some testing-only and single-call codepaths in Digraph code.Gravatar Janak Ramakrishnan2015-08-20
* Log information about the initial baseline DiffAwareness.View. This is especi...Gravatar Nathan Harmata2015-08-20
* Avoid Skyframe restarts in transitive targets due related to conservative asp...Gravatar Eric Fellheimer2015-08-20
* Remove errant paths from crosstool test files.Gravatar Alex Humesky2015-08-20
* --Gravatar Rumou Duan2015-08-20