##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r571:24d4175c19b0
Makes unit tests
Alexandre Leroux
0
r570:3d5120e0d250
Implements method to get min/max values of a dataseries giving a range (2)
Alexandre Leroux
0
r569:368ab9415e5a
Implements method to get min/max values of a dataseries giving a range (1)
Alexandre Leroux
0
r568:9a52fd42b9d8
Adds methods min() and max() in ArrayData iterators In a case of an 2-dim ArrayData, the search is made on all components.
Alexandre Leroux
0
r567:36d29ea2f20f
Adds methods to handle search of min/max values in structures that can contain NaN values NaN values are excluded from min/max (see doc)
Alexandre Leroux
0
r566:06b66012b93b
(Refactoring) Renames IDataSeries::subData()
Alexandre Leroux
0
r565:6cc1dd13aa83
(Refactoring) Renames IDataSeries::minData() and IDataSeries::maxData()
Alexandre Leroux
0
r564:91bcf3ba1822
Merge branch 'feature/MinMaxVariable' into develop
Alexandre Leroux
merge
0
r563:fe5ae51adf07
Shows min/max x-axis data in Variable widget (3) Uses the previous methods to show min/max values in the variable widget
Alexandre Leroux
1
r562:c613c4935e08
Shows min/max x-axis data in Variable widget (2) Creates max() method that returns the iterator on the last value that is <= than the value passed in parameter + implements unit tests
Alexandre Leroux
0
r561:72b3a7366e6c
Shows min x-axis data in Variable widget (1) Creates min() method that returns the iterator on the first value that is >= than the value passed in parameter + implements unit tests
Alexandre Leroux
0
r560:733f0e0e2605
Updates vera exclusions
Alexandre Leroux
0
r559:f66c81d8ced0
Moves cbegin() and cend() declarations in IDataSeries + adds operator-- on ArrayData
Alexandre Leroux
0
r558:96f73c42ec59
Uses new iterator in DataSeries.cpp The code of the old iterator is deleted. The new iterator is now built from the Implementation of DataSeriesIteratorValue :: Impl for a DataSeries
Alexandre Leroux
0
r557:549a850c09e9
Defines an iterator for a data series This iterator will replace the existing iterator for DataSeries
Alexandre Leroux
0
r556:552e9eaf7536
PR: Use DateUtils instead of static_cast
0
r555:870e7dd1fcf7
Merge branch 'feature/TestAcquisition' into develop
merge
0
r554:7644bba62054
Add mofif for clang format
0
r553:53bba55aedf8
Add test acquisition.
2
r552:8e056a311468
Add test for cach providing methods of variable
2
load next
< 1 .. 7 8 9 10 11 .. 37 >
showing 20 out of 732 commits