Skip to content

Correct the copyright notices #350#352

Merged
kaorut merged 1 commit into
mainfrom
happy_new_year
Feb 11, 2026
Merged

Correct the copyright notices #350#352
kaorut merged 1 commit into
mainfrom
happy_new_year

Conversation

@kaorut
Copy link
Copy Markdown
Member

@kaorut kaorut commented Feb 11, 2026

No description provided.

@kaorut kaorut added this to the 1.9.0 milestone Feb 11, 2026
@kaorut kaorut self-assigned this Feb 11, 2026
Copilot AI review requested due to automatic review settings February 11, 2026 12:46
@kaorut kaorut added task-documentation Improvements or additions to documentation v1.9.0 labels Feb 11, 2026
@kaorut kaorut linked an issue Feb 11, 2026 that may be closed by this pull request
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 kaorut merged commit 798ce98 into main Feb 11, 2026
27 checks passed
@kaorut kaorut deleted the happy_new_year branch February 11, 2026 13:07
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

task-documentation Improvements or additions to documentation v1.9.0

Development

Successfully merging this pull request may close these issues.

Happy new year 2026.

2 participants