aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/rules/ToolchainTypeTest.java
Commit message (Expand)AuthorAge
* Remove make variable providers from ToolchainType.Gravatar jcater2018-07-19
* Flip default value of --experimental_shortened_obj_file_path to true (Second ...Gravatar pcloudy2018-06-08
* Move TARGET_CPU from the CcToolchainProvider to BuildConfiguration.Gravatar jcater2018-06-01
* Change uses of cc_toolchain_type back to plain toolchain_type.Gravatar jcater2018-05-29
* Automated rollback of commit 3ab52e63079f1e43cb2c973425f615836a334082.Gravatar hlopko2018-04-11
* Flip default value of --experimental_shortened_obj_file_path to trueGravatar pcloudy2018-04-06
* Introduce -c source_file -o output_file build variablesGravatar hlopko2018-02-08
* Add C++ Make variables to cc_binary, cc_library, and cc_test automatically whenGravatar cpeyser2017-11-29
* Migrate callsites of CppConfiguation#getCompiler, #getTargetLibc, #getCpu toGravatar cpeyser2017-11-28
* toolchain_type can export make variables from the toolchain instead of theGravatar cpeyser2017-11-13
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Add platform_common.MakeVariableInfo so that Skylark code has access to the M...Gravatar lberki2017-10-27
* Rename some of native declared providers according to the new naming scheme.Gravatar dslomov2017-08-21
* Move MakeVariableProvider to lib.analysisGravatar ulfjack2017-08-08
* MakeVariableProvider should be declared provider only.Gravatar dslomov2017-07-11
* Add more methods to ExternalPackageUtil to load all rules of a specificGravatar John Cater2017-06-16
* Rename the ToolchainProvider to a more accurate name (and free up the name fo...Gravatar jcater2017-04-03
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28