Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlang/druntime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5db735222f77
Choose a base ref
...
head repository: dlang/druntime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d32171422825
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 25, 2015

  1. properly fix failing test with missing CLOCK_BOOTTIME support

    - detect older kernel versions in makefile
      and skip ClockType.bootTime tests for those
    - turn DFLAGS and UDFLAGS into simply expanded variables
      (makes them settable individually and is easier to understand)
      https://www.gnu.org/software/make/manual/html_node/Flavors.html
    MartinNowak committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    24e4079 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. Merge pull request #1356 from MartinNowak/boottime

    properly fix failing test with missing CLOCK_BOOTTIME support
    DmitryOlshansky committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    d321714 View commit details
    Browse the repository at this point in the history
Loading