Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. Update cpptasks-1.0b5 darwin/osx patch: remove auto option 'prebind', (details)
  2. Fix Bug 488: Enable others architectures under GNU/Linux (details)
  3. Fix Bug 545: Provide more information about the system (details)
Commit a382b829fcdbce97f40e835941a262323210bd8c by Sven Gothel
Update cpptasks-1.0b5 darwin/osx patch: remove auto option 'prebind', allow weakly binding

Removed 'prebind' auto option, since OS X dyld performs better w/o since 10.5 (?)

Allowing linker options for weakly fraemwork/library  binding
   "-weak_framework", "-lazy_framework", "-weak_library"
which is required if linked for 10.5, allowing unresolved references.
The file was modifiedmake/lib/archive/cpptasks-1.0b5-darwin-patch.diff (diff)
The file was modifiedmake/lib/cpptasks.jar (diff)
Commit 196c325aa3dddb0d775e8fb80e26333208fe6c7e by Sven Gothel
Fix Bug 488: Enable others architectures under GNU/Linux
The file was modifiedmake/build.xml (diff)
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)
Commit 36c99b43e09999a560a086be10e392aad915b1f3 by Sven Gothel
Fix Bug 545: Provide more information about the system
The file was modifiedmake/gluegen-cpptasks-base.xml (diff)