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

Builder doxygen-solaris10-i386 Build #3727

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revision86ca53293c46b97a7bde35617ad5444690375e94
Got Revision86ca53293c46b97a7bde35617ad5444690375e94
Changes4 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 ( 13 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 3727 Build
codebase Build
got_revision 86ca53293c46b97a7bde35617ad5444690375e94 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision 86ca53293c46b97a7bde35617ad5444690375e94 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. StackAndPointer

Timing:

StartThu Apr 30 13:14:30 2026
EndThu Apr 30 13:14:50 2026
Elapsed20 secs

All Changes:

:

  1. Change #265977

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Thu 30 Apr 2026 11:10:07
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision f4b615346f3b73224d154e7020eb2586ed18dea8

    Comments

    feat: Add automatic backup when saving Doxyfile
    When saving a Doxyfile configuration, automatically create a .bak
    backup of the existing file before overwriting it. This provides
    a safety net for users who want to revert to previous settings.

    Changed files

    • addon/doxywizard/doxywizard.cpp
  2. Change #265978

    Category doxygen
    Changed by StackAndPointer <1733594238ohnoyoudont@qq.com>
    Changed at Thu 30 Apr 2026 12:10:03
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 6c7c9f9a0ac83dd3d8ff798cb64a9dd9af14211c

    Comments

    fix: Preserve configuration values when switching language
    When switching the UI language, the Expert view recreates all input
    widgets with default values, causing user settings to be lost.
    
    This fix:
    - Saves all current configuration values before recreating widgets
    - Restores the saved values to the newly created widgets
    - Blocks signals during restoration to prevent false 'modified' state
    
    This ensures that configuration settings are preserved across language
    changes without triggering unsaved changes indicator.

    Changed files

    • addon/doxywizard/expert.cpp
  3. Change #265979

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 30 Apr 2026 13:06:26
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 7bd1bb86c9a10ec555b0acd1d5c16a52720e4425

    Comments

    Merge pull request #12109 from StackAndPointer/fix-language-switch-settings
    fix: Under language settings other than English, after reading the configuration file, switching page settings will revert to default values.

    Changed files

    • no files
  4. Change #265980

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Thu 30 Apr 2026 13:06:56
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 86ca53293c46b97a7bde35617ad5444690375e94

    Comments

    Merge pull request #12108 from StackAndPointer/master
    Add automatic backup when saving Doxyfile

    Changed files

    • no files