aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppRuleClasses.java
Commit message (Expand)AuthorAge
* Prune .pcm files based on the results of include scanning.Gravatar Googler2016-08-23
* Make Bazel not crash when a cc_library is in the hdrs of another cc_library.Gravatar Lukacs Berki2016-08-22
* Implicit outputs to cc_library are also exported in unique output groups.Gravatar Cal Peyser2016-07-04
* Use the cc_toolchain rule instead of an event bus-based hack to signal an err...Gravatar Lukacs Berki2016-06-10
* Rollback of commit 0150e7fa5963fa569d9795c02fd3afe3c52ff30c.Gravatar Yun Peng2016-06-10
* Rollback of commit 828a9e2f167db8c4debca6e00ee37dd030849c2f.Gravatar Yun Peng2016-06-10
* Move -MD and -MF(for dotd file generation) into featureGravatar Yun Peng2016-06-08
* Move -c and -o options into action_configGravatar Yun Peng2016-06-08
* Create a feature for per-object-file debug info files and move -gsplit-dwarf ...Gravatar Lukacs Berki2016-05-25
* Move -frandom-seed= into a feature.Gravatar Lukacs Berki2016-05-25
* Move the command line arguments for C++ preprocessor defines to a feature.Gravatar Lukacs Berki2016-05-20
* Rollback of commit 7841a6ab100fc35a67600f1ce1a70d293c51350e.Gravatar Lukacs Berki2016-05-20
* Move the command line arguments for C++ preprocessor defines to a feature.Gravatar Lukacs Berki2016-05-19
* Turn the addition of -fPIC to the command line of PIC actions into a feature.Gravatar Lukacs Berki2016-05-19
* Rollback of commit 45d48bf1fe7503acbbb0c095822b7f8f558881e8.Gravatar Lukacs Berki2016-05-17
* Turn the addition of -fPIC to the command line of PIC actions into a feature.Gravatar Lukacs Berki2016-05-17
* Remove the disable_pbh feature again.Gravatar Googler2016-05-11
* Add the option to have non-interface dependencies. This can greatly speed upGravatar Googler2016-04-19
* Add a feature to require explicitly passing module maps.Gravatar Manuel Klimek2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Also change C++ to use the new split attribute lists.Gravatar Ulf Adams2015-09-21
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-16
* Rollback of commit a708acd02baf3821c975801ae0e5cad6867a6735.Gravatar Mark Schaller2015-09-08
* Teach Bazel to accept assembler-without-preprocessor source files.Gravatar Googler2015-09-04
* Convert the coverage flags to use the feature configuration.Gravatar Manuel Klimek2015-08-11
* Add a feature to control whether we provide transitive header modules to aGravatar Manuel Klimek2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Remove some dead code given that cc_public_library is gone.Gravatar Ulf Adams2015-07-29
* Setup FDO command-line options via feature configurations.Gravatar Googler2015-06-25
* Switch to a CROSSTOOL feature for include flags.Gravatar Brian Silverman2015-05-18
* Add a feature to put each header into it's own submodule. This will be requiredGravatar Googler2015-03-16
* Use the crosstool feature configuration for all modules, layering and headerGravatar Manuel Klimek2015-02-22
* Port all module map and header parsing related flags to the new crosstoolGravatar Manuel Klimek2015-02-19
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25