This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  24dd88d156c9c5dcca1ac6b07fa6e67502a4132b (commit)
       via  ecca8fd90806158dd61f769bd7882e7ee73f3f48 (commit)
       via  eebe732bb61bb69f50edae9b7fb171266b216752 (commit)
       via  fd1944580266c3c84234b28e2102fc787ed5c00d (commit)
       via  295480b923338de82bdaa965aed9960d582a1750 (commit)
       via  98b9645bcebf009643cff4e265cfcd31b56d80f5 (commit)
       via  096dd3c9634d331fcb0c4cdf74f6fcda04b755cf (commit)
      from  dce1b2991c58f583a6d038dbef1cb4b92307829f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=24dd88d156c9c5dcca1ac6b07fa6e67502a4132b
commit 24dd88d156c9c5dcca1ac6b07fa6e67502a4132b
Merge: dce1b29 ecca8fd
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Tue Jul 28 10:08:37 2015 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Jul 28 10:08:37 2015 -0400

    Merge topic 'fortran-parser-updates'
    
    ecca8fd9 cmFortranParser: Port to bison 3
    eebe732b cmFortranParser: Factor out of cmDependsFortran
    fd194458 cmDependsFortran: Simplify storage of preprocessor definitions
    295480b9 cmDependsFortran: Move FindIncludeFile method into parser class
    98b9645b Rename Fortran parser infrastructure to drop "Depends" prefix
    096dd3c9 cmDependsFortranLexer: Remove trailing blank line


-----------------------------------------------------------------------

Summary of changes:
 Source/CMakeLists.txt                              |   10 +-
 Source/cmDependsFortran.cxx                        |  512 +---------
 Source/cmDependsFortran.h                          |   16 +-
 Source/cmDependsFortranParser.h                    |   96 --
 ...mDependsFortranLexer.cxx => cmFortranLexer.cxx} |  451 +++++----
 .../{cmDependsFortranLexer.h => cmFortranLexer.h}  |   76 +-
 ...ependsFortranLexer.in.l => cmFortranLexer.in.l} |   38 +-
 ...ependsFortranParser.cxx => cmFortranParser.cxx} | 1051 ++++++++------------
 Source/cmFortranParser.h                           |  175 ++++
 ...{cmDependsFortranParser.y => cmFortranParser.y} |  157 ++-
 Source/cmFortranParserImpl.cxx                     |  408 ++++++++
 ...rtranParserTokens.h => cmFortranParserTokens.h} |  105 +-
 12 files changed, 1461 insertions(+), 1634 deletions(-)
 delete mode 100644 Source/cmDependsFortranParser.h
 rename Source/{cmDependsFortranLexer.cxx => cmFortranLexer.cxx} (83%)
 rename Source/{cmDependsFortranLexer.h => cmFortranLexer.h} (74%)
 rename Source/{cmDependsFortranLexer.in.l => cmFortranLexer.in.l} (78%)
 rename Source/{cmDependsFortranParser.cxx => cmFortranParser.cxx} (69%)
 create mode 100644 Source/cmFortranParser.h
 rename Source/{cmDependsFortranParser.y => cmFortranParser.y} (52%)
 create mode 100644 Source/cmFortranParserImpl.cxx
 rename Source/{cmDependsFortranParserTokens.h => cmFortranParserTokens.h} (63%)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to