Brian Smith
0f1cf513a7
Take BoringSSL 1a88df1: Update style guide note on files which match OpenSSL.
2016-06-22 15:39:53 -10:00
David Benjamin
1a88df13e5
Update style guide note on files which match OpenSSL.
...
They match the new style not the old EAY style now. They're also not
likely to be reformatted. It's just the legacy ASN.1 stuff now and we're
intentionally not doing much with those. (The old text was written back
before the SSL stack had been reformatted.)
Change-Id: I4852761b013e8c2688ebc7eaf4970afbdc69e858
Reviewed-on: https://boringssl-review.googlesource.com/8129
Reviewed-by: Steven Valdez <svaldez@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2016-06-02 21:37:21 +00:00
Corey Farwell
e3760735a8
Remove unnecessary trailing space in style guide.
...
I agree to license my contributions to each file under the
same terms given at the top of each file I changed.
2016-02-27 21:42:38 -10:00
Corey Farwell
2547f87d84
Fix typo in method name in style guide.
...
I agree to license my contributions to each file under the
same terms given at the top of each file I changed.
2016-02-27 21:42:38 -10:00
Brian Smith
0346b62886
Note that code in include/ follows the BoringSSL style.
2016-02-25 18:25:05 -10:00
Brian Smith
1cf6a64e68
Add guidelines for submodules to STYLE.md.
2016-02-25 18:23:00 -10:00
Brian Smith
da41b3b27e
Add advice about imports and name qualification to STYLE.md.
2016-02-25 18:20:59 -10:00
Brian Smith
3ba9481cc2
Improve style guide regarding how to use Result<_, ()>
.
2016-02-25 18:20:05 -10:00
Brian Smith
02e7716cda
Fix some typos in STYLE.md.
2016-02-22 11:18:51 -10:00
Brian Smith
981b355617
Expand note about arrays and slices.
2016-02-22 10:20:01 -10:00
Brian Smith
a30533becf
Remove unnecessary periods in STYLE.md.
2016-02-22 10:18:43 -10:00
Brian Smith
d6eb22d2b9
Add notes about error checking and arithmetic to STYLE.md.
2016-02-22 10:13:45 -10:00
Brian Smith
fb9931b576
Add note about casting to STYLE.md.
2016-02-22 10:13:13 -10:00
Brian Smith
063985413e
Add notes about unsafe
to the style guide.
2016-02-22 10:12:49 -10:00
Brian Smith
ba126545ca
Use x[..n]
instead of x[0..n]
.
...
Also, update the style guide.
2016-02-22 09:26:44 -10:00
David Benjamin
ecc2591b6c
Update link to Google style guide.
...
Change-Id: I0c9d86f188cd20d256620ccbb46546678714e081
Reviewed-on: https://boringssl-review.googlesource.com/6386
Reviewed-by: Adam Langley <agl@google.com>
2015-11-03 02:02:12 +00:00
David Benjamin
0e3f1d80f8
Markdown-ify STYLE.
...
Since we're able to render it fancy, may as well.
Change-Id: Ia1ab4b7ad0cdd78c8ffb75342ee62365843e7d5f
Reviewed-on: https://boringssl-review.googlesource.com/5810
Reviewed-by: Adam Langley <agl@google.com>
2015-09-03 18:37:39 +00:00