summaryrefslogtreecommitdiffstats
path: root/Source/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* LexerParser: move to custom directoryDaniel Pfeifer2017-04-281-18/+0
|
* bindexplib: clang-formatMikhail Paulyshka2017-03-221-1/+0
|
* clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-221-0/+4
|
* Define a custom Git attribute to mark source files as generatedBrad King2017-02-221-10/+17
|
* Regenerate lexer source codeDaniel Pfeifer2016-12-141-3/+9
| | | | | | | | Revise the manual procedure in the `*Lexer.in.l` files. Some of our post-processing steps are no longer necessary with the current set of supported compilers. Some steps changed with newer versions of flex. Then regenerate all lexers with flex version 2.6.1.
* Remove unused cm_sha2 infrastructureBrad King2016-11-101-3/+0
| | | | | All clients of `cm_sha2` have been ported to `cmCryptoHash`, which now uses librhash internally.
* cmFortranLexer: Update to flex 2.6Brad King2016-09-061-0/+2
| | | | | | Revise the documented modifications we need to make to the flex-generated source file according to the needs of the new version. Also drop the duplicate copyright notice block from the generated file.
* cmListFileLexer: Update to flex 2.6Brad King2016-05-171-0/+3
| | | | | | Revise the documented modifications we need to make to the flex-generated source file according to the needs of the new version. Update our own implementation to avoid warnings with flex types.
* Import sha2 implementation 1.0 from Aaron D. GiffordBrad King2011-06-271-0/+2
Copy cm_sha2.[hc] from sha2.[hc] in "sha2-1.0.tar.gz" downloaded today from http://www.aarongifford.com/computers/sha.html with trivial whitespace cleanup. Also fix #include to account for rename.