Skip to content

Commit

Permalink
Som devel 20 (#39)
Browse files Browse the repository at this point in the history
* workflow

* constness / static swap

* removed StaticArray add

* removed StaticArray add

* re-defined StaticArray add

* pre commit

* tests -> static assertion; more constness

* clean unused

* clean
  • Loading branch information
sorgom authored Jan 29, 2024
1 parent aeb4fe2 commit 1954c2a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
12 changes: 0 additions & 12 deletions application/components/BAS/src/NtpArray.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions make/coverage_app.make
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ GENERATED += $(OBJDIR)/LCR_Provider.o
GENERATED += $(OBJDIR)/LCR_X.o
GENERATED += $(OBJDIR)/Loader.o
GENERATED += $(OBJDIR)/Log.o
GENERATED += $(OBJDIR)/NtpArray.o
GENERATED += $(OBJDIR)/SIG_Hub.o
GENERATED += $(OBJDIR)/SIG_Provider.o
GENERATED += $(OBJDIR)/SIG_X.o
Expand All @@ -72,7 +71,6 @@ OBJECTS += $(OBJDIR)/LCR_Provider.o
OBJECTS += $(OBJDIR)/LCR_X.o
OBJECTS += $(OBJDIR)/Loader.o
OBJECTS += $(OBJDIR)/Log.o
OBJECTS += $(OBJDIR)/NtpArray.o
OBJECTS += $(OBJDIR)/SIG_Hub.o
OBJECTS += $(OBJDIR)/SIG_Provider.o
OBJECTS += $(OBJDIR)/SIG_X.o
Expand Down Expand Up @@ -143,9 +141,6 @@ endif
# File Rules
# #############################################

$(OBJDIR)/NtpArray.o: ../application/components/BAS/src/NtpArray.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
$(OBJDIR)/SwapBytes.o: ../application/components/BAS/src/SwapBytes.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
Expand Down
5 changes: 0 additions & 5 deletions make/dstw.make
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ GENERATED += $(OBJDIR)/LCR_Provider.o
GENERATED += $(OBJDIR)/LCR_X.o
GENERATED += $(OBJDIR)/Loader.o
GENERATED += $(OBJDIR)/Log.o
GENERATED += $(OBJDIR)/NtpArray.o
GENERATED += $(OBJDIR)/SIG_Hub.o
GENERATED += $(OBJDIR)/SIG_Provider.o
GENERATED += $(OBJDIR)/SIG_X.o
Expand All @@ -74,7 +73,6 @@ OBJECTS += $(OBJDIR)/LCR_Provider.o
OBJECTS += $(OBJDIR)/LCR_X.o
OBJECTS += $(OBJDIR)/Loader.o
OBJECTS += $(OBJDIR)/Log.o
OBJECTS += $(OBJDIR)/NtpArray.o
OBJECTS += $(OBJDIR)/SIG_Hub.o
OBJECTS += $(OBJDIR)/SIG_Provider.o
OBJECTS += $(OBJDIR)/SIG_X.o
Expand Down Expand Up @@ -145,9 +143,6 @@ endif
# File Rules
# #############################################

$(OBJDIR)/NtpArray.o: ../application/components/BAS/src/NtpArray.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
$(OBJDIR)/SwapBytes.o: ../application/components/BAS/src/SwapBytes.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
Expand Down
5 changes: 0 additions & 5 deletions make/tests.make
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ GENERATED += $(OBJDIR)/LCR_X.o
GENERATED += $(OBJDIR)/Loader.o
GENERATED += $(OBJDIR)/Log.o
GENERATED += $(OBJDIR)/M_Instances.o
GENERATED += $(OBJDIR)/NtpArray.o
GENERATED += $(OBJDIR)/SIG_01.o
GENERATED += $(OBJDIR)/SIG_02.o
GENERATED += $(OBJDIR)/SIG_03.o
Expand Down Expand Up @@ -108,7 +107,6 @@ OBJECTS += $(OBJDIR)/LCR_X.o
OBJECTS += $(OBJDIR)/Loader.o
OBJECTS += $(OBJDIR)/Log.o
OBJECTS += $(OBJDIR)/M_Instances.o
OBJECTS += $(OBJDIR)/NtpArray.o
OBJECTS += $(OBJDIR)/SIG_01.o
OBJECTS += $(OBJDIR)/SIG_02.o
OBJECTS += $(OBJDIR)/SIG_03.o
Expand Down Expand Up @@ -205,9 +203,6 @@ $(OBJDIR)/TestSteps.o: ../CppUTestSteps/TestSteps/src/TestSteps.cpp
$(OBJDIR)/TestStepsPlugin.o: ../CppUTestSteps/TestSteps/src/TestStepsPlugin.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
$(OBJDIR)/NtpArray.o: ../application/components/BAS/src/NtpArray.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
$(OBJDIR)/SwapBytes.o: ../application/components/BAS/src/SwapBytes.cpp
@echo "$(notdir $<)"
$(SILENT) $(CXX) $(ALL_CXXFLAGS) $(FORCE_INCLUDE) -o "$@" -MF "$(@:%.o=%.d)" -c "$<"
Expand Down

0 comments on commit 1954c2a

Please sign in to comment.