From 2943d43b8108ebc5b16c82946ed223f00183b46c Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 6 Feb 2020 19:04:59 +0100 Subject: [PATCH] unit build string properties --- ...dCharacterShiftTable.cpp => BadCharacterShiftTable.cxx} | 0 .../string/properties/{BorderArray.cpp => BorderArray.cxx} | 0 .../{GoodSuffixShiftTable.cpp => GoodSuffixShiftTable.cxx} | 0 alib2algo/src/string/properties/Properties.cpp | 7 +++++++ ...QuickSearchShiftTable.cpp => QuickSearchShiftTable.cxx} | 0 ...erShiftTable.cpp => ReversedBadCharacterShiftTable.cxx} | 0 ...rchShiftTable.cpp => ReversedQuickSearchShiftTable.cxx} | 0 .../string/properties/{StartsWith.cpp => StartsWith.cxx} | 0 8 files changed, 7 insertions(+) rename alib2algo/src/string/properties/{BadCharacterShiftTable.cpp => BadCharacterShiftTable.cxx} (100%) rename alib2algo/src/string/properties/{BorderArray.cpp => BorderArray.cxx} (100%) rename alib2algo/src/string/properties/{GoodSuffixShiftTable.cpp => GoodSuffixShiftTable.cxx} (100%) create mode 100644 alib2algo/src/string/properties/Properties.cpp rename alib2algo/src/string/properties/{QuickSearchShiftTable.cpp => QuickSearchShiftTable.cxx} (100%) rename alib2algo/src/string/properties/{ReversedBadCharacterShiftTable.cpp => ReversedBadCharacterShiftTable.cxx} (100%) rename alib2algo/src/string/properties/{ReversedQuickSearchShiftTable.cpp => ReversedQuickSearchShiftTable.cxx} (100%) rename alib2algo/src/string/properties/{StartsWith.cpp => StartsWith.cxx} (100%) diff --git a/alib2algo/src/string/properties/BadCharacterShiftTable.cpp b/alib2algo/src/string/properties/BadCharacterShiftTable.cxx similarity index 100% rename from alib2algo/src/string/properties/BadCharacterShiftTable.cpp rename to alib2algo/src/string/properties/BadCharacterShiftTable.cxx diff --git a/alib2algo/src/string/properties/BorderArray.cpp b/alib2algo/src/string/properties/BorderArray.cxx similarity index 100% rename from alib2algo/src/string/properties/BorderArray.cpp rename to alib2algo/src/string/properties/BorderArray.cxx diff --git a/alib2algo/src/string/properties/GoodSuffixShiftTable.cpp b/alib2algo/src/string/properties/GoodSuffixShiftTable.cxx similarity index 100% rename from alib2algo/src/string/properties/GoodSuffixShiftTable.cpp rename to alib2algo/src/string/properties/GoodSuffixShiftTable.cxx diff --git a/alib2algo/src/string/properties/Properties.cpp b/alib2algo/src/string/properties/Properties.cpp new file mode 100644 index 0000000000..7dedb791b2 --- /dev/null +++ b/alib2algo/src/string/properties/Properties.cpp @@ -0,0 +1,7 @@ +#include "BadCharacterShiftTable.cxx" +#include "BorderArray.cxx" +#include "GoodSuffixShiftTable.cxx" +#include "QuickSearchShiftTable.cxx" +#include "ReversedBadCharacterShiftTable.cxx" +#include "ReversedQuickSearchShiftTable.cxx" +#include "StartsWith.cxx" diff --git a/alib2algo/src/string/properties/QuickSearchShiftTable.cpp b/alib2algo/src/string/properties/QuickSearchShiftTable.cxx similarity index 100% rename from alib2algo/src/string/properties/QuickSearchShiftTable.cpp rename to alib2algo/src/string/properties/QuickSearchShiftTable.cxx diff --git a/alib2algo/src/string/properties/ReversedBadCharacterShiftTable.cpp b/alib2algo/src/string/properties/ReversedBadCharacterShiftTable.cxx similarity index 100% rename from alib2algo/src/string/properties/ReversedBadCharacterShiftTable.cpp rename to alib2algo/src/string/properties/ReversedBadCharacterShiftTable.cxx diff --git a/alib2algo/src/string/properties/ReversedQuickSearchShiftTable.cpp b/alib2algo/src/string/properties/ReversedQuickSearchShiftTable.cxx similarity index 100% rename from alib2algo/src/string/properties/ReversedQuickSearchShiftTable.cpp rename to alib2algo/src/string/properties/ReversedQuickSearchShiftTable.cxx diff --git a/alib2algo/src/string/properties/StartsWith.cpp b/alib2algo/src/string/properties/StartsWith.cxx similarity index 100% rename from alib2algo/src/string/properties/StartsWith.cpp rename to alib2algo/src/string/properties/StartsWith.cxx -- GitLab