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

Add support for nodes as functions #354

Merged
merged 60 commits into from
Aug 8, 2019

Commits on Jul 27, 2019

  1. Configuration menu
    Copy the full SHA
    1164a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695ea36 View commit details
    Browse the repository at this point in the history
  3. Added recursive call tests

    chrfalch committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    a7edb0f View commit details
    Browse the repository at this point in the history
  4. Removed unsued node

    chrfalch committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    9b6c3af View commit details
    Browse the repository at this point in the history
  5. Cleanup

    chrfalch committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    64a2d8e View commit details
    Browse the repository at this point in the history
  6. Fixed registration of nodes

    chrfalch committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    bc09442 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b8bcd9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43fd3e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e1cf32 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a29015 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1bc9484 View commit details
    Browse the repository at this point in the history
  12. Added preliminary typings

    chrfalch committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    5141702 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9450f6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    441b983 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    13334cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    56d0644 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Renamed funcdef to proc.

    chrfalch committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    5f0c38b View commit details
    Browse the repository at this point in the history
  2. Reverted some tests

    chrfalch committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    822a0e6 View commit details
    Browse the repository at this point in the history
  3. Reverted some tests

    chrfalch committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    525325a View commit details
    Browse the repository at this point in the history
  4. Reverted some tests

    chrfalch committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    664c2f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Changed the proc API to proc((a,b) => add(a,b)).

    - Changed proc API
    - Added useProc hook that takes care of attach/detach
    - Changed proc node when used directly to attach itself (should be used as global)
    chrfalch committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    4eb91d6 View commit details
    Browse the repository at this point in the history
  2. Changed the proc API to proc((a,b) => add(a,b)).

    - Changed proc API
    - Added useProc hook that takes care of attach/detach
    - Changed proc node when used directly to attach itself (should be used as global)
    chrfalch committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    34ab46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65aebfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68f7e76 View commit details
    Browse the repository at this point in the history
  5. Fixed typings for useProc

    chrfalch committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    37cea97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec1a6a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Add memoization per context

    osdnk committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    0aa24d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee0e3d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Removed param import

    chrfalch committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    3b324fa View commit details
    Browse the repository at this point in the history
  2. Changed node evaluation policy

    When starting a function call (beginContext) only node references are passed. Evaluation is done in the evaluate function
    chrfalch committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    0e6fec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91f8184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3569cdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e149f93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c0d853 View commit details
    Browse the repository at this point in the history
  7. bunch of minor improvements

    osdnk committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    0e8e3cc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1729997 View commit details
    Browse the repository at this point in the history
  9. semicolon

    osdnk committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1cae9bb View commit details
    Browse the repository at this point in the history
  10. createAnimatedParam map

    osdnk committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    45ccfc0 View commit details
    Browse the repository at this point in the history
  11. revert unrelated

    osdnk committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    ce4f949 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Add spring example

    osdnk committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    f403d81 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Store proper call ID while evaluating param's input (software-mansion…

    …#357)
    
    * Store proper call ID while evaluating param's input
    
    * follow up with android
    
    * fix context of setting value
    osdnk authored Aug 4, 2019
    Configuration menu
    Copy the full SHA
    30a599b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Merge pull request #1 from kmagiera/@osdnk/memoization-in-context

    Add memoization per context
    chrfalch authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    8125844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4157a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c538e61 View commit details
    Browse the repository at this point in the history
  4. Added documentation

    chrfalch committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    44a8e5f View commit details
    Browse the repository at this point in the history
  5. Removed useProc

    chrfalch committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    80a0100 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efdc8e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    f8e5fd4 View commit details
    Browse the repository at this point in the history
  2. fix android

    osdnk committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    64bcee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge pull request #2 from kmagiera/@osdnk/callid-string

    Change callId to be concat of met contexts, not just last one
    chrfalch authored Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5731d22 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    5b41b75 View commit details
    Browse the repository at this point in the history
  2. make final

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    974241a View commit details
    Browse the repository at this point in the history
  3. moar final

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    a9d7be4 View commit details
    Browse the repository at this point in the history
  4. final

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    9e4820d View commit details
    Browse the repository at this point in the history
  5. Update ParamNode.java

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    7d947e0 View commit details
    Browse the repository at this point in the history
  6. Remove useless value

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    cf30bb9 View commit details
    Browse the repository at this point in the history
  7. Fix typings

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    bf5ad92 View commit details
    Browse the repository at this point in the history
  8. Remove useless value

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    df004cb View commit details
    Browse the repository at this point in the history
  9. Minor style improvements

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    8f7ce1f View commit details
    Browse the repository at this point in the history
  10. Update mock.js

    osdnk authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    1c38fd6 View commit details
    Browse the repository at this point in the history