summaryrefslogtreecommitdiffstats
path: root/Source/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* CMakeVersion: Preserve Git information during 'git archive'Brad King2019-07-291-0/+2
| | | | | Use `export-subst` to get information about the Git commit used to produce an archive.
* clang-format.bash: update to clang-format-6.0Brad King2018-06-011-1/+1
| | | | | | | | | | | | Update `.clang-format` with configuration to make the 6.0 format as close as possible to what 3.8 produced before. Then revise the style: * Indent preprocessor directives (a feature new since 3.8) * Add a newline and indentation before inheritance `:` and `,` Rename the Git attribute identifying the format to include the clang-format version number: `format.clang-format-6.0`. This will aid external infrastructure in knowing what version of the tool to run.
* 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.