aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CcIncLibrary.java
Commit message (Expand)AuthorAge
* Replace path implementation.Gravatar tomlu2018-02-08
* C++: Split C++ library into two classes, compilation and linkingGravatar plf2018-02-08
* Introduce Root class.Gravatar tomlu2018-01-17
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* Automated rollback of commit 67330ad52391ad6562d439f77cc5133a0ea4247d.Gravatar plf2018-01-10
* C++ refactoring: Separate compilation and linking calls to CcLibraryHelperGravatar plf2018-01-08
* Move RuleConfiguredTarget to lib.analysis.configuredtargets.Gravatar gregce2017-09-19
* Move core test classes to lib.analysis.testGravatar ulfjack2017-08-11
* Move RuleConfiguredTargetFactory to lib.analysisGravatar ulfjack2017-08-07
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Stop retrieving CcToolChainProvider statically from hard-coded attribute ":cc...Gravatar Rumou Duan2017-02-08
* Move some actions to language-specific packages, where they belong.Gravatar Lukacs Berki2016-11-23
* cc_inc_library deletes its output directory before execution.Gravatar Janak Ramakrishnan2016-10-04
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Allow use of Exceptions to exit early out of configured-target creation, inst...Gravatar Chris Parsons2016-05-24
* Open source cc_inc_library.Gravatar Cal Peyser2016-03-29