Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jun 01, 2018
    • Brad King's avatar
      clang-format.bash: update to clang-format-6.0 · 523c443d
      Brad King authored
      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.
      523c443d
  3. Apr 28, 2017
  4. Mar 22, 2017
  5. Feb 22, 2017
  6. Dec 14, 2016
    • Daniel Pfeifer's avatar
      Regenerate lexer source code · c5df1f16
      Daniel Pfeifer authored and Brad King's avatar Brad King committed
      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.
      c5df1f16
  7. Nov 10, 2016
  8. Sep 06, 2016
    • Brad King's avatar
      cmFortranLexer: Update to flex 2.6 · f70c71c5
      Brad King authored
      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.
      f70c71c5
  9. May 17, 2016
    • Brad King's avatar
      cmListFileLexer: Update to flex 2.6 · e4a92dab
      Brad King authored
      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.
      e4a92dab
  10. Jun 27, 2011
Loading