aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* Reimplement the configuration sanity check as a per-fragment check.Gravatar Ulf Adams2016-03-31
* Enable the configuration sanity check for a subset of tests.Gravatar Ulf Adams2016-03-31
* Always apply invocation policy when constructing build options.Gravatar Janak Ramakrishnan2016-03-24
* Add documentation for fragments type, and add the four fragments (apple, cpp,...Gravatar Dave MacLachlan2016-03-02
* Add some basic print/debugging support to fragment collections.Gravatar Dave MacLachlan2016-03-02
* Update ANDROID_DEFAULT_CROSSTOOL to default to //external:android/crosstool. ...Gravatar Luis Fernando Pino Duque2016-02-25
* Replace a few more uses of the Constants.TOOLS_REPOSITORYGravatar Luis Fernando Pino Duque2016-02-15
* Properly report loading errors during configuration creation.Gravatar Ulf Adams2016-02-10
* Remove the genfilesPath parameter from FdoSupport.prepareToBuild.Gravatar Ulf Adams2016-02-10
* Merge LoadedPackageProvider.Bridge into LoadedPackageProvider.Gravatar Ulf Adams2016-02-09
* Introduce a special CPU for Windows and add msys compiler toolchain.Gravatar Dmitry Lomov2016-02-03
* Contractually document BuildConfiguration.Fragment as immutable and strengthenGravatar Greg Estren2016-02-01
* Remove unused ${SYNOPSIS} variable from Bazel native rule inline documentation.Gravatar David Chen2016-01-28
* Always declare dependency on xcode gcov.Gravatar Peter Schmitt2016-01-28
* Fix typoGravatar Googler2016-01-27
* Store data about aspect configurations on Dependencies.Gravatar Michael Staib2016-01-27
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* RELNOTES[INC]: Set stamping to false by default (i.e., --nostamp)Gravatar Damien Martin-Guillerez2016-01-26
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Refer to objc's gcov under @bazel_toolsGravatar Kristina Chodorow2016-01-21
* Do not use sandboxing when bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* ConfigurationFragmentPolicy: assume Skylark names, allow merging.Gravatar Michael Staib2016-01-15
* Fixing broken named anchors for common-attributes*.Gravatar Googler2016-01-13
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Clean up the configuration-related code paths a bit.Gravatar Ulf Adams2015-12-11
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* config_setting rules with 'values = {"cpu": "foo"}'Gravatar Greg Estren2015-11-24
* Clean up documentation for previousGravatar Greg Estren2015-11-20
* Add dynamic config support for config_setting rules.Gravatar Greg Estren2015-11-20
* Workaround javac 1.7 bugGravatar Dmitry Lomov2015-11-19
* LipoDataTransition is only meaningful for C++Gravatar Greg Estren2015-11-18
* Use the new BuildConfiguration.equalsOrIsSupersetOfGravatar Greg Estren2015-11-13
* Provide a looser concept of BuildConfiguration "equality" to accountGravatar Greg Estren2015-11-12
* Aspect terminology update.Gravatar Dmitry Lomov2015-11-10
* Parametrize aspect definition with AspectParameters.Gravatar Dmitry Lomov2015-11-02
* Move the logic in ConfigurationFactory that orders a configuration'sGravatar Greg Estren2015-10-23
* Make the incompatibility between dynamic configurationsGravatar Greg Estren2015-10-20
* Add a Constants.TOOLS_PREFIX constant that will serve to redirect the Bazel t...Gravatar Lukacs Berki2015-10-05
* Remove getSplitTransitionTable - this method is never used.Gravatar Greg Estren2015-10-05
* Don't crash when building environment groups directlyGravatar Greg Estren2015-09-30
* Split the PackageManager type hierarchy; no longer inherit LoadedPackageProv.Gravatar Ulf Adams2015-09-28
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Use Label.parseAbsolute() to determine whether command line options that can ...Gravatar Lukacs Berki2015-09-25
* Avoid LoadedPackageProvider in the PackageProviderForConfigs type hierarchy.Gravatar Ulf Adams2015-09-24
* Rewrite TargetProviderEnvironment to use a PackageProvider.Gravatar Ulf Adams2015-09-24
* Use OS X compatible gcov with experimental_ios_test.Gravatar Peter Schmitt2015-09-21
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Make sure disabled FDO features are filtered out.Gravatar Googler2015-09-21