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

ACE make support cleanup #2300

Merged
merged 8 commits into from
Nov 12, 2024
Merged

Commits on Nov 11, 2024

  1. Removed check for c++14, not supported anymore

        * ACE/include/makeinclude/platform_linux_clang.GNU:
    jwillemsen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1f0cdac View commit details
    Browse the repository at this point in the history
  2. Removed check for c++14, not supported anymore

        * ACE/include/makeinclude/platform_gcc_clang_common.GNU:
    jwillemsen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    94a462b View commit details
    Browse the repository at this point in the history
  3. Removed ancient check for gcc 4.0.2

        * ACE/include/makeinclude/platform_linux.GNU:
    jwillemsen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3fbd186 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Removed empty line

        * ACE/include/makeinclude/platform_clang_common.GNU:
    jwillemsen committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    35c33fc View commit details
    Browse the repository at this point in the history
  2. Simplified setting of CXX_MAJOR_VERSION

        * ACE/include/makeinclude/platform_linux_clang.GNU:
    jwillemsen committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    1b0fa02 View commit details
    Browse the repository at this point in the history
  3. Removed workarounds for ancient ubuntu versions, only set CXX_FULL_VE…

    …RSION and CXX_VERSION when not set yet
    
        * ACE/include/makeinclude/platform_linux.GNU:
    jwillemsen committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    52a2e24 View commit details
    Browse the repository at this point in the history
  4. Only set certain version variables when not set yet and simplified ho…

    …w to determine the major/minor versions
    
        * ACE/include/makeinclude/platform_g++_common.GNU:
    jwillemsen committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    86a03e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17514f8 View commit details
    Browse the repository at this point in the history