aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/c-api-example/c.md
Commit message (Collapse)AuthorAge
* CMAKE + install commandGravatar halcanary2015-09-03
| | | | | | NOTRY=true Review URL: https://codereview.chromium.org/1325903004
* Experimental: fix documentGravatar halcanary2015-09-01
| | | | | | | | NOTRY=true TBR= Review URL: https://codereview.chromium.org/1324043002
* Experimental: document that cmake + c api example now works in Ubuntu.Gravatar halcanary2015-09-01
| | | | | | | | NOTRY=true TBR= Review URL: https://codereview.chromium.org/1318823011
* Remove an extra newline in documentation.Gravatar halcanary2015-09-01
| | | | | | | TBR= NOTRY=true Review URL: https://codereview.chromium.org/1319363003
* C API: Add SK_API, also documentation of an example.Gravatar halcanary2015-09-01
SK_API = __declspec(dllexport) / __attribute__((visibility("default"))) Also, add documentation in experimental/c-api-example/c.md Review URL: https://codereview.chromium.org/1307183006