[Reproducible-commits] [doxygen] branch upstream updated (bf6802d -> ec3cab5)

Reiner Herrmann reiner at reiner-h.de
Sat Feb 13 11:08:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a change to branch upstream
in repository doxygen.

      from  bf6802d   Imported Upstream version 1.8.9.1
       new  ec3cab5   Imported Upstream version 1.8.11

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUILD.txt                                          |   53 +
 CMakeLists.txt                                     |  143 +
 Makefile.in                                        |  161 -
 Makefile.win_make.in                               |   34 -
 Makefile.win_nmake.in                              |   51 -
 PLATFORMS                                          |   32 -
 VERSION                                            |    1 +
 addon/doxmlparser/CMakeLists.txt                   |    0
 addon/doxmlparser/src/Makefile.in                  |   15 -
 addon/doxmlparser/src/basehandler.h                |    2 +-
 addon/doxmlparser/src/baseiterator.h               |    2 +-
 addon/doxmlparser/src/compoundhandler.cpp          |    2 +-
 addon/doxmlparser/src/compoundhandler.h            |    2 +-
 addon/doxmlparser/src/dochandler.cpp               |    2 +-
 addon/doxmlparser/src/dochandler.h                 |    2 +-
 addon/doxmlparser/src/doxmlintf.h                  |    2 +-
 addon/doxmlparser/src/doxmlparser.pro.in           |   27 -
 addon/doxmlparser/src/graphhandler.h               |    2 +-
 addon/doxmlparser/src/linkedtexthandler.cpp        |    2 +-
 addon/doxmlparser/src/linkedtexthandler.h          |    2 +-
 addon/doxmlparser/src/loamhandler.h                |    2 +-
 addon/doxmlparser/src/mainhandler.cpp              |    2 +-
 addon/doxmlparser/src/mainhandler.h                |    2 +-
 addon/doxmlparser/src/memberhandler.cpp            |    2 +-
 addon/doxmlparser/src/memberhandler.h              |    2 +-
 addon/doxmlparser/src/paramhandler.cpp             |    2 +-
 addon/doxmlparser/src/paramhandler.h               |    2 +-
 addon/doxmlparser/src/sectionhandler.cpp           |    2 +-
 addon/doxmlparser/src/sectionhandler.h             |    2 +-
 addon/doxyapp/CMakeLists.txt                       |   30 +
 addon/doxyapp/Makefile.in                          |   19 -
 addon/doxyapp/doxyapp.cpp                          |   11 +-
 addon/doxyapp/doxyapp.pro.in                       |   12 -
 addon/doxypysql/search.py                          |  483 +-
 addon/doxysearch/CMakeLists.txt                    |   36 +
 addon/doxysearch/Makefile.in                       |   34 -
 addon/doxysearch/doxyindexer.cpp                   |    2 +-
 addon/doxysearch/doxyindexer.pro.in                |   12 -
 addon/doxysearch/doxysearch.cpp                    |    2 +-
 addon/doxysearch/doxysearch.pro.in                 |   12 -
 addon/doxywizard/CMakeLists.txt                    |  116 +
 addon/doxywizard/Makefile.in                       |   40 -
 addon/doxywizard/config.l                          |  555 ---
 addon/doxywizard/config_doxyw.l                    |  117 +-
 addon/doxywizard/doxywizard.cpp                    |   99 +-
 addon/doxywizard/doxywizard.pro.in                 |   40 -
 addon/doxywizard/expert.cpp                        |   73 +-
 addon/doxywizard/images/add.png                    |  Bin 4321 -> 1680 bytes
 addon/doxywizard/images/del.png                    |  Bin 4231 -> 1592 bytes
 addon/doxywizard/images/file.png                   |  Bin 4380 -> 1740 bytes
 addon/doxywizard/images/folder.png                 |  Bin 4308 -> 1668 bytes
 addon/doxywizard/images/refresh.png                |  Bin 4458 -> 1823 bytes
 addon/doxywizard/images/tunecolor.png              |  Bin 116333 -> 102299 bytes
 addon/doxywizard/inputbool.cpp                     |   22 +-
 addon/doxywizard/inputbool.h                       |    2 +-
 addon/doxywizard/inputint.cpp                      |   11 +-
 addon/doxywizard/inputint.h                        |    2 +-
 addon/doxywizard/inputstring.cpp                   |   27 +-
 addon/doxywizard/inputstring.h                     |    2 +-
 addon/doxywizard/inputstrlist.cpp                  |   31 +-
 addon/doxywizard/inputstrlist.h                    |    2 +-
 addon/doxywizard/version.h                         |    2 +-
 addon/doxywizard/wizard.cpp                        |  118 +-
 addon/doxywizard/wizard.h                          |    2 +-
 cmake/FindIconv.cmake                              |  126 +
 cmake/FindLibClang.cmake                           |   51 +
 cmake/FindSQLite3.cmake                            |   86 +
 cmake/FindXapian.cmake                             |   42 +
 cmake/lang_cfg.cmake                               |   11 +
 cmake/packaging.cmake                              |  112 +
 cmake/version.cmake                                |    2 +
 configure                                          |  993 ----
 doc/.gitignore                                     |    2 +-
 doc/CMakeLists.txt                                 |  185 +
 doc/Doxyfile                                       |    6 +-
 doc/Makefile.in                                    |   39 -
 doc/Makefile.latex                                 |    2 +-
 doc/Makefile.win_make.in                           |   40 -
 doc/Makefile.win_nmake.in                          |   41 -
 doc/arch.doc                                       |   47 +-
 doc/autolink.doc                                   |   20 +-
 doc/changelog.doc                                  | 2649 ++++++-----
 doc/commands.doc                                   |  231 +-
 doc/config.doc                                     | 3903 ---------------
 doc/custcmd.doc                                    |    2 +-
 doc/customize.doc                                  |    2 +-
 doc/dbusxml.doc                                    |  149 -
 doc/diagrams.doc                                   |   32 +-
 doc/docblocks.doc                                  |   64 +-
 doc/doxygen.1                                      |    4 +-
 doc/doxygen.sty                                    |  486 --
 doc/doxygen_manual.tex                             |   75 +-
 doc/doxygen_usage.doc                              |    2 +-
 doc/doxyindexer.1                                  |    2 +-
 doc/doxysearch.1                                   |    2 +-
 doc/doxywizard.1                                   |    2 +-
 doc/doxywizard_usage.doc                           |    2 +-
 doc/external.doc                                   |    2 +-
 doc/extsearch.doc                                  |    2 +-
 doc/faq.doc                                        |   17 +-
 doc/features.doc                                   |    2 +-
 doc/formulas.doc                                   |    4 +-
 doc/grouping.doc                                   |   22 +-
 doc/htmlcmds.doc                                   |    2 +-
 doc/index.doc                                      |    4 +-
 doc/install.doc                                    |  416 +-
 doc/language.doc                                   |  773 ---
 doc/language.tpl                                   |    2 +-
 doc/mailto.txt                                     |    4 +-
 doc/maintainers.txt                                |    2 +-
 doc/manual.sty                                     |   33 +
 doc/markdown.doc                                   |   12 +-
 doc/output.doc                                     |    2 +-
 doc/preprocessing.doc                              |    2 +-
 doc/searching.doc                                  |    2 +-
 doc/starting.doc                                   |    2 +-
 doc/tables.doc                                     |   95 +
 doc/translator.py                                  |   13 +-
 doc/translator_report.txt                          | 1138 -----
 doc/trouble.doc                                    |    4 +-
 doc/xmlcmds.doc                                    |    2 +-
 examples/CMakeLists.txt                            |  250 +
 examples/Makefile.in                               |  129 -
 examples/Makefile.win.in                           |  122 -
 examples/afterdoc.cfg                              |    7 +-
 examples/afterdoc.h                                |    2 +-
 examples/author.cfg                                |    6 +-
 examples/autolink.cfg                              |    6 +-
 examples/autolink.cpp                              |   38 +-
 examples/class.cfg                                 |    7 +-
 examples/class.h                                   |    2 +-
 examples/dbusxml.cfg                               |    6 +-
 examples/define.cfg                                |    7 +-
 examples/diagrams.cfg                              |    7 +-
 examples/docstring.cfg                             |    6 +-
 examples/enum.cfg                                  |    7 +-
 examples/enum.h                                    |    8 +-
 examples/example.cfg                               |    6 +-
 examples/example.cpp                               |    8 +-
 examples/example_test.cpp                          |    2 +-
 examples/file.cfg                                  |    7 +-
 examples/func.cfg                                  |    7 +-
 examples/func.h                                    |   12 +-
 examples/group.cfg                                 |    6 +-
 examples/include.cfg                               |    8 +-
 examples/include.cpp                               |    8 +-
 examples/{example_test.cpp => include_test.cpp}    |    2 +-
 examples/jdstyle.cfg                               |    6 +-
 examples/jdstyle.cpp                               |   10 +-
 examples/manual.cfg                                |    6 +-
 examples/memgrp.cfg                                |    6 +-
 examples/memgrp.cpp                                |   10 +-
 examples/mux.cfg                                   |    6 +-
 examples/overload.cfg                              |    6 +-
 examples/overload.cpp                              |   12 +-
 examples/page.cfg                                  |    6 +-
 examples/par.cfg                                   |    6 +-
 examples/par.cpp                                   |    4 +-
 examples/pyexample.cfg                             |    6 +-
 examples/qtstyle.cfg                               |    6 +-
 examples/qtstyle.cpp                               |    8 +-
 examples/relates.cfg                               |    6 +-
 examples/restypedef.cfg                            |    6 +-
 examples/strip_example.py                          |    9 +
 examples/structcmd.cfg                             |    7 +-
 examples/tag.cfg                                   |    2 +-
 examples/tclexample.cfg                            |    6 +-
 examples/templ.cfg                                 |    2 +-
 jquery/jquery.ui-1.8.18.core.js                    |    2 +-
 libmd5/CMakeLists.txt                              |    3 +
 packages/rpm/doxygen.spec                          |  129 -
 packages/rpm/doxygen.spec.in                       |  126 -
 qtools/CMakeLists.txt                              |   57 +
 qtools/Doxyfile                                    |    6 +-
 qtools/qcstring.cpp                                |    8 +-
 qtools/qcstring.h                                  |    5 +-
 qtools/qfeatures.h                                 |    2 +-
 qtools/qfile_win32.cpp                             |    2 +-
 qtools/qgdict.cpp                                  |   26 +
 qtools/qglobal.h                                   |   28 -
 qtools/qstring.cpp                                 |   60 +-
 qtools/qstring.h                                   |    1 +
 src/CMakeLists.txt                                 |  242 +
 src/Makefile.in                                    |   53 -
 src/arguments.cpp                                  |    5 +
 src/arguments.h                                    |   47 +-
 src/bufstr.h                                       |    2 +-
 src/cite.cpp                                       |    4 +-
 src/classdef.cpp                                   |   94 +-
 src/classdef.h                                     |   66 +-
 src/classlist.cpp                                  |    2 +-
 src/classlist.h                                    |    2 +-
 src/cmdmapper.cpp                                  |    5 +-
 src/cmdmapper.h                                    |    7 +-
 src/code.h                                         |    2 +-
 src/code.l                                         |   17 +-
 src/commentcnv.h                                   |    2 +-
 src/commentcnv.l                                   |   18 +-
 src/commentscan.h                                  |    2 +-
 src/commentscan.l                                  |  137 +-
 src/condparser.cpp                                 |    2 +-
 src/condparser.h                                   |    2 +-
 src/config.h                                       |   20 +-
 src/config.l                                       |  214 +-
 src/config.xml                                     |   94 +-
 src/configgen.py                                   |    2 +-
 src/configoptions.h                                |    2 +-
 src/constexp.h                                     |    2 +-
 src/constexp.l                                     |    6 +-
 src/constexp.y                                     |    2 +-
 src/context.cpp                                    | 4508 +++++++++++++-----
 src/context.h                                      |  214 +-
 src/cppvalue.cpp                                   |    2 +-
 src/cppvalue.h                                     |    2 +-
 src/dbusxmlscanner.cpp                             |  881 ----
 src/debug.cpp                                      |    2 +-
 src/debug.h                                        |    2 +-
 src/declinfo.h                                     |    2 +-
 src/declinfo.l                                     |    5 +-
 src/defargs.h                                      |    2 +-
 src/defargs.l                                      |   43 +-
 src/defgen.cpp                                     |    2 +-
 src/defgen.h                                       |    2 +-
 src/define.cpp                                     |    2 +-
 src/define.h                                       |    2 +-
 src/definition.cpp                                 |   49 +-
 src/definition.h                                   |   15 +-
 src/dia.cpp                                        |    2 +-
 src/dia.h                                          |    2 +-
 src/diagram.cpp                                    |    4 +-
 src/diagram.h                                      |    2 +-
 src/dirdef.cpp                                     |   12 +-
 src/dirdef.h                                       |    3 +-
 src/docbookgen.cpp                                 |   16 +-
 src/docbookgen.h                                   |    2 +-
 src/docbookvisitor.cpp                             |    4 +-
 src/docbookvisitor.h                               |    2 +-
 src/docparser.cpp                                  |  154 +-
 src/docparser.h                                    |   58 +-
 src/docsets.cpp                                    |    6 +-
 src/docsets.h                                      |    2 +-
 src/doctokenizer.h                                 |    2 +-
 src/doctokenizer.l                                 |   38 +-
 src/docvisitor.h                                   |    2 +-
 src/dot.cpp                                        |  214 +-
 src/dot.h                                          |   55 +-
 src/doxygen.cpp                                    | 1193 ++---
 src/doxygen.h                                      |   16 +-
 src/doxygen.md                                     |    4 +
 src/doxygen.pro.in                                 |   40 -
 src/eclipsehelp.cpp                                |    2 +-
 src/eclipsehelp.h                                  |    2 +-
 src/entry.cpp                                      |   10 +-
 src/entry.h                                        |    2 +-
 src/example.h                                      |    2 +-
 src/filedef.cpp                                    |    7 +-
 src/filedef.h                                      |    4 +-
 src/filename.cpp                                   |    2 +-
 src/filename.h                                     |    2 +-
 src/fileparser.cpp                                 |    2 +-
 src/fileparser.h                                   |    2 +-
 src/filestorage.h                                  |    2 +-
 src/formula.cpp                                    |    6 +-
 src/formula.h                                      |    2 +-
 src/fortrancode.h                                  |    3 +-
 src/fortrancode.l                                  |   43 +-
 src/fortranscanner.h                               |    2 +-
 src/fortranscanner.l                               |   84 +-
 src/ftvhelp.cpp                                    |    3 +-
 src/ftvhelp.h                                      |    2 +-
 src/groupdef.cpp                                   |    7 +-
 src/groupdef.h                                     |    2 +-
 src/htags.cpp                                      |    4 +-
 src/htags.h                                        |    2 +-
 src/htmlattrib.h                                   |    2 +-
 src/htmldocvisitor.cpp                             |  102 +-
 src/htmldocvisitor.h                               |    2 +-
 src/htmlentity.cpp                                 |    8 +-
 src/htmlentity.h                                   |    2 +-
 src/htmlgen.cpp                                    |   74 +-
 src/htmlgen.h                                      |    2 +-
 src/htmlhelp.cpp                                   |    2 +-
 src/htmlhelp.h                                     |    2 +-
 src/image.cpp                                      |    2 +-
 src/image.h                                        |    2 +-
 src/increasebuffer.py                              |    7 -
 src/index.cpp                                      |   29 +-
 src/index.h                                        |    3 +-
 src/lang_cfg.py                                    |    8 -
 src/language.cpp                                   |    2 +-
 src/language.h                                     |    2 +-
 src/latexdocvisitor.cpp                            |  235 +-
 src/latexdocvisitor.h                              |   88 +-
 src/latexgen.cpp                                   |  584 ++-
 src/latexgen.h                                     |   90 +-
 src/layout.cpp                                     |    8 +-
 src/layout.h                                       |    2 +-
 src/libdoxycfg.pro.in                              |   27 -
 src/libdoxycfg.t.in                                |   53 -
 src/libdoxygen.pro.in                              |  242 -
 src/libdoxygen.t.in                                |  126 -
 src/lodepng.cpp                                    |    2 +-
 src/logos.cpp                                      |    2 +-
 src/logos.h                                        |    2 +-
 src/main.cpp                                       |   10 +-
 src/mandocvisitor.cpp                              |    2 +-
 src/mandocvisitor.h                                |    2 +-
 src/mangen.cpp                                     |    3 +-
 src/mangen.h                                       |    2 +-
 src/markdown.cpp                                   |   57 +-
 src/markdown.h                                     |    2 +-
 src/marshal.h                                      |    2 +-
 src/memberdef.cpp                                  |   87 +-
 src/memberdef.h                                    |    4 +-
 src/membergroup.cpp                                |    7 +-
 src/membergroup.h                                  |   11 +-
 src/memberlist.cpp                                 |   20 +-
 src/memberlist.h                                   |    2 +-
 src/membername.cpp                                 |    2 +-
 src/membername.h                                   |    2 +-
 src/message.cpp                                    |   59 +-
 src/message.h                                      |    3 +-
 src/msc.cpp                                        |    2 +-
 src/msc.h                                          |    2 +-
 src/namespacedef.cpp                               |   23 +-
 src/namespacedef.h                                 |    3 +-
 src/objcache.cpp                                   |    2 +-
 src/objcache.h                                     |    2 +-
 src/outputgen.cpp                                  |    7 +-
 src/outputgen.h                                    |    2 +-
 src/outputlist.cpp                                 |    2 +-
 src/outputlist.h                                   |    2 +-
 src/pagedef.cpp                                    |   19 +-
 src/pagedef.h                                      |    4 +-
 src/parserintf.h                                   |    2 +-
 src/perlmodgen.cpp                                 |    2 +-
 src/perlmodgen.h                                   |    2 +-
 src/plantuml.cpp                                   |    8 +-
 src/plantuml.h                                     |    2 +-
 src/portable.cpp                                   |    2 +-
 src/portable_c.c                                   |    4 +
 src/pre.h                                          |    2 +-
 src/pre.l                                          |   46 +-
 src/printdocvisitor.h                              |    9 +-
 src/pycode.h                                       |    2 +-
 src/pycode.l                                       |  155 +-
 src/pyscanner.h                                    |    2 +-
 src/pyscanner.l                                    |   89 +-
 src/qtbc.h                                         |    2 +-
 src/reflist.cpp                                    |   19 +-
 src/reflist.h                                      |    4 +-
 src/res2cc_cmd.py                                  |    2 +-
 src/resourcemgr.cpp                                |    2 +-
 src/resourcemgr.h                                  |    8 +-
 src/rtfdocvisitor.cpp                              |    5 +-
 src/rtfdocvisitor.h                                |    2 +-
 src/rtfgen.cpp                                     |   50 +-
 src/rtfgen.h                                       |    2 +-
 src/rtfstyle.cpp                                   |    2 +-
 src/rtfstyle.h                                     |    2 +-
 src/scanner.h                                      |    2 +-
 src/scanner.l                                      |  135 +-
 src/searchindex.cpp                                |  333 +-
 src/searchindex.h                                  |   55 +-
 src/section.h                                      |    5 +-
 src/settings.py                                    |   29 -
 src/sortdict.h                                     |    2 +-
 src/sqlite3gen.cpp                                 |  254 +-
 src/sqlite3gen.h                                   |    2 +-
 src/store.cpp                                      |    2 +-
 src/store.h                                        |    2 +-
 src/tagreader.cpp                                  |    2 +-
 src/tagreader.h                                    |    2 +-
 src/tclscanner.h                                   |    2 +-
 src/tclscanner.l                                   |   14 +-
 src/template.cpp                                   |  666 +--
 src/template.h                                     |  127 +-
 src/textdocvisitor.cpp                             |    2 +-
 src/textdocvisitor.h                               |    2 +-
 src/tooltip.cpp                                    |    2 +-
 src/tooltip.h                                      |    2 +-
 src/translator.h                                   |    2 +-
 src/translator_am.h                                |    4 +-
 src/translator_ar.h                                |    6 +-
 src/translator_br.h                                |    8 +-
 src/translator_ca.h                                |    4 +-
 src/translator_cn.h                                |  231 +-
 src/translator_cz.h                                |    8 +-
 src/translator_de.h                                |    8 +-
 src/translator_dk.h                                |    4 +-
 src/translator_en.h                                |   10 +-
 src/translator_eo.h                                |    8 +-
 src/translator_es.h                                |    8 +-
 src/translator_fa.h                                |    6 +-
 src/translator_fi.h                                |    6 +-
 src/translator_fr.h                                |   10 +-
 src/translator_gr.h                                |  163 +-
 src/translator_hr.h                                |    4 +-
 src/translator_hu.h                                |    4 +-
 src/translator_id.h                                |    4 +-
 src/translator_it.h                                |  137 +-
 src/translator_je.h                                |    2 +-
 src/translator_jp.h                                |    8 +-
 src/translator_ke.h                                |    2 +-
 src/translator_kr.h                                |    8 +-
 src/translator_lt.h                                |    6 +-
 src/translator_lv.h                                |   10 +-
 src/translator_mk.h                                |    4 +-
 src/translator_nl.h                                |    8 +-
 src/translator_no.h                                |    4 +-
 src/translator_pl.h                                |    4 +-
 src/translator_pt.h                                |    8 +-
 src/translator_ro.h                                |    8 +-
 src/translator_ru.h                                |    8 +-
 src/translator_sc.h                                |    4 +-
 src/translator_si.h                                |    6 +-
 src/translator_sk.h                                |    8 +-
 src/translator_sr.h                                |    4 +-
 src/translator_sv.h                                |   53 +-
 src/translator_tr.h                                |    4 +-
 src/translator_tw.h                                |   32 +-
 src/translator_ua.h                                |    8 +-
 src/translator_vi.h                                |    4 +-
 src/translator_za.h                                |    4 +-
 src/types.h                                        |    2 +-
 src/util.cpp                                       |  331 +-
 src/util.h                                         |   19 +-
 src/version.cpp                                    |    1 -
 src/version.h                                      |    2 +-
 src/version.py                                     |   58 -
 src/vhdlcode.l                                     |    8 +-
 src/vhdldocgen.cpp                                 |  159 +-
 src/vhdldocgen.h                                   |    5 +-
 src/vhdljjparser.cpp                               |   56 +-
 src/{pycode.h => xmlcode.h}                        |   14 +-
 src/xmlcode.l                                      |  413 ++
 src/xmldocvisitor.cpp                              |   24 +-
 src/xmldocvisitor.h                                |    2 +-
 src/xmlgen.cpp                                     |   22 +-
 src/xmlgen.h                                       |    2 +-
 src/{dbusxmlscanner.h => xmlscanner.h}             |   48 +-
 templates/html/doxygen.css                         |   30 +-
 templates/html/header.html                         |    2 +-
 templates/html/htmlallmembers.tpl                  |   59 +-
 templates/html/htmlannotated.tpl                   |    2 +-
 templates/html/htmlbase.tpl                        |   31 +-
 templates/html/htmlclass.tpl                       |   15 +-
 templates/html/htmlclasses.tpl                     |    4 +-
 templates/html/htmldeclcomp.tpl                    |    1 -
 templates/html/htmldir.tpl                         |   29 +-
 templates/html/htmldirtree.tpl                     |    8 +-
 templates/html/htmlexample.tpl                     |   17 +
 templates/html/{htmlfiles.tpl => htmlexamples.tpl} |    6 +-
 templates/html/htmlfile.tpl                        |   81 +-
 templates/html/htmlfiles.tpl                       |    2 +-
 templates/html/htmlhierarchy.tpl                   |    2 +-
 templates/html/htmlindexpages.tpl                  |    2 +-
 templates/html/htmlinlineclasses.tpl               |   70 +
 templates/html/htmljsnavtree.tpl                   |    5 +-
 templates/html/htmljssearchdata.tpl                |   31 +
 templates/html/htmljssearchindex.tpl               |   15 +
 templates/html/htmllayout.tpl                      |   80 +-
 templates/html/htmlmembersindex.tpl                |   20 +-
 templates/html/htmlmemdecl.tpl                     |   20 +-
 templates/html/htmlmemdef.tpl                      |   59 +-
 templates/html/htmlmodule.tpl                      |   81 +-
 templates/html/htmlmodules.tpl                     |    2 +-
 templates/html/htmlnamespace.tpl                   |   81 +-
 templates/html/htmlnamespaces.tpl                  |    2 +-
 templates/html/htmlnavtree.tpl                     |    2 +-
 templates/html/htmlobjlink.tpl                     |    6 +-
 templates/html/htmlpage.tpl                        |    8 +-
 templates/html/htmlpages.tpl                       |    2 +-
 .../html/htmlsearchresult.tpl                      |   11 +-
 templates/html/htmlsource.tpl                      |   16 +-
 templates/html/htmltabs.tpl                        |    4 +-
 templates/html/htmltypeconstraints.tpl             |    2 +-
 templates/html/resize.js                           |    2 +-
 templates/latex/doxygen.sty                        |  147 +-
 templates/latex/latexannotated.tpl                 |    9 +
 templates/latex/latexclass.tpl                     |  114 +
 templates/latex/latexfiles.tpl                     |    1 +
 templates/latex/latexinclude.tpl                   |   32 +
 templates/latex/latexlayout.tpl                    |   35 +
 templates/latex/latexmakefile.tpl                  |   64 +
 templates/latex/latexmodules.tpl                   |    1 +
 templates/latex/latexnamespaces.tpl                |    1 +
 templates/latex/latexobjlink.tpl                   |    6 +
 templates/latex/latexrefman.tpl                    |  227 +
 templates/latex/latextypeconstraints.tpl           |   12 +
 templates/xml/compound.xsd                         |    2 +
 testing/009/class_bug.xml                          |    2 +-
 testing/009/class_deprecated.xml                   |    2 +-
 testing/009/class_reminder.xml                     |    2 +-
 testing/009/class_test.xml                         |    2 +-
 testing/009/class_todo.xml                         |    2 +-
 testing/011/category_integer_07_arithmetic_08.xml  |    4 +-
 testing/011/interface_integer.xml                  |    4 +-
 testing/011_category.m                             |    2 +-
 testing/012_cite.dox                               |    2 +-
 testing/013/class_t1.xml                           |    2 +-
 testing/013/class_t2.xml                           |    2 +-
 testing/013/class_t3.xml                           |    2 +-
 testing/013/class_t4.xml                           |    2 +-
 testing/015/015__cond_8c.xml                       |    2 +-
 testing/018/018__def_8c.xml                        |   10 +-
 testing/020/indexpage.xml                          |   16 +-
 testing/021_dontinclude.cpp                        |    1 -
 testing/022_dot.cpp                                |    2 +-
 testing/025/class_test.xml                         |    4 +-
 testing/025_example.cpp                            |    2 +-
 testing/026/class_test.xml                         |    2 +-
 testing/027/struct_car.xml                         |    4 +-
 testing/027/struct_object.xml                      |    4 +-
 testing/027/struct_truck.xml                       |    4 +-
 testing/027/struct_vehicle.xml                     |    4 +-
 testing/029/029__hideinit_8c.xml                   |    4 +-
 testing/030_htmlinclude.dox                        |    1 -
 testing/031_image.dox                              |    2 +-
 testing/032_include.cpp                            |    1 -
 testing/035/035__invariant_8c.xml                  |    2 +-
 testing/037/class_receiver.xml                     |    2 +-
 testing/037/class_sender.xml                       |    2 +-
 testing/039/class_test.xml                         |    2 +-
 testing/041/class_test.xml                         |    8 +-
 testing/044/struct_s.xml                           |   14 +-
 testing/046/class_test.xml                         |    2 +-
 testing/048/048__showinit_8c.xml                   |    4 +-
 testing/049/indexpage.xml                          |    2 +-
 testing/049_snippet.cpp                            |    3 +-
 testing/050_verbatim.dox                           |    1 -
 testing/051/indexpage.xml                          |    2 +-
 testing/051_escape.dox                             |    2 +
 testing/056_latexinclude.dox                       |    1 -
 testing/057/057__caller__graphs_8tcl.xml           |   10 +-
 testing/057/__057__caller__graphs_8tcl.xml         |    2 +-
 testing/057/namespace1.xml                         |   14 +-
 testing/057/namespace1_1_11.xml                    |    2 +-
 testing/057/namespace1_1_11_1_11.xml               |    2 +-
 testing/057/namespace2.xml                         |    2 +-
 testing/057/namespace2_1_12.xml                    |    2 +-
 testing/057/namespace2_1_12_1_12.xml               |    2 +-
 testing/057/namespace2_1_12_1_12_1_12.xml          |    2 +-
 testing/057/namespace2_1_12_1_12_1_12_1_12.xml     |    2 +-
 testing/057/namespacebar.xml                       |    6 +-
 testing/057/namespacefoo.xml                       |    2 +-
 testing/057_caller_graphs.tcl                      |    2 +-
 testing/058/058__bracket__recursion_8tcl.xml       |   50 +-
 testing/059/059__command__catch_8tcl.xml           |   24 +-
 testing/060/060__command__switch_8tcl.xml          |   42 +-
 testing/061/class_test.xml                         |    8 +-
 testing/062/namespacen1.xml                        |    4 +-
 testing/062/namespacen2.xml                        |    4 +-
 testing/062/namespacen3.xml                        |    4 +-
 testing/063/namespaceoo_1_1_helpers.xml            |    2 +-
 testing/063/namespaceoo_1_1define.xml              |    2 +-
 testing/064/struct_foo.xml                         |    2 +-
 testing/CMakeLists.txt                             |    9 +
 testing/Makefile                                   |    3 -
 testing/{README => README.txt}                     |   34 +-
 testing/debug.txt                                  |   30 -
 testing/html/063__bug__729092_8tcl.html            |  112 -
 testing/html/arrowdown.png                         |  Bin 246 -> 0 bytes
 testing/html/arrowright.png                        |  Bin 229 -> 0 bytes
 testing/html/bc_s.png                              |  Bin 676 -> 0 bytes
 testing/html/bdwn.png                              |  Bin 147 -> 0 bytes
 testing/html/closed.png                            |  Bin 132 -> 0 bytes
 testing/html/doc.png                               |  Bin 746 -> 0 bytes
 testing/html/doxygen.css                           | 1449 ------
 testing/html/doxygen.png                           |  Bin 3779 -> 0 bytes
 testing/html/dynsections.js                        |   97 -
 testing/html/files.html                            |   99 -
 testing/html/folderclosed.png                      |  Bin 616 -> 0 bytes
 testing/html/folderopen.png                        |  Bin 597 -> 0 bytes
 testing/html/ftv2blank.png                         |  Bin 86 -> 0 bytes
 testing/html/ftv2doc.png                           |  Bin 746 -> 0 bytes
 testing/html/ftv2folderclosed.png                  |  Bin 616 -> 0 bytes
 testing/html/ftv2folderopen.png                    |  Bin 597 -> 0 bytes
 testing/html/ftv2lastnode.png                      |  Bin 86 -> 0 bytes
 testing/html/ftv2link.png                          |  Bin 746 -> 0 bytes
 testing/html/ftv2mlastnode.png                     |  Bin 246 -> 0 bytes
 testing/html/ftv2mnode.png                         |  Bin 246 -> 0 bytes
 testing/html/ftv2node.png                          |  Bin 86 -> 0 bytes
 testing/html/ftv2plastnode.png                     |  Bin 229 -> 0 bytes
 testing/html/ftv2pnode.png                         |  Bin 229 -> 0 bytes
 testing/html/ftv2splitbar.png                      |  Bin 314 -> 0 bytes
 testing/html/ftv2vertline.png                      |  Bin 86 -> 0 bytes
 testing/html/index.html                            |   89 -
 testing/html/jquery.js                             |   68 -
 testing/html/namespacemembers.html                 |  105 -
 testing/html/namespacemembers_func.html            |  105 -
 testing/html/namespaceoo.html                      |  105 -
 testing/html/namespaceoo_1_1_helpers.html          |  129 -
 testing/html/namespaceoo_1_1define.html            |  129 -
 testing/html/namespaces.html                       |  102 -
 testing/html/nav_f.png                             |  Bin 153 -> 0 bytes
 testing/html/nav_g.png                             |  Bin 95 -> 0 bytes
 testing/html/nav_h.png                             |  Bin 98 -> 0 bytes
 testing/html/open.png                              |  Bin 123 -> 0 bytes
 testing/html/search/all_0.html                     |   26 -
 testing/html/search/all_0.js                       |    4 -
 testing/html/search/all_1.html                     |   26 -
 testing/html/search/all_1.js                       |    5 -
 testing/html/search/all_2.js                       |    6 -
 testing/html/search/close.png                      |  Bin 273 -> 0 bytes
 testing/html/search/files_0.html                   |   26 -
 testing/html/search/files_0.js                     |    4 -
 testing/html/search/functions_0.html               |   26 -
 testing/html/search/functions_0.js                 |    5 -
 testing/html/search/mag_sel.png                    |  Bin 563 -> 0 bytes
 testing/html/search/namespaces_0.html              |   26 -
 testing/html/search/namespaces_0.js                |    6 -
 testing/html/search/nomatches.html                 |   12 -
 testing/html/search/search.css                     |  271 --
 testing/html/search/search.js                      |  791 ----
 testing/html/search/search_l.png                   |  Bin 604 -> 0 bytes
 testing/html/search/search_m.png                   |  Bin 158 -> 0 bytes
 testing/html/search/search_r.png                   |  Bin 612 -> 0 bytes
 testing/html/search/searchdata.js                  |   24 -
 testing/html/splitbar.png                          |  Bin 314 -> 0 bytes
 testing/html/sync_off.png                          |  Bin 853 -> 0 bytes
 testing/html/sync_on.png                           |  Bin 845 -> 0 bytes
 testing/html/tab_a.png                             |  Bin 142 -> 0 bytes
 testing/html/tab_b.png                             |  Bin 169 -> 0 bytes
 testing/html/tab_h.png                             |  Bin 177 -> 0 bytes
 testing/html/tab_s.png                             |  Bin 184 -> 0 bytes
 testing/html/tabs.css                              |   60 -
 testing/runtests.pl                                |  252 -
 testing/runtests.py                                |  202 +
 tmake/CHANGES                                      |   49 -
 tmake/LICENSE                                      |    9 -
 tmake/README                                       |   10 -
 tmake/bin/progen                                   |  249 -
 tmake/bin/tmake                                    | 1262 -----
 tmake/doc/m-linux-gcc.html                         |   85 -
 tmake/doc/m-win32-msvc.html                        |   89 -
 tmake/doc/tmake.html                               |  727 ---
 tmake/doc/tmake_ref.html                           |  463 --
 tmake/example/hello.cpp                            |  102 -
 tmake/example/hello.h                              |   34 -
 tmake/example/hello.pro                            |    3 -
 tmake/example/main.cpp                             |   38 -
 tmake/example/wc.t                                 |    6 -
 tmake/lib/aix-g++/app.t                            |    2 -
 tmake/lib/aix-g++/lib.t                            |    2 -
 tmake/lib/aix-g++/subdirs.t                        |    2 -
 tmake/lib/aix-g++/tmake.conf                       |   58 -
 tmake/lib/aix-xlc/app.t                            |    2 -
 tmake/lib/aix-xlc/lib.t                            |    2 -
 tmake/lib/aix-xlc/subdirs.t                        |    2 -
 tmake/lib/aix-xlc/tmake.conf                       |   64 -
 tmake/lib/beos-g++/app.t                           |    2 -
 tmake/lib/beos-g++/lib.t                           |    2 -
 tmake/lib/beos-g++/subdirs.t                       |    2 -
 tmake/lib/beos-g++/tmake.conf                      |   51 -
 tmake/lib/bsdi-g++/app.t                           |    2 -
 tmake/lib/bsdi-g++/lib.t                           |    2 -
 tmake/lib/bsdi-g++/subdirs.t                       |    2 -
 tmake/lib/bsdi-g++/tmake.conf                      |   61 -
 tmake/lib/dgux-g++/app.t                           |    2 -
 tmake/lib/dgux-g++/lib.t                           |    2 -
 tmake/lib/dgux-g++/subdirs.t                       |    2 -
 tmake/lib/dgux-g++/tmake.conf                      |   59 -
 tmake/lib/freebsd-g++/app.t                        |    2 -
 tmake/lib/freebsd-g++/lib.t                        |    2 -
 tmake/lib/freebsd-g++/subdirs.t                    |    2 -
 tmake/lib/freebsd-g++/tmake.conf                   |   60 -
 tmake/lib/gnu-g++/app.t                            |    2 -
 tmake/lib/gnu-g++/lib.t                            |    2 -
 tmake/lib/gnu-g++/subdirs.t                        |    2 -
 tmake/lib/gnu-g++/tmake.conf                       |   58 -
 tmake/lib/hpux-acc/app.t                           |    2 -
 tmake/lib/hpux-acc/lib.t                           |    2 -
 tmake/lib/hpux-acc/subdirs.t                       |    2 -
 tmake/lib/hpux-acc/tmake.conf                      |   60 -
 tmake/lib/hpux-cc/app.t                            |    2 -
 tmake/lib/hpux-cc/lib.t                            |    2 -
 tmake/lib/hpux-cc/subdirs.t                        |    2 -
 tmake/lib/hpux-cc/tmake.conf                       |   59 -
 tmake/lib/hpux-g++/app.t                           |    2 -
 tmake/lib/hpux-g++/lib.t                           |    2 -
 tmake/lib/hpux-g++/subdirs.t                       |    2 -
 tmake/lib/hpux-g++/tmake.conf                      |   60 -
 tmake/lib/irix-64/app.t                            |    2 -
 tmake/lib/irix-64/lib.t                            |    2 -
 tmake/lib/irix-64/subdirs.t                        |    2 -
 tmake/lib/irix-64/tmake.conf                       |   60 -
 tmake/lib/irix-dcc/app.t                           |    2 -
 tmake/lib/irix-dcc/lib.t                           |    2 -
 tmake/lib/irix-dcc/subdirs.t                       |    2 -
 tmake/lib/irix-dcc/tmake.conf                      |   60 -
 tmake/lib/irix-g++/app.t                           |    2 -
 tmake/lib/irix-g++/lib.t                           |    2 -
 tmake/lib/irix-g++/subdirs.t                       |    2 -
 tmake/lib/irix-g++/tmake.conf                      |   60 -
 tmake/lib/irix-n32/app.t                           |    2 -
 tmake/lib/irix-n32/lib.t                           |    2 -
 tmake/lib/irix-n32/subdirs.t                       |    2 -
 tmake/lib/irix-n32/tmake.conf                      |   60 -
 tmake/lib/irix-o32/app.t                           |    2 -
 tmake/lib/irix-o32/lib.t                           |    2 -
 tmake/lib/irix-o32/subdirs.t                       |    2 -
 tmake/lib/irix-o32/tmake.conf                      |   60 -
 tmake/lib/linux-64/app.t                           |    2 -
 tmake/lib/linux-64/lib.t                           |    2 -
 tmake/lib/linux-64/subdirs.t                       |    2 -
 tmake/lib/linux-64/tmake.conf                      |   59 -
 tmake/lib/linux-g++/app.t                          |    2 -
 tmake/lib/linux-g++/lib.t                          |    2 -
 tmake/lib/linux-g++/subdirs.t                      |    2 -
 tmake/lib/linux-g++/tmake.conf                     |   59 -
 tmake/lib/m68k-atari-mint-g++/app.t                |    2 -
 tmake/lib/m68k-atari-mint-g++/lib.t                |    2 -
 tmake/lib/m68k-atari-mint-g++/subdirs.t            |    2 -
 tmake/lib/m68k-atari-mint-g++/tmake.conf           |   59 -
 tmake/lib/macosx-c++/app.t                         |    2 -
 tmake/lib/macosx-c++/lib.t                         |    2 -
 tmake/lib/macosx-c++/subdirs.t                     |    2 -
 tmake/lib/macosx-c++/tmake.conf                    |   59 -
 tmake/lib/macosx-intel-c++/app.t                   |    2 -
 tmake/lib/macosx-intel-c++/lib.t                   |    2 -
 tmake/lib/macosx-intel-c++/subdirs.t               |    2 -
 tmake/lib/macosx-intel-c++/tmake.conf              |   59 -
 tmake/lib/macosx-uni-c++/app.t                     |    2 -
 tmake/lib/macosx-uni-c++/lib.t                     |    2 -
 tmake/lib/macosx-uni-c++/subdirs.t                 |    2 -
 tmake/lib/macosx-uni-c++/tmake.conf                |   59 -
 tmake/lib/netbsd-g++/app.t                         |    2 -
 tmake/lib/netbsd-g++/lib.t                         |    2 -
 tmake/lib/netbsd-g++/subdirs.t                     |    2 -
 tmake/lib/netbsd-g++/tmake.conf                    |   61 -
 tmake/lib/openbsd-g++/app.t                        |    2 -
 tmake/lib/openbsd-g++/lib.t                        |    2 -
 tmake/lib/openbsd-g++/subdirs.t                    |    2 -
 tmake/lib/openbsd-g++/tmake.conf                   |   61 -
 tmake/lib/osf1-cxx/app.t                           |    2 -
 tmake/lib/osf1-cxx/lib.t                           |    2 -
 tmake/lib/osf1-cxx/subdirs.t                       |    2 -
 tmake/lib/osf1-cxx/tmake.conf                      |   60 -
 tmake/lib/osf1-g++/app.t                           |    2 -
 tmake/lib/osf1-g++/lib.t                           |    2 -
 tmake/lib/osf1-g++/subdirs.t                       |    2 -
 tmake/lib/osf1-g++/tmake.conf                      |   58 -
 tmake/lib/qnx-g++/app.t                            |    2 -
 tmake/lib/qnx-g++/lib.t                            |    2 -
 tmake/lib/qnx-g++/subdirs.t                        |    2 -
 tmake/lib/qnx-g++/tmake.conf                       |   58 -
 tmake/lib/sco-g++/app.t                            |    2 -
 tmake/lib/sco-g++/lib.t                            |    2 -
 tmake/lib/sco-g++/subdirs.t                        |    2 -
 tmake/lib/sco-g++/tmake.conf                       |   58 -
 tmake/lib/solaris-cc-64/app.t                      |    2 -
 tmake/lib/solaris-cc-64/lib.t                      |    2 -
 tmake/lib/solaris-cc-64/subdirs.t                  |    2 -
 tmake/lib/solaris-cc-64/tmake.conf                 |   61 -
 tmake/lib/solaris-cc-gcc/app.t                     |    2 -
 tmake/lib/solaris-cc-gcc/lib.t                     |    2 -
 tmake/lib/solaris-cc-gcc/subdirs.t                 |    2 -
 tmake/lib/solaris-cc-gcc/tmake.conf                |   62 -
 tmake/lib/solaris-cc/app.t                         |    2 -
 tmake/lib/solaris-cc/lib.t                         |    2 -
 tmake/lib/solaris-cc/subdirs.t                     |    2 -
 tmake/lib/solaris-cc/tmake.conf                    |   61 -
 tmake/lib/solaris-g++/app.t                        |    2 -
 tmake/lib/solaris-g++/lib.t                        |    2 -
 tmake/lib/solaris-g++/subdirs.t                    |    2 -
 tmake/lib/solaris-g++/tmake.conf                   |   59 -
 tmake/lib/sunos-g++/app.t                          |    2 -
 tmake/lib/sunos-g++/lib.t                          |    2 -
 tmake/lib/sunos-g++/subdirs.t                      |    2 -
 tmake/lib/sunos-g++/tmake.conf                     |   58 -
 tmake/lib/ultrix-g++/app.t                         |    2 -
 tmake/lib/ultrix-g++/lib.t                         |    2 -
 tmake/lib/ultrix-g++/subdirs.t                     |    2 -
 tmake/lib/ultrix-g++/tmake.conf                    |   58 -
 tmake/lib/unix/app.t                               |    6 -
 tmake/lib/unix/generic.t                           |  283 --
 tmake/lib/unix/lib.t                               |    6 -
 tmake/lib/unix/subdirs.t                           |   38 -
 tmake/lib/unixware-g++/app.t                       |    2 -
 tmake/lib/unixware-g++/lib.t                       |    2 -
 tmake/lib/unixware-g++/subdirs.t                   |    2 -
 tmake/lib/unixware-g++/tmake.conf                  |   60 -
 tmake/lib/unixware7-cc/app.t                       |    2 -
 tmake/lib/unixware7-cc/lib.t                       |    2 -
 tmake/lib/unixware7-cc/subdirs.t                   |    2 -
 tmake/lib/unixware7-cc/tmake.conf                  |   60 -
 tmake/lib/unixware7-g++/app.t                      |    2 -
 tmake/lib/unixware7-g++/lib.t                      |    2 -
 tmake/lib/unixware7-g++/subdirs.t                  |    2 -
 tmake/lib/unixware7-g++/tmake.conf                 |   60 -
 tmake/lib/win32-borland/app.t                      |    6 -
 tmake/lib/win32-borland/generic.t                  |  237 -
 tmake/lib/win32-borland/lib.t                      |    6 -
 tmake/lib/win32-borland/subdirs.t                  |    3 -
 tmake/lib/win32-borland/tmake.conf                 |   56 -
 tmake/lib/win32-g++/app.t                          |    6 -
 tmake/lib/win32-g++/generic.t                      |  243 -
 tmake/lib/win32-g++/lib.t                          |    6 -
 tmake/lib/win32-g++/subdirs.t                      |    2 -
 tmake/lib/win32-g++/tmake.conf                     |   56 -
 tmake/lib/win32-mingw/app.t                        |    6 -
 tmake/lib/win32-mingw/generic.t                    |  239 -
 tmake/lib/win32-mingw/lib.t                        |    6 -
 tmake/lib/win32-mingw/subdirs.t                    |    2 -
 tmake/lib/win32-mingw/tmake.conf                   |   56 -
 tmake/lib/win32-msvc/app.t                         |    6 -
 tmake/lib/win32-msvc/generic.t                     |  229 -
 tmake/lib/win32-msvc/lib.t                         |    6 -
 tmake/lib/win32-msvc/subdirs.t                     |    2 -
 tmake/lib/win32-msvc/tmake.conf                    |   65 -
 tmake/lib/win32-msvc/vcapp.t                       |  244 -
 tmake/lib/win32-msvc/vclib.t                       |  178 -
 tmake/lib/win32-symantec/app.t                     |    6 -
 tmake/lib/win32-symantec/generic.t                 |  211 -
 tmake/lib/win32-symantec/lib.t                     |    6 -
 tmake/lib/win32-symantec/subdirs.t                 |    2 -
 tmake/lib/win32-symantec/tmake.conf                |   56 -
 tmake/lib/win32-visage/app.t                       |    6 -
 tmake/lib/win32-visage/generic.t                   |  207 -
 tmake/lib/win32-visage/lib.t                       |    6 -
 tmake/lib/win32-visage/subdirs.t                   |    2 -
 tmake/lib/win32-visage/tmake.conf                  |   56 -
 tmake/lib/win32-watcom/app.t                       |    6 -
 tmake/lib/win32-watcom/generic.t                   |  201 -
 tmake/lib/win32-watcom/lib.t                       |    6 -
 tmake/lib/win32-watcom/subdirs.t                   |    2 -
 tmake/lib/win32-watcom/tmake.conf                  |   54 -
 tmake/lib/win32/subdirs.t                          |   54 -
 vhdlparser/CMakeLists.txt                          |   10 +
 vhdlparser/CharStream.h                            |   34 +-
 vhdlparser/ErrorHandler.h                          |   10 +-
 vhdlparser/{Makefile.in => Makefile}               |   31 +-
 vhdlparser/TokenManager.h                          |    5 +-
 vhdlparser/TokenMgrError.cc                        |    4 +-
 vhdlparser/VhdlParser.cc                           |  801 ++--
 vhdlparser/VhdlParser.h                            | 4440 ++++++++---------
 vhdlparser/VhdlParserTokenManager.cc               |  272 +-
 vhdlparser/VhdlParserTokenManager.h                |    4 +-
 vhdlparser/vhdlparser.jj                           |   78 +-
 vhdlparser/vhdlparser.pro.in                       |   33 -
 winbuild/.gitignore                                |    7 -
 winbuild/Config.rules                              |   30 -
 winbuild/Doxygen.sln                               |   71 -
 winbuild/Doxygen.vcproj                            | 5008 --------------------
 winbuild/Doxywizard.vcproj                         |  718 ---
 winbuild/GenResources.rules                        |   19 -
 winbuild/Gen_head.rules                            |   19 -
 winbuild/Languages.rules                           |  862 ----
 winbuild/Lex.rules                                 |   34 -
 winbuild/Settings.rules                            |   59 -
 winbuild/Unistd.rules                              |   18 -
 winbuild/Version.rules                             |   19 -
 winbuild/doxyindexer.vcproj                        |  363 --
 winbuild/doxysearch.vcproj                         |  359 --
 winbuild/iconv.vcproj                              |  468 --
 winbuild/moc.rules                                 |   20 -
 winbuild/pack_the_distribution_for_windows.py      |  234 -
 winbuild/qtools.vcproj                             | 1583 -------
 winbuild/unistd.py                                 |   16 -
 860 files changed, 17735 insertions(+), 43140 deletions(-)
 create mode 100644 BUILD.txt
 create mode 100644 CMakeLists.txt
 delete mode 100644 Makefile.in
 delete mode 100644 Makefile.win_make.in
 delete mode 100644 Makefile.win_nmake.in
 delete mode 100644 PLATFORMS
 create mode 100644 VERSION
 create mode 100644 addon/doxmlparser/CMakeLists.txt
 delete mode 100644 addon/doxmlparser/src/Makefile.in
 delete mode 100644 addon/doxmlparser/src/doxmlparser.pro.in
 create mode 100644 addon/doxyapp/CMakeLists.txt
 delete mode 100644 addon/doxyapp/Makefile.in
 delete mode 100644 addon/doxyapp/doxyapp.pro.in
 create mode 100644 addon/doxysearch/CMakeLists.txt
 delete mode 100644 addon/doxysearch/Makefile.in
 delete mode 100644 addon/doxysearch/doxyindexer.pro.in
 delete mode 100644 addon/doxysearch/doxysearch.pro.in
 create mode 100644 addon/doxywizard/CMakeLists.txt
 delete mode 100644 addon/doxywizard/Makefile.in
 delete mode 100644 addon/doxywizard/config.l
 delete mode 100644 addon/doxywizard/doxywizard.pro.in
 mode change 100644 => 100755 addon/doxywizard/images/add.png
 mode change 100644 => 100755 addon/doxywizard/images/del.png
 mode change 100644 => 100755 addon/doxywizard/images/file.png
 mode change 100644 => 100755 addon/doxywizard/images/folder.png
 mode change 100644 => 100755 addon/doxywizard/images/refresh.png
 mode change 100644 => 100755 addon/doxywizard/images/tunecolor.png
 create mode 100644 cmake/FindIconv.cmake
 create mode 100644 cmake/FindLibClang.cmake
 create mode 100644 cmake/FindSQLite3.cmake
 create mode 100644 cmake/FindXapian.cmake
 create mode 100644 cmake/lang_cfg.cmake
 create mode 100644 cmake/packaging.cmake
 create mode 100644 cmake/version.cmake
 delete mode 100755 configure
 create mode 100644 doc/CMakeLists.txt
 delete mode 100644 doc/Makefile.in
 delete mode 100644 doc/Makefile.win_make.in
 delete mode 100644 doc/Makefile.win_nmake.in
 delete mode 100644 doc/config.doc
 delete mode 100644 doc/dbusxml.doc
 delete mode 100644 doc/doxygen.sty
 delete mode 100644 doc/language.doc
 create mode 100644 doc/manual.sty
 create mode 100644 doc/tables.doc
 delete mode 100644 doc/translator_report.txt
 create mode 100644 examples/CMakeLists.txt
 delete mode 100644 examples/Makefile.in
 delete mode 100644 examples/Makefile.win.in
 copy examples/{example_test.cpp => include_test.cpp} (63%)
 create mode 100644 examples/strip_example.py
 create mode 100644 libmd5/CMakeLists.txt
 delete mode 100644 packages/rpm/doxygen.spec
 delete mode 100644 packages/rpm/doxygen.spec.in
 create mode 100644 qtools/CMakeLists.txt
 create mode 100644 src/CMakeLists.txt
 delete mode 100644 src/Makefile.in
 delete mode 100644 src/dbusxmlscanner.cpp
 delete mode 100644 src/doxygen.pro.in
 delete mode 100755 src/increasebuffer.py
 delete mode 100755 src/lang_cfg.py
 delete mode 100644 src/libdoxycfg.pro.in
 delete mode 100644 src/libdoxycfg.t.in
 delete mode 100644 src/libdoxygen.pro.in
 delete mode 100644 src/libdoxygen.t.in
 delete mode 100755 src/settings.py
 mode change 100644 => 100755 src/util.cpp
 mode change 100644 => 100755 src/util.h
 delete mode 100644 src/version.cpp
 delete mode 100755 src/version.py
 copy src/{pycode.h => xmlcode.h} (68%)
 create mode 100644 src/xmlcode.l
 rename src/{dbusxmlscanner.h => xmlscanner.h} (60%)
 create mode 100644 templates/html/htmlexample.tpl
 copy templates/html/{htmlfiles.tpl => htmlexamples.tpl} (62%)
 create mode 100644 templates/html/htmlinlineclasses.tpl
 create mode 100644 templates/html/htmljssearchdata.tpl
 create mode 100644 templates/html/htmljssearchindex.tpl
 rename testing/html/search/all_2.html => templates/html/htmlsearchresult.tpl (69%)
 create mode 100644 templates/latex/latexannotated.tpl
 create mode 100644 templates/latex/latexclass.tpl
 create mode 100644 templates/latex/latexfiles.tpl
 create mode 100644 templates/latex/latexinclude.tpl
 create mode 100644 templates/latex/latexlayout.tpl
 create mode 100644 templates/latex/latexmakefile.tpl
 create mode 100644 templates/latex/latexmodules.tpl
 create mode 100644 templates/latex/latexnamespaces.tpl
 create mode 100644 templates/latex/latexobjlink.tpl
 create mode 100644 templates/latex/latexrefman.tpl
 create mode 100644 templates/latex/latextypeconstraints.tpl
 create mode 100644 testing/CMakeLists.txt
 delete mode 100644 testing/Makefile
 rename testing/{README => README.txt} (79%)
 delete mode 100644 testing/debug.txt
 delete mode 100644 testing/html/063__bug__729092_8tcl.html
 delete mode 100644 testing/html/arrowdown.png
 delete mode 100644 testing/html/arrowright.png
 delete mode 100644 testing/html/bc_s.png
 delete mode 100644 testing/html/bdwn.png
 delete mode 100644 testing/html/closed.png
 delete mode 100644 testing/html/doc.png
 delete mode 100644 testing/html/doxygen.css
 delete mode 100644 testing/html/doxygen.png
 delete mode 100644 testing/html/dynsections.js
 delete mode 100644 testing/html/files.html
 delete mode 100644 testing/html/folderclosed.png
 delete mode 100644 testing/html/folderopen.png
 delete mode 100644 testing/html/ftv2blank.png
 delete mode 100644 testing/html/ftv2doc.png
 delete mode 100644 testing/html/ftv2folderclosed.png
 delete mode 100644 testing/html/ftv2folderopen.png
 delete mode 100644 testing/html/ftv2lastnode.png
 delete mode 100644 testing/html/ftv2link.png
 delete mode 100644 testing/html/ftv2mlastnode.png
 delete mode 100644 testing/html/ftv2mnode.png
 delete mode 100644 testing/html/ftv2node.png
 delete mode 100644 testing/html/ftv2plastnode.png
 delete mode 100644 testing/html/ftv2pnode.png
 delete mode 100644 testing/html/ftv2splitbar.png
 delete mode 100644 testing/html/ftv2vertline.png
 delete mode 100644 testing/html/index.html
 delete mode 100644 testing/html/jquery.js
 delete mode 100644 testing/html/namespacemembers.html
 delete mode 100644 testing/html/namespacemembers_func.html
 delete mode 100644 testing/html/namespaceoo.html
 delete mode 100644 testing/html/namespaceoo_1_1_helpers.html
 delete mode 100644 testing/html/namespaceoo_1_1define.html
 delete mode 100644 testing/html/namespaces.html
 delete mode 100644 testing/html/nav_f.png
 delete mode 100644 testing/html/nav_g.png
 delete mode 100644 testing/html/nav_h.png
 delete mode 100644 testing/html/open.png
 delete mode 100644 testing/html/search/all_0.html
 delete mode 100644 testing/html/search/all_0.js
 delete mode 100644 testing/html/search/all_1.html
 delete mode 100644 testing/html/search/all_1.js
 delete mode 100644 testing/html/search/all_2.js
 delete mode 100644 testing/html/search/close.png
 delete mode 100644 testing/html/search/files_0.html
 delete mode 100644 testing/html/search/files_0.js
 delete mode 100644 testing/html/search/functions_0.html
 delete mode 100644 testing/html/search/functions_0.js
 delete mode 100644 testing/html/search/mag_sel.png
 delete mode 100644 testing/html/search/namespaces_0.html
 delete mode 100644 testing/html/search/namespaces_0.js
 delete mode 100644 testing/html/search/nomatches.html
 delete mode 100644 testing/html/search/search.css
 delete mode 100644 testing/html/search/search.js
 delete mode 100644 testing/html/search/search_l.png
 delete mode 100644 testing/html/search/search_m.png
 delete mode 100644 testing/html/search/search_r.png
 delete mode 100644 testing/html/search/searchdata.js
 delete mode 100644 testing/html/splitbar.png
 delete mode 100644 testing/html/sync_off.png
 delete mode 100644 testing/html/sync_on.png
 delete mode 100644 testing/html/tab_a.png
 delete mode 100644 testing/html/tab_b.png
 delete mode 100644 testing/html/tab_h.png
 delete mode 100644 testing/html/tab_s.png
 delete mode 100644 testing/html/tabs.css
 delete mode 100755 testing/runtests.pl
 create mode 100644 testing/runtests.py
 delete mode 100644 tmake/CHANGES
 delete mode 100644 tmake/LICENSE
 delete mode 100644 tmake/README
 delete mode 100755 tmake/bin/progen
 delete mode 100755 tmake/bin/tmake
 delete mode 100644 tmake/doc/m-linux-gcc.html
 delete mode 100644 tmake/doc/m-win32-msvc.html
 delete mode 100644 tmake/doc/tmake.html
 delete mode 100644 tmake/doc/tmake_ref.html
 delete mode 100644 tmake/example/hello.cpp
 delete mode 100644 tmake/example/hello.h
 delete mode 100644 tmake/example/hello.pro
 delete mode 100644 tmake/example/main.cpp
 delete mode 100644 tmake/example/wc.t
 delete mode 100644 tmake/lib/aix-g++/app.t
 delete mode 100644 tmake/lib/aix-g++/lib.t
 delete mode 100644 tmake/lib/aix-g++/subdirs.t
 delete mode 100644 tmake/lib/aix-g++/tmake.conf
 delete mode 100644 tmake/lib/aix-xlc/app.t
 delete mode 100644 tmake/lib/aix-xlc/lib.t
 delete mode 100644 tmake/lib/aix-xlc/subdirs.t
 delete mode 100644 tmake/lib/aix-xlc/tmake.conf
 delete mode 100644 tmake/lib/beos-g++/app.t
 delete mode 100644 tmake/lib/beos-g++/lib.t
 delete mode 100644 tmake/lib/beos-g++/subdirs.t
 delete mode 100644 tmake/lib/beos-g++/tmake.conf
 delete mode 100644 tmake/lib/bsdi-g++/app.t
 delete mode 100644 tmake/lib/bsdi-g++/lib.t
 delete mode 100644 tmake/lib/bsdi-g++/subdirs.t
 delete mode 100644 tmake/lib/bsdi-g++/tmake.conf
 delete mode 100644 tmake/lib/dgux-g++/app.t
 delete mode 100644 tmake/lib/dgux-g++/lib.t
 delete mode 100644 tmake/lib/dgux-g++/subdirs.t
 delete mode 100644 tmake/lib/dgux-g++/tmake.conf
 delete mode 100644 tmake/lib/freebsd-g++/app.t
 delete mode 100644 tmake/lib/freebsd-g++/lib.t
 delete mode 100644 tmake/lib/freebsd-g++/subdirs.t
 delete mode 100644 tmake/lib/freebsd-g++/tmake.conf
 delete mode 100644 tmake/lib/gnu-g++/app.t
 delete mode 100644 tmake/lib/gnu-g++/lib.t
 delete mode 100644 tmake/lib/gnu-g++/subdirs.t
 delete mode 100644 tmake/lib/gnu-g++/tmake.conf
 delete mode 100644 tmake/lib/hpux-acc/app.t
 delete mode 100644 tmake/lib/hpux-acc/lib.t
 delete mode 100644 tmake/lib/hpux-acc/subdirs.t
 delete mode 100644 tmake/lib/hpux-acc/tmake.conf
 delete mode 100644 tmake/lib/hpux-cc/app.t
 delete mode 100644 tmake/lib/hpux-cc/lib.t
 delete mode 100644 tmake/lib/hpux-cc/subdirs.t
 delete mode 100644 tmake/lib/hpux-cc/tmake.conf
 delete mode 100644 tmake/lib/hpux-g++/app.t
 delete mode 100644 tmake/lib/hpux-g++/lib.t
 delete mode 100644 tmake/lib/hpux-g++/subdirs.t
 delete mode 100644 tmake/lib/hpux-g++/tmake.conf
 delete mode 100644 tmake/lib/irix-64/app.t
 delete mode 100644 tmake/lib/irix-64/lib.t
 delete mode 100644 tmake/lib/irix-64/subdirs.t
 delete mode 100644 tmake/lib/irix-64/tmake.conf
 delete mode 100644 tmake/lib/irix-dcc/app.t
 delete mode 100644 tmake/lib/irix-dcc/lib.t
 delete mode 100644 tmake/lib/irix-dcc/subdirs.t
 delete mode 100644 tmake/lib/irix-dcc/tmake.conf
 delete mode 100644 tmake/lib/irix-g++/app.t
 delete mode 100644 tmake/lib/irix-g++/lib.t
 delete mode 100644 tmake/lib/irix-g++/subdirs.t
 delete mode 100644 tmake/lib/irix-g++/tmake.conf
 delete mode 100644 tmake/lib/irix-n32/app.t
 delete mode 100644 tmake/lib/irix-n32/lib.t
 delete mode 100644 tmake/lib/irix-n32/subdirs.t
 delete mode 100644 tmake/lib/irix-n32/tmake.conf
 delete mode 100644 tmake/lib/irix-o32/app.t
 delete mode 100644 tmake/lib/irix-o32/lib.t
 delete mode 100644 tmake/lib/irix-o32/subdirs.t
 delete mode 100644 tmake/lib/irix-o32/tmake.conf
 delete mode 100644 tmake/lib/linux-64/app.t
 delete mode 100644 tmake/lib/linux-64/lib.t
 delete mode 100644 tmake/lib/linux-64/subdirs.t
 delete mode 100644 tmake/lib/linux-64/tmake.conf
 delete mode 100644 tmake/lib/linux-g++/app.t
 delete mode 100644 tmake/lib/linux-g++/lib.t
 delete mode 100644 tmake/lib/linux-g++/subdirs.t
 delete mode 100644 tmake/lib/linux-g++/tmake.conf
 delete mode 100644 tmake/lib/m68k-atari-mint-g++/app.t
 delete mode 100644 tmake/lib/m68k-atari-mint-g++/lib.t
 delete mode 100644 tmake/lib/m68k-atari-mint-g++/subdirs.t
 delete mode 100644 tmake/lib/m68k-atari-mint-g++/tmake.conf
 delete mode 100644 tmake/lib/macosx-c++/app.t
 delete mode 100644 tmake/lib/macosx-c++/lib.t
 delete mode 100644 tmake/lib/macosx-c++/subdirs.t
 delete mode 100644 tmake/lib/macosx-c++/tmake.conf
 delete mode 100644 tmake/lib/macosx-intel-c++/app.t
 delete mode 100644 tmake/lib/macosx-intel-c++/lib.t
 delete mode 100644 tmake/lib/macosx-intel-c++/subdirs.t
 delete mode 100644 tmake/lib/macosx-intel-c++/tmake.conf
 delete mode 100644 tmake/lib/macosx-uni-c++/app.t
 delete mode 100644 tmake/lib/macosx-uni-c++/lib.t
 delete mode 100644 tmake/lib/macosx-uni-c++/subdirs.t
 delete mode 100644 tmake/lib/macosx-uni-c++/tmake.conf
 delete mode 100644 tmake/lib/netbsd-g++/app.t
 delete mode 100644 tmake/lib/netbsd-g++/lib.t
 delete mode 100644 tmake/lib/netbsd-g++/subdirs.t
 delete mode 100644 tmake/lib/netbsd-g++/tmake.conf
 delete mode 100644 tmake/lib/openbsd-g++/app.t
 delete mode 100644 tmake/lib/openbsd-g++/lib.t
 delete mode 100644 tmake/lib/openbsd-g++/subdirs.t
 delete mode 100644 tmake/lib/openbsd-g++/tmake.conf
 delete mode 100644 tmake/lib/osf1-cxx/app.t
 delete mode 100644 tmake/lib/osf1-cxx/lib.t
 delete mode 100644 tmake/lib/osf1-cxx/subdirs.t
 delete mode 100644 tmake/lib/osf1-cxx/tmake.conf
 delete mode 100644 tmake/lib/osf1-g++/app.t
 delete mode 100644 tmake/lib/osf1-g++/lib.t
 delete mode 100644 tmake/lib/osf1-g++/subdirs.t
 delete mode 100644 tmake/lib/osf1-g++/tmake.conf
 delete mode 100644 tmake/lib/qnx-g++/app.t
 delete mode 100644 tmake/lib/qnx-g++/lib.t
 delete mode 100644 tmake/lib/qnx-g++/subdirs.t
 delete mode 100644 tmake/lib/qnx-g++/tmake.conf
 delete mode 100644 tmake/lib/sco-g++/app.t
 delete mode 100644 tmake/lib/sco-g++/lib.t
 delete mode 100644 tmake/lib/sco-g++/subdirs.t
 delete mode 100644 tmake/lib/sco-g++/tmake.conf
 delete mode 100644 tmake/lib/solaris-cc-64/app.t
 delete mode 100644 tmake/lib/solaris-cc-64/lib.t
 delete mode 100644 tmake/lib/solaris-cc-64/subdirs.t
 delete mode 100644 tmake/lib/solaris-cc-64/tmake.conf
 delete mode 100644 tmake/lib/solaris-cc-gcc/app.t
 delete mode 100644 tmake/lib/solaris-cc-gcc/lib.t
 delete mode 100644 tmake/lib/solaris-cc-gcc/subdirs.t
 delete mode 100644 tmake/lib/solaris-cc-gcc/tmake.conf
 delete mode 100644 tmake/lib/solaris-cc/app.t
 delete mode 100644 tmake/lib/solaris-cc/lib.t
 delete mode 100644 tmake/lib/solaris-cc/subdirs.t
 delete mode 100644 tmake/lib/solaris-cc/tmake.conf
 delete mode 100644 tmake/lib/solaris-g++/app.t
 delete mode 100644 tmake/lib/solaris-g++/lib.t
 delete mode 100644 tmake/lib/solaris-g++/subdirs.t
 delete mode 100644 tmake/lib/solaris-g++/tmake.conf
 delete mode 100644 tmake/lib/sunos-g++/app.t
 delete mode 100644 tmake/lib/sunos-g++/lib.t
 delete mode 100644 tmake/lib/sunos-g++/subdirs.t
 delete mode 100644 tmake/lib/sunos-g++/tmake.conf
 delete mode 100644 tmake/lib/ultrix-g++/app.t
 delete mode 100644 tmake/lib/ultrix-g++/lib.t
 delete mode 100644 tmake/lib/ultrix-g++/subdirs.t
 delete mode 100644 tmake/lib/ultrix-g++/tmake.conf
 delete mode 100644 tmake/lib/unix/app.t
 delete mode 100644 tmake/lib/unix/generic.t
 delete mode 100644 tmake/lib/unix/lib.t
 delete mode 100644 tmake/lib/unix/subdirs.t
 delete mode 100644 tmake/lib/unixware-g++/app.t
 delete mode 100644 tmake/lib/unixware-g++/lib.t
 delete mode 100644 tmake/lib/unixware-g++/subdirs.t
 delete mode 100644 tmake/lib/unixware-g++/tmake.conf
 delete mode 100644 tmake/lib/unixware7-cc/app.t
 delete mode 100644 tmake/lib/unixware7-cc/lib.t
 delete mode 100644 tmake/lib/unixware7-cc/subdirs.t
 delete mode 100644 tmake/lib/unixware7-cc/tmake.conf
 delete mode 100644 tmake/lib/unixware7-g++/app.t
 delete mode 100644 tmake/lib/unixware7-g++/lib.t
 delete mode 100644 tmake/lib/unixware7-g++/subdirs.t
 delete mode 100644 tmake/lib/unixware7-g++/tmake.conf
 delete mode 100644 tmake/lib/win32-borland/app.t
 delete mode 100644 tmake/lib/win32-borland/generic.t
 delete mode 100644 tmake/lib/win32-borland/lib.t
 delete mode 100644 tmake/lib/win32-borland/subdirs.t
 delete mode 100644 tmake/lib/win32-borland/tmake.conf
 delete mode 100644 tmake/lib/win32-g++/app.t
 delete mode 100644 tmake/lib/win32-g++/generic.t
 delete mode 100644 tmake/lib/win32-g++/lib.t
 delete mode 100644 tmake/lib/win32-g++/subdirs.t
 delete mode 100644 tmake/lib/win32-g++/tmake.conf
 delete mode 100644 tmake/lib/win32-mingw/app.t
 delete mode 100644 tmake/lib/win32-mingw/generic.t
 delete mode 100644 tmake/lib/win32-mingw/lib.t
 delete mode 100644 tmake/lib/win32-mingw/subdirs.t
 delete mode 100644 tmake/lib/win32-mingw/tmake.conf
 delete mode 100644 tmake/lib/win32-msvc/app.t
 delete mode 100644 tmake/lib/win32-msvc/generic.t
 delete mode 100644 tmake/lib/win32-msvc/lib.t
 delete mode 100644 tmake/lib/win32-msvc/subdirs.t
 delete mode 100644 tmake/lib/win32-msvc/tmake.conf
 delete mode 100644 tmake/lib/win32-msvc/vcapp.t
 delete mode 100644 tmake/lib/win32-msvc/vclib.t
 delete mode 100644 tmake/lib/win32-symantec/app.t
 delete mode 100644 tmake/lib/win32-symantec/generic.t
 delete mode 100644 tmake/lib/win32-symantec/lib.t
 delete mode 100644 tmake/lib/win32-symantec/subdirs.t
 delete mode 100644 tmake/lib/win32-symantec/tmake.conf
 delete mode 100644 tmake/lib/win32-visage/app.t
 delete mode 100644 tmake/lib/win32-visage/generic.t
 delete mode 100644 tmake/lib/win32-visage/lib.t
 delete mode 100644 tmake/lib/win32-visage/subdirs.t
 delete mode 100644 tmake/lib/win32-visage/tmake.conf
 delete mode 100644 tmake/lib/win32-watcom/app.t
 delete mode 100644 tmake/lib/win32-watcom/generic.t
 delete mode 100644 tmake/lib/win32-watcom/lib.t
 delete mode 100644 tmake/lib/win32-watcom/subdirs.t
 delete mode 100644 tmake/lib/win32-watcom/tmake.conf
 delete mode 100644 tmake/lib/win32/subdirs.t
 create mode 100644 vhdlparser/CMakeLists.txt
 rename vhdlparser/{Makefile.in => Makefile} (57%)
 delete mode 100644 vhdlparser/vhdlparser.pro.in
 delete mode 100644 winbuild/Config.rules
 delete mode 100644 winbuild/Doxygen.sln
 delete mode 100644 winbuild/Doxygen.vcproj
 delete mode 100755 winbuild/Doxywizard.vcproj
 delete mode 100644 winbuild/GenResources.rules
 delete mode 100644 winbuild/Gen_head.rules
 delete mode 100755 winbuild/Languages.rules
 delete mode 100644 winbuild/Lex.rules
 delete mode 100644 winbuild/Settings.rules
 delete mode 100755 winbuild/Unistd.rules
 delete mode 100644 winbuild/Version.rules
 delete mode 100644 winbuild/doxyindexer.vcproj
 delete mode 100644 winbuild/doxysearch.vcproj
 delete mode 100644 winbuild/iconv.vcproj
 delete mode 100644 winbuild/moc.rules
 delete mode 100644 winbuild/pack_the_distribution_for_windows.py
 delete mode 100644 winbuild/qtools.vcproj
 delete mode 100644 winbuild/unistd.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/doxygen.git



More information about the Reproducible-commits mailing list