-
- Downloads
Made Ale::load and Ale::loads optional and renamed files (#344)
* Moved ale.h to Ale.h * Moved interpolation out of Ale.h * Normalized test file names * Fixed double namespacing * Made load and loads optional * Renamed Ale.h to Load.h * Updated doc strings * Removed more usings from headers
Showing
- CMakeLists.txt 36 additions, 27 deletionsCMakeLists.txt
- docs/config 1 addition, 1 deletiondocs/config
- docs/source/library/capi/capi.rst 1 addition, 1 deletiondocs/source/library/capi/capi.rst
- include/Isd.h 5 additions, 7 deletionsinclude/Isd.h
- include/Load.h 39 additions, 0 deletionsinclude/Load.h
- include/Util.h 36 additions, 37 deletionsinclude/Util.h
- include/ale.h 0 additions, 19 deletionsinclude/ale.h
- src/InterpUtils.cpp 1 addition, 0 deletionssrc/InterpUtils.cpp
- src/Isd.cpp 7 additions, 5 deletionssrc/Isd.cpp
- src/Load.cpp 8 additions, 10 deletionssrc/Load.cpp
- src/Util.cpp 42 additions, 40 deletionssrc/Util.cpp
- tests/ctests/AleTest.cpp 0 additions, 253 deletionstests/ctests/AleTest.cpp
- tests/ctests/CMakeLists.txt 11 additions, 2 deletionstests/ctests/CMakeLists.txt
- tests/ctests/IsdTests.cpp 45 additions, 46 deletionstests/ctests/IsdTests.cpp
- tests/ctests/LoadTests.cpp 18 additions, 0 deletionstests/ctests/LoadTests.cpp
- tests/ctests/OrientationsTests.cpp 0 additions, 0 deletionstests/ctests/OrientationsTests.cpp
- tests/ctests/RotationTests.cpp 0 additions, 0 deletionstests/ctests/RotationTests.cpp
- tests/ctests/StatesTests.cpp 0 additions, 0 deletionstests/ctests/StatesTests.cpp
- tests/ctests/TestInterpUtils.cpp 208 additions, 0 deletionstests/ctests/TestInterpUtils.cpp
Loading
Please register or sign in to comment