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

New project system & Cargo based build system #234

Merged
merged 33 commits into from
Oct 21, 2016

Commits on Oct 10, 2016

  1. Configuration menu
    Copy the full SHA
    9fd25c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    708c1a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccf0498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d62364e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7636918 View commit details
    Browse the repository at this point in the history
  6. Trying to get icons working

    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    9dd6fc1 View commit details
    Browse the repository at this point in the history
  7. Icons finally work

    The problem was System.Collections.Immutable 1.2.0
    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    80b529b View commit details
    Browse the repository at this point in the history
  8. Add preliminary Cargo manifest icon

    Copied from IntelliJ-Rust
    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    f8f1c10 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21ebaa3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecca190 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f678c91 View commit details
    Browse the repository at this point in the history
  12. Update project templates

    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    7c65983 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    47fd4c6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e61bd53 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1df6a94 View commit details
    Browse the repository at this point in the history
  16. Move target rules to VisualRust project and enable <XamlPropertyRule>

    They are still referenced from the VisualRust.Build project and copied to it's output directory.
    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    2bd11b7 View commit details
    Browse the repository at this point in the history
  17. Wrap cargo in MSBuild

    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    52910ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    91061c3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a62f93 View commit details
    Browse the repository at this point in the history
  20. Re-enable GDB support

    Boddlnagg committed Oct 10, 2016
    Configuration menu
    Copy the full SHA
    e984dfe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f1677d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    9f1530c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4320a55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d032ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff4769f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf26c4b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Updated setup

    Boddlnagg committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    79fb6c1 View commit details
    Browse the repository at this point in the history
  2. Updated version and README

    Boddlnagg committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    66b5d88 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Convert tabs to spaces

    Boddlnagg committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    c10d907 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2016

  1. Fix loading VisualRust when RTVS is installed

    Having both VisualRust and RTVS installed led to an MEF composition error (it still does, but loads anyway).
    I had previously tried to fix this by renaming IFileSystemMirroringProjectTemporaryItems, but that was
    not working. Removing the import of IProjectItemDependencyProvider (which we don't use) is the right fix.
    Boddlnagg committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    1a2f8c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    b64875b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'rtvs-import' into projectsystem

    Added a DummyLogger implementation for the now required IActionLog parameter.
    Boddlnagg committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    18ed078 View commit details
    Browse the repository at this point in the history
  3. Changed namespace of FileSystemMirroring project

    This is required to prevent MEF composition errors when RTVS is also loaded.
    Boddlnagg committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    a41e41a View commit details
    Browse the repository at this point in the history