File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed
Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1+ ci :
2+ autoupdate_branch : ' devel'
13repos :
24- repo : https://github.com/pre-commit/mirrors-clang-format
3- rev : v13 .0.1
5+ rev : v14 .0.6
46 hooks :
57 - id : clang-format
6- args : [-i, - -style=Google]
8+ args : [--style=Google]
79- repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : v4.1 .0
10+ rev : v4.3 .0
911 hooks :
12+ - id : check-added-large-files
13+ - id : check-ast
14+ - id : check-executables-have-shebangs
15+ - id : check-json
16+ - id : check-merge-conflict
17+ - id : check-symlinks
18+ - id : check-toml
19+ - id : check-yaml
20+ - id : debug-statements
21+ - id : destroyed-symlinks
22+ - id : detect-private-key
23+ - id : end-of-file-fixer
24+ - id : fix-byte-order-marker
25+ - id : mixed-line-ending
1026 - id : trailing-whitespace
27+ - repo : https://github.com/cheshirekow/cmake-format-precommit
28+ rev : v0.6.13
29+ hooks :
30+ - id : cmake-format
Original file line number Diff line number Diff line change 11# eiquadprog
22
33[ ![ Pipeline status] ( https://gitlab.laas.fr/stack-of-tasks/eiquadprog/badges/master/pipeline.svg )] ( https://gitlab.laas.fr/stack-of-tasks/eiquadprog/commits/master )
4- [ ![ Coverage report] ( https://gitlab.laas.fr/stack-of-tasks/eiquadprog/badges/master/coverage.svg?job=doc-coverage )] ( http ://projects .laas.fr/gepetto /doc/stack-of-tasks/eiquadprog/master/coverage/)
5- [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/stack-of-tasks/eiquadprog/master.svg )] ( https://results.pre-commit.ci/latest/github/stack-of-tasks/eiquadprog/master )
4+ [ ![ Coverage report] ( https://gitlab.laas.fr/stack-of-tasks/eiquadprog/badges/master/coverage.svg?job=doc-coverage )] ( https ://gepettoweb .laas.fr/doc/stack-of-tasks/eiquadprog/master/coverage/)
5+ [ ![ pre-commit.ci status] ( https://results.pre-commit.ci/badge/github/stack-of-tasks/eiquadprog/master.svg )] ( https://results.pre-commit.ci/latest/github/stack-of-tasks/eiquadprog )
66
77This repo contains different C++ implementations of the algorithm of Goldfarb and Idnani for the solution of a (convex) Quadratic Programming problem by means of a dual method.
88
You can’t perform that action at this time.
0 commit comments