Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder doxygen-solaris10-i386 Build #3795

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision3d91fcc1e3b7d636b6893cc88506276f43f71d07
Got Revision3d91fcc1e3b7d636b6893cc88506276f43f71d07
Changes4 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 8 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3795 Build
codebase Build
got_revision 3d91fcc1e3b7d636b6893cc88506276f43f71d07 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 3d91fcc1e3b7d636b6893cc88506276f43f71d07 Build
scheduler schedule-doxygen-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. albert-github

Timing:

StartMon Jun 8 22:09:12 2026
EndMon Jun 8 22:09:26 2026
Elapsed13 secs

All Changes:

:

  1. Change #269931

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 08 Jun 2026 14:30:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 80675499019ad74dfacd7a6a052b8768d9204e2a

    Comments

    Improve display of documentation in doxywizard
    - better support for the `\c` command as these were not always properly ended in non Latin based fonts
    - better support for the `\c` command in the German language as here construct like `\c PROJECT_NAME-Tag` appeared and this was translated to `<code>PROJECT_NAME-Tag</code>` instead of `<code>PROJECT_NAME</code>-Tag`
    
    In both cases by means of specific rules and not general wildcard rules
    - translating some `\c` commands to `<code>` to prevent very specific rules
    - translating some `\b` commands to `<b>` to prevent very specific rule (appeared only  once).

    Changed files

    • addon/doxywizard/expert.cpp
    • src/config.xml
    • src/configgen.py
    • src/i18n/config_de.xml
    • src/i18n/config_es.xml
    • src/i18n/config_fr.xml
    • src/i18n/config_ja.xml
    • src/i18n/config_ko.xml
    • src/i18n/config_ru.xml
    • src/i18n/config_zh_CN.xml
    • src/i18n/config_zh_TW.xml
  2. Change #269932

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 08 Jun 2026 22:01:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 686592cdb8e157e0e4409a53b76caeb3e43bb343

    Comments

    Refactoring: add final keyword to leaf classes

    Changed files

    • src/classdef.cpp
    • src/classdef.h
    • src/classlist.h
    • src/code.h
    • src/conceptdef.cpp
    • src/conceptdef.h
    • src/configimpl.h
    • src/devnullgen.h
    • src/dirdef.cpp
    • src/dirdef.h
    • src/docbookgen.h
    • src/docbookvisitor.h
    • src/docnode.h
    • src/docparser_p.h
    • src/docsets.h
    • src/dotcallgraph.h
    • src/dotclassgraph.h
    • src/dotdirdeps.h
    • src/dotgfxhierarchytable.h
    • src/dotgroupcollaboration.h
    • src/dotincldepgraph.h
    • src/dotlegendgraph.h
    • src/dotnode.h
    • src/doxygen.cpp
    • src/eclipsehelp.h
    • src/example.h
    • src/filedef.cpp
    • src/filedef.h
    • src/filename.h
    • src/fileparser.h
    • src/fortrancode.h
    • src/fortranscanner.h
    • src/ftvhelp.cpp
    • src/ftvhelp.h
    • src/groupdef.cpp
    • src/groupdef.h
    • src/htmlattrib.h
    • src/htmldocvisitor.h
    • src/htmlgen.h
    • src/htmlhelp.h
    • src/latexdocvisitor.h
    • src/latexgen.h
    • src/layout.h
    • src/lexcode.h
    • src/lexscanner.h
    • src/mandocvisitor.h
    • src/mangen.h
    • src/markdown.h
    • src/memberdef.cpp
    • src/membergroup.h
    • src/memberlist.h
    • src/membername.h
    • src/moduledef.cpp
    • src/moduledef.h
    • src/namespacedef.cpp
    • src/namespacedef.h
    • src/outputlist.h
    • src/pagedef.cpp
    • src/pagedef.h
    • src/perlmodgen.cpp
    • src/pycode.h
    • src/pyscanner.h
    • src/qhp.h
    • src/reflist.h
    • src/rtfdocvisitor.h
    • src/rtfgen.h
    • src/scanner.h
    • src/section.h
    • src/sitemap.h
    • src/sqlcode.h
    • src/sqlite3gen.cpp
    • src/tagreader.cpp
    • src/textdocvisitor.h
    • src/util.h
    • src/vhdlcode.h
    • src/vhdljjparser.h
    • src/xmlcode.h
    • src/xmldocvisitor.h
    • src/xmlgen.cpp
    • src/xmlgen.h
  3. Change #269933

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 08 Jun 2026 22:03:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 322913ce6b6645606c0d12cd225eedabfd645efa

    Comments

    Merge branch 'master' of github.com:doxygen/doxygen

    Changed files

    • no files
  4. Change #269934

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Mon 08 Jun 2026 22:06:53
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 3d91fcc1e3b7d636b6893cc88506276f43f71d07

    Comments

    Merge pull request #12197 from albert-github/feature/bug_dw_display_docu
    Improve display of documentation in doxywizard

    Changed files

    • no files