Skip to content
This repository has been archived by the owner on Oct 29, 2019. 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: atifaziz/t5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: atifaziz/t5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    19ff8a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f93925 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Add parameter expansion when evaluating include path

    This is a squashed merge of PR #6.
    fredericvauchelles authored and atifaziz committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0de9b9e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Merge upstream changes to parameter directive handling

    This is a squashed merge of following changes from mono/t4:
    
    - mono/t4@3d5ac11
    - mono/t4@086b6f9
    - mono/t4@37ad9ac
    
    > commit 3d5ac11103fb5fef3b1ae7eb8b00eb86752d2504
    > Author: Mikayla Hutchinson <[email protected]>
    > Date:   Tue Dec 11 16:36:01 2018 -0500
    >
    >     Allow C# type names in parameter directives
    >
    > commit 086b6f941cc49c1736333b78cf001b0e748d362b
    > Author: Mikayla Hutchinson <[email protected]>
    > Date:   Tue Dec 11 16:09:29 2018 -0500
    >
    >     Simplify generated code when no appdomains or host property
    >
    > commit 37ad9ac462e01981488b855d5a3e94e865955a97
    > Author: Mikayla Hutchinson <[email protected]>
    > Date:   Tue Dec 11 16:07:59 2018 -0500
    >
    >     Don't require type for parameter directives
    atifaziz committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b2366d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c0111 View commit details
    Browse the repository at this point in the history
  3. Emulate logical call context to support parameter directive

    Fixes #4
    
    Co-authored-by: Daniel Cazzulino <[email protected]>
    atifaziz and kzu committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    e95e763 View commit details
    Browse the repository at this point in the history
  4. Revert "Emulate logical call context to support parameter directive"

    This reverts commit e95e763 due to a
    typo in the commit message that references the wrong issue (should
    have referenced issue #8, not issue #4).
    atifaziz committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    2a982ca View commit details
    Browse the repository at this point in the history
  5. Emulate logical call context to support parameter directive

    Fixes #8
    
    This is a re-application of e95e763
    in order to correct the issue reference.
    
    Co-authored-by: Daniel Cazzulino <[email protected]>
    atifaziz and kzu committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    020805b View commit details
    Browse the repository at this point in the history
Loading