Correct the copyright notices #350#352
Merged
Merged
Conversation
Closed
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow header comments to use a consistent copyright notice format across the repository.
Changes:
- Adjusted copyright notice text in workflow headers to include “(C)”.
- Applied the same update across Windows (MSVC) and Linux (GCC/Clang) workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/windows-visualcpp.yml | Updates header copyright notice formatting for the Windows MSVC workflow. |
| .github/workflows/linux-gcc.yml | Updates header copyright notice formatting for the Linux GCC workflow. |
| .github/workflows/linux-clang.yml | Updates header copyright notice formatting for the Linux Clang workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
kaorut
added a commit
that referenced
this pull request
Apr 26, 2026
Handle clang-specific pthread handling to prevent linking issues. - Set AX_PTHREAD_LINK_CFLAGS to PTHREAD_CFLAGS initially - Detect clang via CXX --version and clear AX_PTHREAD_LINK_CFLAGS if PTHREAD_CFLAGS is exactly "-pthread" - Substitute AX_PTHREAD_LINK_CFLAGS into LIBS instead of PTHREAD_CFLAGS directly
kaorut
added a commit
that referenced
this pull request
Apr 26, 2026
…352 Updated function prototypes and definitions across json, lattice, property, text, trie libraries and samples to include explicit void parameters for functions taking no arguments. Improved code consistency and adherence to C coding standards.
kaorut
added a commit
that referenced
this pull request
Apr 26, 2026
#352 Updated compiler and Boost version requirements in Windows and Linux sections for compatibility with latest toolchains.
kaorut
added a commit
that referenced
this pull request
Apr 26, 2026
Update MSVC PlatformToolset to v145 across all vcxproj files for all configurations (Debug/Release, Win32/x64). Update solution files to .slnx format and add project GUIDs for better IDE integration.
kaorut
added a commit
that referenced
this pull request
Apr 26, 2026
#349 Updated compiler and Boost version requirements in Windows and Linux sections for compatibility with latest toolchains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.