aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/CppFileTypes.java
Commit message (Expand)AuthorAge
* Add win_def_file attribute to cc rules.Gravatar Yun Peng2017-11-14
* Add .ipp extension as a C++ header typeGravatar hlopko2017-07-27
* Make the ClifMatchRule produce .d files.Gravatar Googler2017-07-19
* Automated conversion to Java 8Gravatar laurentlb2017-06-30
* Convert LLVM raw profiles to indexed format if necessary.Gravatar Googler2017-04-30
* Parse /showIncludes output for MSVC compilerGravatar Yun Peng2017-04-25
* Support using minimized bitcode for ThinLTO LTO indexing stepGravatar Googler2017-04-19
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* experimental_objc_library excludes non-.h headers, as does objc_library.Gravatar Cal Peyser2017-02-09
* ObjcCompileAction does not signal to skyframe that it discovers inputs.Gravatar Cal Peyser2016-11-17
* Description redacted.Gravatar Cal Peyser2016-11-16
* ObjcCompileAction provides all headers to sandboxed execution. This allowsGravatar Cal Peyser2016-11-11
* Allow .lib as cpp static library extensionGravatar Yun Peng2016-11-08
* Some updates to C++ to support Clif, an automatic interface generator for C++...Gravatar Googler2016-09-22
* Make building dll less a hack on WindowsGravatar Yun Peng2016-07-01
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-18
* Allows CcLibraryHelper's acceptance of objc source to be paramaterized. For ...Gravatar Cal Peyser2016-04-15
* Rollback of commit bbf59ed1be85354457ad1d8123cc1973aa3ba298.Gravatar Florian Weikert2016-04-14
* Introduces experimental_objc_library. This rule builds objc code with the c+...Gravatar Cal Peyser2016-04-13
* Collect .o files compiled from C(++), and skip the rest for the LTO backend s...Gravatar Han-Wen Nienhuys2015-10-07
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* 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
* Add '.ldscript' as a possible linker script file extension.Gravatar Googler2015-08-24
* Add dylib as a C++ file typeGravatar Kristina Chodorow2015-08-04
* Rollforward of []: Blaze changes to support LLVM profile feedbackGravatar Googler2015-07-23
* Allow C++ files to have the .c++ extensionGravatar Kamal Marhubi2015-07-23
* Rollback of commit 69d20b26b50360221849a4860265150f9c66ef25.Gravatar Lukacs Berki2015-07-17
* Blaze changes to support LLVM profile feedback.Gravatar Googler2015-07-07
* Allow .ld extension for linker scripts.Gravatar Onath Claridge2015-05-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25