aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/cpp.md
Commit message (Collapse)AuthorAge
* Recommend copts for external include paths, as it's less infectious than ↵Gravatar Kristina Chodorow2015-10-09
| | | | | | | | | | includes=[] includes=[] is inherited by all rules that depend on it, which makes resolving ordering issues more difficult. -- MOS_MIGRATED_REVID=104961784
* Add strip_prefix to the C++ documentationGravatar Kristina Chodorow2015-09-28
| | | | | -- MOS_MIGRATED_REVID=104097995
* Minor documentation fixes. Make sidebar navigation look more consistent.Gravatar David Chen2015-07-27
| | | | | -- MOS_MIGRATED_REVID=98934930
* Apply Bootstrap styles to header inclusion checking table. Use <code> ratherGravatar David Chen2015-06-19
| | | | | | | than <em> for file names on C++ Basics page. -- MOS_MIGRATED_REVID=96390710
* Add documentation on depending on precompiled C++ librariesGravatar Kristina Chodorow2015-06-01
| | | | | -- MOS_MIGRATED_REVID=94756225
* Allow @repo//foo:bar targets in BUILD filesGravatar Kristina Chodorow2015-05-22
| | | | | | | | This allows you to use @repo//... syntax outside of the WORKSPACE file, which makes it easier to use external dependencies. -- MOS_MIGRATED_REVID=94275085
* Fix paths in gtest exampleGravatar Kristina Chodorow2015-05-18
| | | | | | | The zip file actually contains a gtest-1.7.0 directory that everything is under. -- MOS_MIGRATED_REVID=93890530
* Small fixes for C++ docsGravatar Kristina Chodorow2015-05-08
| | | | | -- MOS_MIGRATED_REVID=93125695
* Improvements to bazel.io.Gravatar Googler2015-05-01
| | | | | | | | | | | | | * Move sidebar nav on docs and community pages to left side so that the sidebar shows at the top of the page in mobile. Improve appearance of sidebar nav. * Highlight navbar link depending on current page. * Switch Markdown renderer to Redcarpet to enable Pygments highlighting of fenced code blocks (```python etc.) such as on Skylark Cookbook page. * Change ```build to ```python on Skylark cookbook page. * Minor aesthetic tweaks to Install page * Make style of Feedburner widget consistent with rest of page. * Remove use of site_root from layouts and pages since it is no longer necessary after kchodorow@ added JS to redirect from github.google.com/bazel to bazel.io -- MOS_MIGRATED_REVID=92494349
* Add some C++ documentationGravatar Kristina Chodorow2015-04-29
Fixes #32. -- MOS_MIGRATED_REVID=92358818