Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closures (again) #742

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open

Closures (again) #742

wants to merge 38 commits into from

Commits on Nov 15, 2020

  1. add closure type

    nhuurre committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    b1fc74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a1c303 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. refactor function codegen

    nhuurre committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    9e55fed View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    8dcaf3e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    819fdde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e1e51 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    c80a1fc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. better error messages

    nhuurre committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0c00700 View commit details
    Browse the repository at this point in the history
  2. enable reduce_sum closures

    nhuurre committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    9bc95ff View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. fix

    nhuurre committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    a4c0157 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. enable capture-by-reference

    nhuurre committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    58ec0a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e489a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    1118f2b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Configuration menu
    Copy the full SHA
    3e2b7ba View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. tweak C++ API

    nhuurre committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    935bc54 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. allow special suffix closures

    nhuurre committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    1282f70 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    f4cf3e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    b4abd2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d20a92 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    8e07220 View commit details
    Browse the repository at this point in the history
  2. new keyword for closures

    nhuurre committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    6f1fe48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fd3f9f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    9e035c0 View commit details
    Browse the repository at this point in the history
  2. organize test files

    nhuurre committed May 24, 2021
    Configuration menu
    Copy the full SHA
    2e6b75c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    5b4e572 View commit details
    Browse the repository at this point in the history
  2. post-merge cleanup

    nhuurre committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f352eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73cf174 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    a1b0b85 View commit details
    Browse the repository at this point in the history
  2. simplify ode interface

    nhuurre committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ce8f83a View commit details
    Browse the repository at this point in the history
  3. eval() eigen expressions

    nhuurre committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ef1604d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. rename closure test files

    nhuurre committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    2ba4cb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    0b01625 View commit details
    Browse the repository at this point in the history
  2. use from_lambda more

    nhuurre committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    15037f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    97df74c View commit details
    Browse the repository at this point in the history
  2. dune promote

    nhuurre committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c20d155 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    e5d6414 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    131bb90 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    4d39c38 View commit details
    Browse the repository at this point in the history