Skip to content

Conversation

@andogensi
Copy link

Summary

Adding CppLiveTuner to the vcpkg registry.

Details

Features

  • Edit a config file and see changes instantly in your running program without recompilation

Testing

  • Port files have been created and validated
  • SHA512 hash verified
  • Version files configured in baseline.json

@andogensi
Copy link
Author

@microsoft-github-policy-service agree

Comment on lines +21 to +26
# Remove library files but keep cmake config files
file(GLOB_RECURSE LIB_FILES "${CURRENT_PACKAGES_DIR}/lib/*.a" "${CURRENT_PACKAGES_DIR}/lib/*.lib")
foreach(LIB_FILE ${LIB_FILES})
file(REMOVE "${LIB_FILE}")
endforeach()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are you trying to do here?

Comment on lines +76 to +84
- bash: |
# Install Node.js if not available
if ! command -v node &> /dev/null; then
echo "Node.js not found, installing..."
brew install node@22
fi
node --version
npm --version
displayName: 'Install Node.js'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe out of scope.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 why is this necessary?

Copy link
Member

@vicroms vicroms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the changes unrelated to generating the file lists, only keep the changes relevant to adding the new port.

@vicroms vicroms marked this pull request as draft December 5, 2025 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants