aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/packages/util/BazelMockCcSupport.java
Commit message (Expand)AuthorAge
* Clearing //tools/defaults:*Gravatar dbabkin2018-07-31
* Remove LIPO supportGravatar hlopko2018-06-15
* Remove --glibc optionGravatar rosica2018-06-04
* Change uses of cc_toolchain_type back to plain toolchain_type.Gravatar jcater2018-05-29
* Add toolchain definitions for autoconfigured cc_toolchain entries.Gravatar jcater2018-03-27
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-22
* Automated rollback of commit 3dab964407a2f1e12feb439d8507079bc06cb769.Gravatar hlopko2018-03-21
* Assume toolchain supportsDynamicLinker from presence of "dynamic_linking_mode...Gravatar hlopko2018-03-21
* Ensure that only ObjC tests initialize the MockObjcSupport.Gravatar jcater2018-03-15
* Bazel: add ar_files/as_files to cc_toolchain targetsGravatar Googler2018-03-14
* Remove some default cc toolchain definitions.Gravatar John Cater2018-02-23
* Introduce cc_toolchain_type, which exports c++ make variables. UseGravatar cpeyser2017-11-07
* Add 'compiler' and 'libc' attributes to cc_toolchain. If platform/toolchainGravatar cpeyser2017-09-28
* Introduce --enabled_toolchain_types, which when set to the cpp toolchain caus...Gravatar cpeyser2017-09-20
* Toolchain type labels for c++ are filegroups instead of toolchain_type.Gravatar cpeyser2017-09-18
* Automated rollback of commit ca216f5eb4b1f1892219db0f578495bbbdbaa875.Gravatar philwo2017-09-15
* Introduce empty "toolchain_category" rule for labels that will be used asGravatar cpeyser2017-09-14
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-09-08
* Automated rollback of commit 2b983bdf508e010a3d4ee9dbaf446b7666749799.Gravatar cpeyser2017-09-01
* Rollforward of c++ toolchain-relevant BUILD file and Bazel mocking changes. ...Gravatar cpeyser2017-08-31
* Automated rollback of commit 9d5bce66280094c0531ddfde2752e596d0d78c79.Gravatar plf2017-08-30
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-29
* Automated rollback of commit 363413110f3a63a11d900864be1852adbaed2899.Gravatar cpeyser2017-08-29
* Open source some objc tests. Most notably, proto and j2objc tests still remai...Gravatar cparsons2017-08-28
* Add a new toolchain type for c++. In order to do this, PlatformConfiguration...Gravatar cpeyser2017-08-28
* Rename ToolchainLookup rule to ToolchainType, to better explain the usage ofGravatar John Cater2017-03-28
* Make the interface dynamic library builder a regular label instead of a magic...Gravatar Lukacs Berki2017-02-17
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-23
* Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.Gravatar Tobias Werth2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Rollback AppleCrosstoolChangeGravatar Cal Peyser2016-12-22
* Introduce --apple_crosstool_top, which sets the crosstool for sources in objc...Gravatar Cal Peyser2016-12-22
* Power supportGravatar Nishidha Panpaliya2016-12-21
* Initial checkin of the toolchain_lookup() rule for expressing explicit depend...Gravatar Lukacs Berki2016-11-22
* Move interface so building to action configsGravatar Marcel Hlopko2016-10-12
* Fix cc_toolchain configuration for testsGravatar Yun Peng2016-09-08
* Updates to MockCcSupport in preparation for open sourcing more CC tests.Gravatar Ulf Adams2016-09-08
* Some updates to MockCcSupport in preparation for open sourcing more CC tests.Gravatar Ulf Adams2016-09-08
* Update all tests so that they use a cc_toolchain_suite instead of a filegroup...Gravatar Lukacs Berki2016-09-06
* Move MOCK_CROSSTOOL to build/lib/analysis/mock.Gravatar Ulf Adams2016-07-06
* Make more Bazel java tests pass on WindowsGravatar Yun Peng2016-06-17
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-02-03
* Rollback of commit 16444baf21780c4bff00b9736b268e97157e6bc2.Gravatar Carmi Grushko2016-02-02
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* Use xcode_config build target for actions which need to resolve an xcode vers...Gravatar Chris Parsons2016-01-13
* Open-source CcCommonConfiguredTargetTest.Gravatar Dmitry Lomov2015-12-15
* Open-source MockCcSupport and some tests for LibraryLinkingTest.Gravatar Dmitry Lomov2015-12-10