Skip to content

issues Search Results · repo:aminya/project_options language:CMake

Filter by

88 results
 (55 ms)

88 results

inaminya/project_options (press backspace or delete to remove)

Looks like CMake 3.31 added a new policy CMP0177 regarding install paths: CMake Warning (dev) at build/Debug/_deps/_project_options-src/src/PackageProject.cmake:194 (install): Policy CMP0177 is not ...
  • ddassie-texa
  • Opened 
    on Jan 16
  • #290

/usr/bin/g++-14 -I/home/runner/work/execution26/execution26/tests/beman/execution26/include -I/home/runner/work/execution26/execution26/include -g -std=c++23 -fdiagnostics-color=always -fsanitize=address,undefined,memory ...
  • ClausKlein
  • Opened 
    on Nov 15, 2024
  • #289

My junior classmate is trying to learn C++ with my vscode tutorial that uses clang installed by msys2 on windows, but I noticed project_options won t enable sanitizers for him because, https://github.com/aminya/project_options/blob/86e68a9267caa3fdad3e8ad16d52ac02884ca13e/src/Sanitizers.cmake#L172-L174 ...
  • FeignClaims
  • 2
  • Opened 
    on Nov 1, 2024
  • #288

log of Test(windows-2022, msvc, _, _): -- The CXX compiler identification is Clang 17.0.6 with GNU-like command-line -- The C compiler identification is Clang 17.0.6 with GNU-like command-line I couldn ...
  • FeignClaims
  • 2
  • Opened 
    on Sep 13, 2024
  • #280

I have a header-only library project, and I am using project_options to package it, so that it can be used as a dependency for other projects. The library has numerous options, defined with the cmake functions ...
  • pmatalon
  • 8
  • Opened 
    on Sep 3, 2024
  • #275

According to the cmake implementation code, especially this comment, clang-tidy can normally accept all compiler command line arguments after --, so there s redundant work in StaticAnalyzers.cmake. This, ...
  • FeignClaims
  • 1
  • Opened 
    on Aug 13, 2024
  • #272

Unfortunately, check_ipo_supported still fails to find clang-scan-deps as commented here. This is due to the inadvertent failure to set CMP0137 to NEW in #260, which helps the test project drive the toolchain ...
  • FeignClaims
  • Opened 
    on Jun 20, 2024
  • #267

I noticed that with the latest main branch Address Sanitizer is no longer enabled by default for MSVC, looking at the code, the detection in check_sanitizers_support is inverted: https://github.com/aminya/project_options/blob/46081b21083cccf6a3be6bc8b73d3f6b39eb4964/src/Sanitizers.cmake#L163 ...
  • ddassie-texa
  • Opened 
    on Jun 17, 2024
  • #265

Using CMake 3.30 (pre-release) I m getting the following warning(s): CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.30/Modules/FetchContent.cmake:1942 (message): Calling FetchContent_Populate(_fargs) ...
  • ddassie-texa
  • Opened 
    on Jun 17, 2024
  • #263

I m trying to build a static library with embedded debug information on MSVC with Address Sanitizer enabled, and I m seeing the following warning: cl : Command line warning D9025 : overriding /Z7 with ...
  • ddassie-texa
  • 1
  • Opened 
    on Jun 17, 2024
  • #262
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub