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

linux-x86_64-master-001 (May 7, 2023, 3:32:28 AM)

Started 2 yr 1 mo ago
Took 43 sec on linux-x86_64-master-001

Started by upstream project gluegen_onmaster build number 99
originally caused by:

Revision: 803d7540429836227f9f496742a059717c156250
Repository: git://jogamp.org/srv/scm/gluegen.git
  • origin/master
Changes
  1. Next JogAmp Release to be 2.5.0, mark w/ developer RC + timestamp tag (details / githubweb)
  2. Buffers: Add put[34][bsifd](..) and array-put variants for flexibility/performance. (details / githubweb)
  3. Add Clock, implementing proper monotonic and wallclock time using Instant (sec + nsec), currentTimeMillis() is also monotonic now, reused by Platform. Dropped Platform.currentTimeMicros() (details / githubweb)
  4. Add PerfCounterCtrl, a simple performance counter controller (details / githubweb)
  5. Fix Clock for performance counter: Add currentTimeNanos() since module startup, retrievable via getMonotonicStartupTime(). (performance) (details / githubweb)
  6. Clock: Rename currentTimeNanos() -> currentNanos() as it represents the duration since module startup and not time. (details / githubweb)
  7. Clock: Consider return code on failed native clock_gettime(..) call; Add Win32 clock_gettime() implementation. (details / githubweb)
  8. Clock: Use Clock.currentNanos() instead of System.nanoTime() (details / githubweb)
  9. IOUtil.copyStream2{File|Stream)(..): Drop unused and misleading 'totalNumBytes' argument, since we have no user-feedback callback passed. (details / githubweb)
  10. IOUtil.copyStream2Byte{Array|Buffer}(..): API Doc: Clarify that the complete stream is copied. (details / githubweb)
  11. IOUtil.copyStreamChunk2ByteBuffer(..): Added new method to copy a chunk (segment) of the input stream (skipBytes, byteCount) (details / githubweb)
  12. HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 threads', allowing C++ std::mutex etc to be used (openal-soft) (details / githubweb)
  13. HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip (details / githubweb)
  14. Roll back MacOS Min Version Requirement to 10.5 from 11.0 (macosx-version-min) (details / githubweb)
  15. MacOS: Using 'Minimum Deployment Target' 10.7 (Lion) and documenting MacOS versions (details / githubweb)
  16. doc/JogAmpMacOSVersions.md Fix markdown list (details / githubweb)
  17. doc/JogAmpMacOSVersions.md: Spaces (and 2nd attempt to fix the list depth in .. Build Setup .. (details / githubweb)
  18. doc/JogAmpMacOSVersions.md: 3rd times a charm (space and list depth) (details / githubweb)
  19. doc/JogAmpMacOSVersions.md 4th round (...) (details / githubweb)