Skip to content
Success

#954 (May 7, 2023, 2:52:35 AM)

Started 2 yr 2 mo ago
Took 1 min 14 sec on linux-arm64-aarch64-jau-032

Started by upstream project gluegen build number 954
originally caused by:

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