toge

Results 142 issues of toge

### Summary Changes to recipe: **xbyak/7.07.1** #### Motivation There are several minor improvements in 7.07.1. #### Details https://github.com/herumi/xbyak/compare/v7.07...v7.07.1 > 2024/Aug/29 ver 7.07.1 adapt to NASM 2.16.03 output of xchg (The...

Specify library name and version: **escape/*** escape is one of the termox(https://github.com/a-n-t-h-o-n-y/TermOx)'s dependency libraries. --- - [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: **geolite2pp/*** #### Motivation Try to solve https://github.com/conan-io/conan-center-index/issues/25062. #### Details https://www.ccoderun.ca/GeoLite2++/ --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) - [x] Checked that this PR is not...

waiting on contributor

### Summary Changes to recipe: **libsvtav1/2.2.1** #### Motivation There are several new features since 2.1.2. #### Details https://gitlab.com/AOMediaCodec/SVT-AV1/-/compare/v2.1.2...v2.2.1 --- - [x] Read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md) - [x] Checked that this...

Failed

### Summary Changes to recipe: **lunasvg/2.4.1** #### Motivation There is a new feature in 2.4.1. #### Details https://github.com/sammycage/lunasvg/compare/v2.4.0...v2.4.1 --- - [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: **lib/[version]** #### Motivation There are several improvements in 0.11.1. 1. add `TRACY_VERBOSE` option. 2. fix `libbacktrace_elf_dynload_support` issue. #### Details https://github.com/wolfpld/tracy/compare/v0.11.0...v0.11.1 --- - [x] Read the...

**Describe the bug** In examples, the include path is `fixedmath`. https://github.com/arturbac/fixed_math/blob/v2.0.0/examples/brief-usage.cc#L5-L6 But the include path is `fixed_math`. https://github.com/arturbac/fixed_math/blob/master/fixed_lib/CMakeLists.txt#L25-L30 Which is valid? I think `fixedmath` is valid because common.h includes ``....

bug

### Describe the bug There are compilation errors on [Standard C++ Containers with String Keys](https://github.com/ashvardanian/StringZilla?tab=readme-ov-file#standard-c-containers-with-string-keys) on README.md `sz::string_view_less`, `sz::string_view_hash` and `sz::string_view_equal` seem not to be defined. ### Steps to reproduce...

bug

### Describe the bug I met compilation error on following code in README.md ```cpp auto parts = haystack.partition(':'); // Matching a character ``` It seem to be caused by the...

bug

I met compilation error on apple-clang 15. Error messages are following: ``` In file included from table/block_based/block_based_table_builder.cc:10: In file included from table/block_based/block_based_table_builder.h:17: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/c++/v1/vector:321: In file included...

CLA Signed