-
- Downloads
"auto/MiniExamples/varia/Resonator.py" did not exist on "68e23513e23230cea0df0117395322762b04d1b7"
Refactoring and minor speed up in DataFormatUtils
Redmine: #2155 1. Functions for constructing axes of particular type are hidden in anonimous namespace 2. copying replaced with move in some places 3. axis type check improved - looking for the type as only the first word in the line 4. createAxis now returns a unique_ptr 5. All static string constants moved to cpp file
Showing
- Core/InputOutput/DataFormatUtils.cpp 104 additions, 109 deletionsCore/InputOutput/DataFormatUtils.cpp
- Core/InputOutput/DataFormatUtils.h 2 additions, 21 deletionsCore/InputOutput/DataFormatUtils.h
- Core/InputOutput/OutputDataReadStrategy.cpp 1 addition, 2 deletionsCore/InputOutput/OutputDataReadStrategy.cpp
- Tests/UnitTests/Core/Axes/ConstKBinAxisTest.h 2 additions, 3 deletionsTests/UnitTests/Core/Axes/ConstKBinAxisTest.h
- Tests/UnitTests/Core/Axes/CustomBinAxisTest.h 2 additions, 4 deletionsTests/UnitTests/Core/Axes/CustomBinAxisTest.h
- Tests/UnitTests/Core/Axes/FixedBinAxisTest.h 2 additions, 3 deletionsTests/UnitTests/Core/Axes/FixedBinAxisTest.h
- Tests/UnitTests/Core/Axes/PointwiseAxisTest.h 2 additions, 1 deletionTests/UnitTests/Core/Axes/PointwiseAxisTest.h
- Tests/UnitTests/Core/Axes/VariableBinAxisTest.h 2 additions, 3 deletionsTests/UnitTests/Core/Axes/VariableBinAxisTest.h
Loading
Please register or sign in to comment