You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubβs verified signature.
Feature: Add support for gcc 13.4 (#18374). Docs: π
Feature: Renamed 'editables' to 'packages'. (#18359). Docs: π
Feature: Putting a folder named conanws as the top limit search if it exists. (#18343). Docs: π
Feature: Removed the home_folder definition mechanism from the conanws.[yml | py] file. (#18339). Docs: π
Feature: Packages/products do not need to be within the workspace folder. (#18334). Docs: π
Feature: Add tools.gnu:configure_args conf to GnuToolchain and Autotoolchain generator to allow extra arguments to be added to the configure command. (#18333). Docs: π
Feature: Auto detection of C standard. (#18290). Docs: π
Feature: define CMAKE_C/CXX_COMPILER in CMakeToolchain generated presets, only for MSVC cl-like compilers, automatically only for Ninja generator. (#18280)
Feature: Add header_lib template to conan new. (#18249). Docs: π
Feature: to_cppstd_flag/to_cstd_flag methods are not using fixed values. (#18246)
Feature: Add subprocess to the profile jinja rendering. (#18244). Docs: π
Feature: New conan cache save ... --no-source to avoid storing downloaded sources in the .tgz. (#18243). Docs: π
Feature: Add verbose logs for conan cache clean. (#18228)
Feature: Add --list inputs to conan cache clean and conan cache check-integrity. (#18219). Docs: π
Feature: Add allowed_packages info to remote json output. (#18206)
Feature: Add URL information to json output format for conan upload. (#18166). Docs: π
Feature: New conan workspace clean command, removes the output-folder of editables if defined, otherwise nothing. Can be custom implemented by users in the conanws.py file. (#17763). Docs: π
Fix: Fix PyInstaller --exclude-module adding wildcard for conan.test. (#18381)