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

Integration request to master #163

Merged
merged 6 commits into from
Nov 17, 2024
Merged

Integration request to master #163

merged 6 commits into from
Nov 17, 2024

Commits on Nov 14, 2024

  1. Coding - Compiling issue on aarch64 #157

    Enumerator value evaluates to -1, which cannot be narrowed to type 'char' [-Wc++11-narrowing]
    dpasukhi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b06684 View commit details
    Browse the repository at this point in the history
  2. Coding - Update env.sh to handle aarch64 #158

    Fix architecture check to include aarch64 in build and install scripts
    dpasukhi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0744d56 View commit details
    Browse the repository at this point in the history
  3. Configuration - Optimize include copy logic #155

    Avoiding re-copying the existed header file.
    dpasukhi committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4ebc468 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Coding - PCH improvements #160

    Refactor precompiled headers and improve Windows compatibility.
    Extend TKernel, TKMath and TKBRep pch with more usage headers.
    Implement PCH for TKDEIGES, TKDESTEP, TKMesh, and TKXSBase.
    dpasukhi committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ac5a612 View commit details
    Browse the repository at this point in the history
  2. Documentation - Update parameter annotations for consistency #161

    Reorganized style for param to the next templates:
     - "@param theParameter description ..."
     - "@param[in] theParameter description ..."
     - "@param[out] theParameter description ..."
     - "@param[in][out] theParameter description ..."
     The replacement was with keeping spacing, no removing of extra spaces.
    In some files '/' was used instead of '@', that was not updated yet.
    dpasukhi committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    604c3b8 View commit details
    Browse the repository at this point in the history
  3. Testing - GH Enabling multiprocessor testing on Win #162

    tcl threads required VC C++ 2010 redistribution package for run-time.
    Downloading dll helps to start testing in multiprocessor env
    dpasukhi committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0a7449d View commit details
    Browse the repository at this point in the history