- 21 Sep, 2015 4 commits
-
-
Vitaly Tuzov authored
fix position of assert expected/actual parameter
-
Vitaly Tuzov authored
-
Elena Shipunova authored
-
Alexander Alekhin authored
-
- 18 Sep, 2015 8 commits
-
-
Pavel Rojtberg authored
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.
-
Pavel Rojtberg authored
and not consider its value. treat arguments with a set default value as present.
-
Pavel Rojtberg authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Pavel Rojtberg authored
`A || !A` is `true` so write `(A && B) || !A` as `B || !A`
-
- 17 Sep, 2015 2 commits
-
-
Pavel Vlasov authored
Disables TLS copy constructor and operator, as they can lead to errors and reservation of too much keys in TLS storage; gather method was added to TLS to gather data from all threads;
-
Renato Florentino Garcia authored
-
- 14 Sep, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 13 Sep, 2015 8 commits
-
-
Adam authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 12 Sep, 2015 1 commit
-
-
Dikay900 authored
-
- 11 Sep, 2015 13 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Tsukasa Sugiura authored
Fix bug when enter 4 channel image to LineAA function.
-
Roman Donchenko authored
This ensures that test data is not dependent on the order the tests are executed in.
-
Roman Donchenko authored
Backport of mariusmuja/flann@f8ca6df3.
-