- Oct 10, 2023
-
-
More precisely, json data come from the JSONSink and this produces a list of non ordered items, one may call it a set. Unfortunately JSON does not have such a concept so an ordered list is produced and the validator was naturally checking that the order was correct
-
- Oct 09, 2023
-
-
Marco Clemencic authored
See merge request !1499
-
Marco Clemencic authored
The Doxygen ZIP files are still deployed for tags.
-
- Jul 28, 2023
-
-
Marco Clemencic authored
See merge request !1482
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jul 24, 2023
-
-
Marco Clemencic authored
-
The problem was due to the use of deque, extremely slow for deleting when getting big. The code was written that way supposing we would get ~100 entities (aka some human readable quantity), but we seem to reach > 100000... So deque has been replaced by a map with entity's memory address as a key, and now the deletion is fast Note: this is an old and backward compatible version of !1477
-
- Jun 19, 2023
-
-
Marco Clemencic authored
See merge request !1469
-
Marco Clemencic authored
-
Marco Clemencic authored
Closes #262 See merge request !1467
-
- Jun 16, 2023
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1466
-
Marco Clemencic authored
See merge request !1465
-
Marco Clemencic authored
See merge request !1464
-
Marco Clemencic authored
See merge request !1461
-
Marco Clemencic authored
See merge request !1460
-
Marco Clemencic authored
See merge request !1462
-
- Jun 12, 2023
-
-
Marco Clemencic authored
-
- Jun 11, 2023
-
-
Rosen Matev authored
If `QMTEST_DISABLE_FIXTURES_REQUIRED` is truthy, a failing prerequisite test will not cause the test depending on it to be skipped. Workaround for #216
-
- Jun 08, 2023
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Sebastien Ponce authored
-
Marco Clemencic authored
-
Marco Clemencic authored
the additions of decltype checks in Gaudi::Property are needed to avoid that fmtlib confuses Gaudi::Property for a range.
-
- Jun 07, 2023
-
-
Sebastien Ponce authored
And added a test checking new behavior. Basically integer arithmetic was broken as the index computation was optimized by precomputing the bin width. This lead to 0 bin width when < 1. Now fixed.
-
Sebastien Ponce authored
Essentially to be able to inspect the configuration of histograms, e.g. nb bins, min/max value, etc These methods were so far protected for unknown reasons
-
- Jun 05, 2023
-
-
Marco Clemencic authored
See merge request !1459
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1456
-
- Jun 02, 2023
-
-
Marco Clemencic authored
Closes #266 See merge request !1455
-
-
Marco Clemencic authored
See merge request !1457
-
- Jun 01, 2023
-
-
Marco Clemencic authored
-
- May 30, 2023
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
See merge request !1452
-
-
- May 23, 2023
-
-
Marco Clemencic authored
See merge request !1454
-