Skip to content
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: m-labs/artiq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c63afae875cf
Choose a base ref
...
head repository: m-labs/artiq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e94a9236aa25
Choose a head ref
  • 4 commits
  • 22 files changed
  • 1 contributor

Commits on Feb 15, 2016

  1. Remove lognonl(); rename log() to core_log() to avoid math.h conflict.

    Also, make core_log() exactly equivalent to printf(), since the lack
    of a drop-in universally usable printf() equivalent annoys me.
    
    Note that this breaks compiled experiments. They'll be fixed in
    the following commits.
    whitequark committed Feb 15, 2016
    Copy the full SHA
    cd7f12e View commit details
  2. Make rtio_log() accept variable number of arguments.

    whitequark committed Feb 15, 2016
    Copy the full SHA
    b9448c0 View commit details
  3. Add rtio_log() and make print() an RPC (#206).

    whitequark committed Feb 15, 2016
    Copy the full SHA
    74a7584 View commit details
  4. Add workaround for analyzer core bug (#206).

    whitequark committed Feb 15, 2016
    7
    Copy the full SHA
    e94a923 View commit details
Loading