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

Builder doxygen-solaris10-i386 Build #3830

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision6d2c004cb2fe03b2aa88b7f62e69522e54aaeacd
Got Revision6d2c004cb2fe03b2aa88b7f62e69522e54aaeacd
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 9 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 3830 Build
codebase Build
got_revision 6d2c004cb2fe03b2aa88b7f62e69522e54aaeacd Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 6d2c004cb2fe03b2aa88b7f62e69522e54aaeacd 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:

StartSat Sep 5 19:54:26 2026
EndSat Sep 5 19:54:42 2026
Elapsed16 secs

All Changes:

:

  1. Change #280859

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Mon 31 Aug 2026 16:32:38
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision bcd28340f50c980e4ca29854aa641c9cc0436e42

    Comments

    issue #12315 @ref is illegal in <caption>
    Added possibilities to the <caption>` tag analogous to the <dt>` tag, i.e. commands `\ref`, `\link`, `\javalink` and `\n`

    Changed files

    • src/docnode.cpp
  2. Change #280860

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Tue 01 Sep 2026 14:32:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 9cb47d3ca0808c655b8fd17d6cdce85f68098799

    Comments

    issue #12315 @ref is illegal in <caption>
    in RTF links were shown as text instead of links, apparently requiring extra set of curly brackets.

    Changed files

    • src/rtfdocvisitor.cpp
  3. Change #280861

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Sat 05 Sep 2026 13:00:19
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 2e67a4c7eeebde0fd5f00586b516513ed3aa1501

    Comments

    issue #12315 @ref is illegal in <caption>
    For Latex:
    - Don't give an error for a hyper link in a table caption (see also: https://tex.stackexchange.com/questions/766143/create-a-hyper-link-in-caption-of-tabularray)
    - Properly show  the newlines in the table caption (see also: https://tex.stackexchange.com/questions/766146/newline-in-caption-of-tabularray)

    Changed files

    • src/latexdocvisitor.cpp
    • src/latexdocvisitor.h
  4. Change #280862

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 05 Sep 2026 21:32:14
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 1ed15730528588e79257ac10b78daea914c5d357

    Comments

    issue #12309 C++11 extended friend declaration classified as a variable

    Changed files

    • src/classdef.cpp
    • src/doxygen.cpp
    • src/index.cpp
    • src/memberdef.cpp
    • src/searchindex_js.cpp
    • src/types.h
  5. Change #280863

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sat 05 Sep 2026 21:34:23
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6d2c004cb2fe03b2aa88b7f62e69522e54aaeacd

    Comments

    Merge pull request #12319 from albert-github/feature/issue_12315_caption_ref
    issue #12315 `@ref` is illegal in `<caption>`

    Changed files

    • no files