toge

Results 142 issues of toge

### Summary Changes to recipe: **simd/6.1.139** #### Motivation There are several improvements in 6.1.139. #### Details https://github.com/ermig1979/Simd/compare/v6.1.138...v6.1.139 --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) - [x] Checked that this PR...

Failed

### Summary Changes to recipe: **pybind11/2.13.1** #### Motivation There are several new features since 2.12.0. #### Details https://github.com/pybind/pybind11/compare/v2.12.0...v2.13.1 Sort versions in `config.yml` and `conandata.yml`. --- - [x] Read the [contributing...

### Summary Changes to recipe: **behaviortree.cpp/4.6.2** #### Motivation There are several improvements in 4.6.2. minitrace has been build as separate static library since 4.6.2. #### Details https://github.com/BehaviorTree/BehaviorTree.CPP/compare/4.6.1...4.6.2 --- - [x]...

Unexpected Error
Failed

### Summary Changes to recipe: **libxml2/2.13.1** #### Motivation - 2.13.1 provides several new features - recorder attributes in conanfile.py #### Details https://gitlab.gnome.org/GNOME/libxml2/-/compare/v2.12.0...v2.13.1 --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) -...

Unexpected Error
Failed

Specify library name and version: **leptonica/1.84.1** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client version close to the [currently deployed](https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6). - [x]...

Specify library name and version: **structopt/*** magic_enum/0.9.5 changed include path from `"magic_enum.hpp"` to `magic_enum/magic_enum.hpp`. --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a [recent](https://github.com/conan-io/conan/releases/latest) Conan client...

### Summary Changes to recipe: **dtl/*** #### Motivation To support gcc 14, make `enableTrivial` mutable. https://github.com/cubicdaiya/dtl/pull/18 #### Details --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) - [x] Checked that this...

### Summary Changes to recipe: **octo-logger-cpp/1.12.0** #### Motivation tar ball of 1.12.0 is updated. #### Details --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) - [x] Checked that this PR is...

**Describe the bug** There is an compilation error in example code on README.md. https://github.com/toge/fixed_math/tree/master?tab=readme-ov-file#example Error Message is following: ``` test_package.cpp:32:31: error: unable to find numeric literal operator ‘operator""_fix’ 32 |...

bug

In README.md, xproperty requires C++14: > xproperty requires a modern C++ compiler supporting C++14. But xproperty/0.12.0 seems to require C++17 because std::any is used. https://github.com/jupyter-xeus/xproperty/blob/0.12.0/include/xproperty/xobserved.hpp#L99 If you continue to support...