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

Builder doxygen-solaris10-i386 Build #3359

Results:

Failed shell shell_1 shell_2

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3359 Build
codebase Build
got_revision 6d6235d566b9fcb37c8fb1c7c442f3196377baaa Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 6d6235d566b9fcb37c8fb1c7c442f3196377baaa 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:

StartSun Mar 30 17:03:31 2025
EndSun Mar 30 17:04:05 2025
Elapsed33 secs

All Changes:

:

  1. Change #226073

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Thu 06 Mar 2025 10:55:21
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 94fd63c6d3e4ed26c75cbef6d0479932e8b42416

    Comments

    Consistency of use of `HIDE_COMPOUND_REFERENCE`
    In the question https://stackoverflow.com/questions/79483301/doxygen-hide-compound-reference-for-namespace it was noted that the `HIDE_COMPOUND_REFERENCE` does not work for e.g. namespaces.
    Currently it only works for classes (and also for Struct,  Union, Interface, Protocol, Category and Exception, as they all use the routine `trCompoundReference`)
    Besides the problem for namespaces ithe issue is present for other parts as well that call the routines:
    - `trFileReference`
    - `trNamespaceReference`
    - `trDirReference`
    - `trCompoundReferenceFortran`
    - `trModuleReference`
    - `trEnumReference`
    - `trConstantGroupReference`
    - `trServiceReference`
    - `trSingletonReference`
    - `trCustomReference`
    - `trCompoundReferenceSlice`
    - `trConceptReference`
    
    The usage of `HIDE_COMPOUND_REFERENCE` has ben implemented for these calls as well

    Changed files

    • src/classdef.cpp
    • src/conceptdef.cpp
    • src/dirdef.cpp
    • src/filedef.cpp
    • src/moduledef.cpp
    • src/namespacedef.cpp
  2. Change #226074

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 30 Mar 2025 16:34:43
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision db86ee1ddbfca059f1bdfd935fa5c6b54f1a4717

    Comments

    Small visual tweaks to the HTML output

    Changed files

    • doc/doxygen_manual.css
    • templates/html/darkmode_settings.css
    • templates/html/doxygen.css
    • templates/html/lightmode_settings.css
    • templates/html/search.css
    • templates/html/search_common.css
  3. Change #226075

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 30 Mar 2025 16:36:45
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 8e8257f41b6bf973269728fa87e889f58bf3afc7

    Comments

    Merge branch 'feature/bug_hide_compound_reference' of https://github.com/albert-github/doxygen into albert-github-feature/bug_hide_compound_reference

    Changed files

    • no files
  4. Change #226076

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 30 Mar 2025 16:56:08
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision b6beef9875863329e10917cf5b7a391cb77cee3e

    Comments

    PR #11482 Reduce code duplication

    Changed files

    • src/classdef.cpp
    • src/namespacedef.cpp
  5. Change #226077

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Sun 30 Mar 2025 16:56:31
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6d6235d566b9fcb37c8fb1c7c442f3196377baaa

    Comments

    Merge branch 'albert-github-feature/bug_hide_compound_reference'

    Changed files

    • no files