rename directory xfor -> xpr
This commit is contained in:
parent
d555fabf40
commit
ade28d5122
18 changed files with 21 additions and 22 deletions
|
@ -81,42 +81,42 @@ namespace CNORXZ
|
||||||
template <typename T>
|
template <typename T>
|
||||||
class Allocator;
|
class Allocator;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
template <class PosT>
|
template <class PosT>
|
||||||
class CPosInterface;
|
class CPosInterface;
|
||||||
|
|
||||||
// definition: ranges/xfor/vpos_type.h
|
// definition: ranges/xpr/vpos_type.h
|
||||||
class VPosBase;
|
class VPosBase;
|
||||||
|
|
||||||
// definition: ranges/xfor/vpos_type.h
|
// definition: ranges/xpr/vpos_type.h
|
||||||
template <class PosT>
|
template <class PosT>
|
||||||
class VPos;
|
class VPos;
|
||||||
|
|
||||||
// definition: ranges/xfor/vpos_type.h
|
// definition: ranges/xpr/vpos_type.h
|
||||||
template <class PosT>
|
template <class PosT>
|
||||||
class VPosRef;
|
class VPosRef;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
class UPos;
|
class UPos;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
template <SizeT N>
|
template <SizeT N>
|
||||||
class SPos;
|
class SPos;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
class FPos;
|
class FPos;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
template <SizeT N, SizeT... Ms>
|
template <SizeT N, SizeT... Ms>
|
||||||
class SFPos;
|
class SFPos;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
class DPos;
|
class DPos;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
class DPosRef;
|
class DPosRef;
|
||||||
|
|
||||||
// definition: ranges/xfor/pos_type.h
|
// definition: ranges/xpr/pos_type.h
|
||||||
template <class PosT1, class PosT2>
|
template <class PosT1, class PosT2>
|
||||||
class MPos;
|
class MPos;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#include "cxz_operation.h"
|
#include "cxz_operation.h"
|
||||||
#include "xfor/exttype.h"
|
#include "xpr/pos_type.h"
|
||||||
#include "ranges/range_helper.h"
|
#include "ranges/range_helper.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
#include "base/base.h"
|
#include "base/base.h"
|
||||||
#include "ranges/index_base.h"
|
#include "ranges/index_base.h"
|
||||||
#include "ranges/range_base.h"
|
#include "ranges/range_base.h"
|
||||||
//#include "xfor/for_type.h"
|
|
||||||
|
|
||||||
namespace CNORXZ
|
namespace CNORXZ
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include "ranges/x_to_string.h"
|
#include "ranges/x_to_string.h"
|
||||||
#include "ranges/type_map.h"
|
#include "ranges/type_map.h"
|
||||||
|
|
||||||
#include "xfor/for_type.h"
|
#include "xpr/for_type.h"
|
||||||
|
|
||||||
namespace CNORXZ
|
namespace CNORXZ
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#include "base/base.h"
|
#include "base/base.h"
|
||||||
#include "ranges/index_base.h"
|
#include "ranges/index_base.h"
|
||||||
#include "ranges/range_base.h"
|
#include "ranges/range_base.h"
|
||||||
#include "xfor/for_type.h"
|
#include "xpr/for_type.h"
|
||||||
|
|
||||||
namespace CNORXZ
|
namespace CNORXZ
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
#include "vpos_type.h"
|
#include "vpos_type.h"
|
||||||
#include "pos_type.h"
|
#include "pos_type.h"
|
||||||
|
|
||||||
#include "xfor.cc.h"
|
#include "xpr.cc.h"
|
|
@ -7,7 +7,7 @@
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include "map_range.h"
|
#include "map_range.h"
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include "xfor/iloop.h"
|
#include "xpr/iloop.h"
|
||||||
|
|
||||||
namespace CNORXZ
|
namespace CNORXZ
|
||||||
{
|
{
|
||||||
|
|
|
@ -12,10 +12,10 @@ add_library(test_lib STATIC ${test_SOURCES})
|
||||||
#target_link_libraries(iutest ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} cnorxz)
|
#target_link_libraries(iutest ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} cnorxz)
|
||||||
#add_test(NAME iutest COMMAND iutest)
|
#add_test(NAME iutest COMMAND iutest)
|
||||||
|
|
||||||
add_executable(xfutest xfor_unit_test.cc)
|
add_executable(xprutest xpr_unit_test.cc)
|
||||||
add_dependencies(xfutest cnorxz)
|
add_dependencies(xprutest cnorxz)
|
||||||
target_link_libraries(xfutest ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} cnorxz test_lib)
|
target_link_libraries(xprutest ${GTEST_BOTH_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} cnorxz test_lib)
|
||||||
add_test(NAME xfutest COMMAND xfutest)
|
add_test(NAME xprutest COMMAND xprutest)
|
||||||
|
|
||||||
add_executable(rutest range_unit_test.cc)
|
add_executable(rutest range_unit_test.cc)
|
||||||
add_dependencies(rutest cnorxz)
|
add_dependencies(rutest cnorxz)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "ranges/xfor/xfor.h"
|
#include "ranges/xpr/xpr.h"
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
Loading…
Reference in a new issue