-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Commits on Aug 9, 2024
-
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for cddfc16 - Browse repository at this point
Copy the full SHA cddfc16View commit details -
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 committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 51d8713 - Browse repository at this point
Copy the full SHA 51d8713View commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for d4fb38a - Browse repository at this point
Copy the full SHA d4fb38aView commit details -
Removing duplicate code, storing source files relative to the shared …
…items project file and making the project redirect paths accordingly
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 32cfcd1 - Browse repository at this point
Copy the full SHA 32cfcd1View commit details -
Proper error reporting instead of "exit(-1)" call
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for e7d69db - Browse repository at this point
Copy the full SHA e7d69dbView commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 36a0f3e - Browse repository at this point
Copy the full SHA 36a0f3eView commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 77a7dce - Browse repository at this point
Copy the full SHA 77a7dceView commit details -
Trying to fix up whitespace and formatting
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for cdcd98f - Browse repository at this point
Copy the full SHA cdcd98fView commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a5cef0b - Browse repository at this point
Copy the full SHA a5cef0bView commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 63853b2 - Browse repository at this point
Copy the full SHA 63853b2View commit details -
Fixing up errors I introduced during rebasing, sorry!
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 07da987 - Browse repository at this point
Copy the full SHA 07da987View commit details -
Restoring TODO and fixing whitespace
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ea8d12 - Browse repository at this point
Copy the full SHA 4ea8d12View commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for dd6b90b - Browse repository at this point
Copy the full SHA dd6b90bView commit details -
Remove local stringReplace, adjust FileSettings usage
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a4ad8ae - Browse repository at this point
Copy the full SHA a4ad8aeView commit details -
Adding Solution containing Shared items project for test
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for ed2a67a - Browse repository at this point
Copy the full SHA ed2a67aView commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a2cd83a - Browse repository at this point
Copy the full SHA a2cd83aView commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 433e041 - Browse repository at this point
Copy the full SHA 433e041View commit details -
Removing all but one configuration
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 3164e05 - Browse repository at this point
Copy the full SHA 3164e05View commit details -
Undoing change (which fixed an issue locally, but is not related to s…
…hared items project implementation)
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for a3c91fe - Browse repository at this point
Copy the full SHA a3c91feView commit details -
Fix whitespace formatting for formatter pipeline
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for d648807 - Browse repository at this point
Copy the full SHA d648807View commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for f058b65 - Browse repository at this point
Copy the full SHA f058b65View commit details -
Fix issue: Reducing scope of variable
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for c87a240 - Browse repository at this point
Copy the full SHA c87a240View commit details -
Trying to appease the Pipeline
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 041a65b - Browse repository at this point
Copy the full SHA 041a65bView commit details -
Fix whitespace, hopefull fixing CI compilation error which works fine…
… locally???
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for da70af9 - Browse repository at this point
Copy the full SHA da70af9View commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 94ef315 - Browse repository at this point
Copy the full SHA 94ef315View commit details -
Remove redundant {} initializer
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 8737362 - Browse repository at this point
Copy the full SHA 8737362View commit details -
Replacing exit with cleaner return
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 341274d - Browse repository at this point
Copy the full SHA 341274dView commit details -
Fixed missing "return", fixed trailing whitespace
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 07a9ec8 - Browse repository at this point
Copy the full SHA 07a9ec8View commit details -
Felix Faber committed
Aug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 7a24869 - Browse repository at this point
Copy the full SHA 7a24869View commit details -
Reverting removal of init braces.
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 7f84402 - Browse repository at this point
Copy the full SHA 7f84402View commit details -
Removing leftovers from rebasing
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 6374db1 - Browse repository at this point
Copy the full SHA 6374db1View commit details -
removal of unused test variables
Felix Faber committedAug 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 304519e - Browse repository at this point
Copy the full SHA 304519eView commit details
Commits on Aug 19, 2024
-
Felix Faber committed
Aug 19, 2024 Configuration menu - View commit details
-
Copy full SHA for e1c2280 - Browse repository at this point
Copy the full SHA e1c2280View commit details
Commits on Aug 21, 2024
-
Felix Faber committed
Aug 21, 2024 Configuration menu - View commit details
-
Copy full SHA for 1ebbf98 - Browse repository at this point
Copy the full SHA 1ebbf98View commit details