aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* 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
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Parse the label syntax "@//a:b" so that eventually we can make that the synta...Gravatar Lukacs Berki2015-09-15
* Skylark: configuration fragments for host configuration can now be accessed v...Gravatar Florian Weikert2015-09-08
* Aspects can get information from their base rule.Gravatar Marian Lobur2015-09-02
* Implement the core structure for dynamic configurations.Gravatar Greg Estren2015-08-26
* Port to FreeBSD.Gravatar Doug Rabson2015-08-26
* Added more details about the use of configuration fragments in Skylark to the...Gravatar Florian Weikert2015-08-24
* Removed ctx.configuration.fragment() from Skylark. Please use ctx.fragments.{...Gravatar Florian Weikert2015-08-24
* Change the skylark Java rules to use the configuration path separator.Gravatar Ulf Adams2015-08-24
* Add native support for linux on ARM Cpu (32 bits)Gravatar Zhong Wang2015-08-12
* Skylark rules can now declare their required configuration fragmentsGravatar Florian Weikert2015-08-10
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-08-06
* Removed BuildConfiguration.Fragment#getName() and #isSkylarkVisible().Gravatar Florian Weikert2015-08-05
* Description redacted.Gravatar Laszlo Csomor2015-08-04
* Skylark: In addition to using ctx.configuration.fragment(CONF), the build con...Gravatar Florian Weikert2015-07-30
* Support coverage in experimental_ios_test.Gravatar Peter Schmitt2015-07-29
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Make split configuration transitions work with Bazel.Gravatar Lukacs Berki2015-06-29
* Refactor HOST configuration transitions to be dynamic-configuration friendly.Gravatar Greg Estren2015-06-29
* Improve platform and CPU detection, use the correct protoc binary for the run...Gravatar Philipp Wollermann2015-06-12
* Add the necessary templates to make android_ndk_repository actually work.Gravatar Lukacs Berki2015-06-11
* Add an entry to TransitiveTargetValue that tracks theGravatar Greg Estren2015-05-27
* Have ConfiguredTargetFactory subclasses declare which FragmentOptionsGravatar Greg Estren2015-05-21
* RELNOTES[INC]: Remove deprecated "make var" INCDIRGravatar Han-Wen Nienhuys2015-05-18
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-05-07
* Rollback of commit a4b66fdbe61845fd4d4ebaebec1e25cdcd99809d.Gravatar Marian Lobur2015-04-27
* Add a mechanism for configuration fragments to add arbitrary rules to the def...Gravatar Lukacs Berki2015-04-24
* Simplify the createConfiguration method in SkyframeExecutor.Gravatar Ulf Adams2015-04-23
* Pass in the test environment using BuildConfiguration.Options.testEnvironment...Gravatar Lukacs Berki2015-04-20
* Remove the full client environment from BuildConfiguration in favor of comput...Gravatar Lukacs Berki2015-04-17
* Skylark builtin function cleanupsGravatar Francois-Rene Rideau2015-04-13
* --instrumentation_filter now works with Objective C.Gravatar Googler2015-04-01
* Unconditionally include gcc's stdc-predef.h if it is available.Gravatar Janak Ramakrishnan2015-03-31
* Actually force loading of optional objc labelsGravatar Daniel Wagner-Hall2015-03-30
* Skylark: minor documentation cleanups.Gravatar Googler2015-03-23
* Replace @BlazeRule with a getMetadata() method. This lets us avoid Java Refle...Gravatar Googler2015-03-20
* Simplify BuildConfiguration to make it cheaper to create more instances.Gravatar Ulf Adams2015-03-16
* Attribute synopsis's are cleaned up. The BE generator prints a warning in cas...Gravatar Googler2015-03-13