aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/analysis/config
Commit message (Expand)AuthorAge
* 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
* Defaulted cpu to the host cpuGravatar Damien Martin-Guillerez2015-03-13
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10
* Add --target_environment flag. This declares the environment (or set of envir...Gravatar Greg Estren2015-03-06
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Rewrite CrosstoolConfigurationHelper and make it more generic - it now allowsGravatar Ulf Adams2015-02-16
* Lots of comments, clarification and correction in Skylark docs.Gravatar Laszlo Csomor2015-02-16
* Configurable attributes: allow multiple matches so long asGravatar Greg Estren2015-02-09
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25