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

Fix #13043 (Added Support for Shared Items Projects) #6286

Merged
merged 34 commits into from
Aug 27, 2024

Commits on Aug 9, 2024

  1. Rebasing

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cddfc16 View commit details
    Browse the repository at this point in the history
  2. This change is crucial when $(SolutionDir) = "" and includePath is $(…

    …SolutionDir)/libs.
    
    Without this change, the include path will be "/libs", which is not the same as "./libs" or "libs".
    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    51d8713 View commit details
    Browse the repository at this point in the history
  3. Rebasing...

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d4fb38a View commit details
    Browse the repository at this point in the history
  4. Removing duplicate code, storing source files relative to the shared …

    …items project file and making the project redirect paths accordingly
    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    32cfcd1 View commit details
    Browse the repository at this point in the history
  5. Proper error reporting instead of "exit(-1)" call

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e7d69db View commit details
    Browse the repository at this point in the history
  6. Rebasing...

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    36a0f3e View commit details
    Browse the repository at this point in the history
  7. skipping string constructor

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    77a7dce View commit details
    Browse the repository at this point in the history
  8. Trying to fix up whitespace and formatting

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    cdcd98f View commit details
    Browse the repository at this point in the history
  9. Even more formatting fixes

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a5cef0b View commit details
    Browse the repository at this point in the history
  10. Restoring TODO

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    63853b2 View commit details
    Browse the repository at this point in the history
  11. Fixing up errors I introduced during rebasing, sorry!

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    07da987 View commit details
    Browse the repository at this point in the history
  12. Restoring TODO and fixing whitespace

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4ea8d12 View commit details
    Browse the repository at this point in the history
  13. More whitespace fixes...

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dd6b90b View commit details
    Browse the repository at this point in the history
  14. Remove local stringReplace, adjust FileSettings usage

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a4ad8ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed2a67a View commit details
    Browse the repository at this point in the history
  16. Rebasing...

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a2cd83a View commit details
    Browse the repository at this point in the history
  17. Rebasing...

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    433e041 View commit details
    Browse the repository at this point in the history
  18. Removing all but one configuration

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3164e05 View commit details
    Browse the repository at this point in the history
  19. Undoing change (which fixed an issue locally, but is not related to s…

    …hared items project implementation)
    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a3c91fe View commit details
    Browse the repository at this point in the history
  20. Fix whitespace formatting for formatter pipeline

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d648807 View commit details
    Browse the repository at this point in the history
  21. Rebasing...

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f058b65 View commit details
    Browse the repository at this point in the history
  22. Fix issue: Reducing scope of variable

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    c87a240 View commit details
    Browse the repository at this point in the history
  23. Trying to appease the Pipeline

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    041a65b View commit details
    Browse the repository at this point in the history
  24. Fix whitespace, hopefull fixing CI compilation error which works fine…

    … locally???
    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    da70af9 View commit details
    Browse the repository at this point in the history
  25. Fixed formatting

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    94ef315 View commit details
    Browse the repository at this point in the history
  26. Remove redundant {} initializer

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8737362 View commit details
    Browse the repository at this point in the history
  27. Replacing exit with cleaner return

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    341274d View commit details
    Browse the repository at this point in the history
  28. Fixed missing "return", fixed trailing whitespace

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    07a9ec8 View commit details
    Browse the repository at this point in the history
  29. Fixed whitespace in test

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7a24869 View commit details
    Browse the repository at this point in the history
  30. Reverting removal of init braces.

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7f84402 View commit details
    Browse the repository at this point in the history
  31. Removing leftovers from rebasing

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6374db1 View commit details
    Browse the repository at this point in the history
  32. removal of unused test variables

    Felix Faber committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    304519e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. fixed nits and blatant typo

    Felix Faber committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e1c2280 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Fixed nits

    Felix Faber committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1ebbf98 View commit details
    Browse the repository at this point in the history