aboutsummaryrefslogtreecommitdiffstats
path: root/util/openssl-format-source
Commit message (Collapse)AuthorAgeFilesLines
* Find the right indent on *BSD.Ben Laurie2015-08-101-3/+6
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix format script.Dr. Stephen Henson2015-03-021-1/+1
| | | | | | | | The format script didn't correctly recognise some ASN.1 macros and didn't reformat some files as a result. Fix script and reformat affected files. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Updates to reformat script.Dr. Stephen Henson2015-02-041-5/+21
| | | | | | | Don't change files if they're unmodified. Indicate which files have changed and a summary. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Add -d debug option to save preprocessed files.Dr. Stephen Henson2015-01-221-1/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Test option -ncDr. Stephen Henson2015-01-221-0/+2
| | | | | | | Add option -nc which sets COMMENTS=true but disables all indent comment reformatting options. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add ecp_nistz256.c to list of files skipped by openssl-format-sourceMatt Caswell2015-01-221-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell2015-01-221-1/+1
| | | | | | openssl-format-source Reviewed-by: Tim Hudson <tjh@openssl.org>
* Amend openssl-format-source so that it give more repeatable outputMatt Caswell2015-01-221-2/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Manually reformat aes_core.cMatt Caswell2015-01-221-1/+1
| | | | | | Add aes_core.c to the list of files not processed by openssl-format-source Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add obj_dat.h to the list of files that will not be processed byMatt Caswell2015-01-221-3/+6
| | | | | | openssl-format-source Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix logic to check for indent.proMatt Caswell2015-01-221-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Make the script a little more location agnosticRichard Levitte2015-01-221-2/+3
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Provide script for filtering data initialisers for structs/unions. indent ↵Matt Caswell2015-01-221-0/+1
| | | | | | just can't handle it. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Script fixes.Dr. Stephen Henson2015-01-221-2/+2
| | | | | | | Don't use double newline for headers. Don't interpret ASN1_PCTX as start of an ASN.1 module. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run expand before perl, to make sure things are properly alignedRichard Levitte2015-01-221-2/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Force the use of our indent profileRichard Levitte2015-01-221-27/+6
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Provide source reformating script. Requires GNU indent to beTim Hudson2015-01-221-0/+157
available. Script written by Tim Hudson, with amendments by Steve Henson, Rich Salz and Matt Caswell Reviewed-by: Matt Caswell <matt@openssl.org>