2025-04-24 Fred Gleason <fredg@paravelsystems.com>

* Added a 'RDTimeArray' class for optimization and debugging.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2025-04-24 16:29:39 -04:00
parent c4b781ce8e
commit 79518592e4
6 changed files with 205 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#
# The lib/ QMake project file for Rivendell.
#
# (C) Copyright 2003-2022 Fred Gleason <fredg@paravelsystems.com>
# (C) Copyright 2003-2025 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
@@ -204,6 +204,7 @@ SOURCES += rdtableview.cpp
SOURCES += rdtempdirectory.cpp
SOURCES += rdtextfile.cpp
SOURCES += rdtextvalidator.cpp
SOURCES += rdtimearray.cpp
SOURCES += rdtimeedit.cpp
SOURCES += rdtimeengine.cpp
SOURCES += rdtimeprobe.cpp
@@ -399,6 +400,7 @@ HEADERS += rdtableview.h
HEADERS += rdtempdirectory.h
HEADERS += rdtextfile.h
HEADERS += rdtextvalidator.h
HEADERS += rdtimearray.h
HEADERS += rdtimeedit.h
HEADERS += rdtimeedit.h
HEADERS += rdtimeengine.h