aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/cpp-use-cases.md
Commit message (Collapse)AuthorAge
* add missing comma in cc_library exampleGravatar steple2018-08-10
| | | | | | Closes #5758. PiperOrigin-RevId: 208203915
* Update cpp-use-cases.mdGravatar aolivas2018-03-09
| | | | | | | | | | | | | I wasn't able to build a simple 'hello-world' example with an identical structure. I encountered several problems: 1) bazel forces to declare a license for code within the 'third_party' sub-directory. This not at all obvious to noobs. 2) bazel complains about a missing input file 'some_lib.h' without the leading 'include' in hdrs and the build fails. 3) compilation throws "No such file or directory" when trying to include 'some_lib.h' with the trailing 'include' in copts. I think this is particularly important for converting legacy projects (not necessarily third party) that use cmake, autoconf, etc... Closes #4697. PiperOrigin-RevId: 188471650
* Create the "C++ and Bazel" and "Java and Bazel" pages.Gravatar Googler2017-09-14
PiperOrigin-RevId: 168687598