-
@xaverh
According to http://clang.llvm.org/docs/ClangFormatStyleOptions.html . clang-format only use these languages.
> - LK_None (in configuration: None) Do not use.
> - LK_Cpp (in configuratio…
owent updated
4 years ago
-
I saw this [PR](https://github.com/AsahiLinux/linux/pull/159) which add ANE support but only supports M1 chips.
When will NPU be officially supported?
-
Hi, running the tests in the lightgbm3-sys crate fails. However, build work fine and both build and test work for lightgbm3.
Setup:
```bash
git clone --recursive https://github.com/Mottl/lightgbm…
-
Checklist
- [ ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"`
- [ ] This bug exists for C
- [x] This bug exists for C++
- [ ] This bug exists for Objective…
-
Checklist
- [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"`
- [ ] This bug exists for C
- [x] This bug exists for C++
- [ ] This bug exists for Objective…
-
## Summary
Warnings caught by `cppcheck` should be resolved, if they are determined to be genuine issues and not false positives.
## Motivation
[`cppcheck`](http://cppcheck.sourceforge.net/) …
-
### Description
I don't know how to set the optimization objective for T-RRT in `model_based_planning_context.cpp`(`moveit_planners/ompl/ompl_interface/src/model_based_planning_context.cpp`).
### …
-
| | |
| --- | --- |
| Bugzilla Link | [9876](https://llvm.org/bz9876) |
| Version | unspecified |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@efriedma-quic |
## Extend…
-
When linking a C++ application using C++11 threads to a library built from Objective-C sources, it seems like Meson incorrectly selects the Objective-C linker which leaves standard library symbols unr…
-
Im a little lost as to the purpose of using lambdas. It seems to me we can simply have a function which takes as input a current skeleton and a list of target positions for a subset of bones (end effe…