Skip to content

Commit

Permalink
Moved some files to the loader/cache subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Dec 29, 2023
1 parent f207106 commit 9ea8a73
Show file tree
Hide file tree
Showing 13 changed files with 4,863 additions and 6,621 deletions.
11,458 changes: 4,849 additions & 6,609 deletions ide-projects/NetBeans12/nbproject/configurations.xml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/grandorgue/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ loader/GOFileStore.cpp
loader/GOLoaderFilename.cpp
loader/GOLoadThread.cpp
loader/GOLoadWorker.cpp
loader/cache/GOCache.cpp
loader/cache/GOCacheCleaner.cpp
loader/cache/GOCacheWriter.cpp
midi/dialog-creator/GOMidiDialogCreatorProxy.cpp
midi/ports/GOMidiInPort.cpp
midi/ports/GOMidiOutPort.cpp
Expand Down Expand Up @@ -202,9 +205,6 @@ yaml/GOSaveableToYaml.cpp
yaml/go-wx-yaml.cpp
GOAudioGauge.cpp
GOAudioRecorder.cpp
GOCache.cpp
GOCacheCleaner.cpp
GOCacheWriter.cpp
GOBitmapCache.cpp
GOEvent.cpp
GOLog.cpp
Expand Down
2 changes: 1 addition & 1 deletion src/grandorgue/GOFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include "gui/GOGUIPanel.h"
#include "gui/primitives/go_gui_utils.h"
#include "help/GOHelpRequestor.h"
#include "loader/cache/GOCacheCleaner.h"
#include "midi/GOMidi.h"
#include "midi/GOMidiEvent.h"
#include "sound/GOSound.h"
Expand All @@ -42,7 +43,6 @@

#include "GOApp.h"
#include "GOAudioGauge.h"
#include "GOCacheCleaner.h"
#include "GODocument.h"
#include "GOEvent.h"
#include "GOLogicalRect.h"
Expand Down
4 changes: 2 additions & 2 deletions src/grandorgue/GOOrganController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
#include "gui/GOGUISequencerPanel.h"
#include "loader/GOLoadThread.h"
#include "loader/GOLoaderFilename.h"
#include "loader/cache/GOCache.h"
#include "loader/cache/GOCacheWriter.h"
#include "midi/GOMidi.h"
#include "midi/GOMidiEvent.h"
#include "midi/GOMidiPlayer.h"
Expand All @@ -68,8 +70,6 @@

#include "GOAudioRecorder.h"
#include "GOBuffer.h"
#include "GOCache.h"
#include "GOCacheWriter.h"
#include "GODocument.h"
#include "GOEvent.h"
#include "GOHash.h"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions src/grandorgue/sound/GOSoundAudioSection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@

#include <wx/intl.h>

#include "loader/cache/GOCache.h"
#include "loader/cache/GOCacheWriter.h"

#include "GOAlloc.h"
#include "GOCache.h"
#include "GOCacheWriter.h"
#include "GOMemoryPool.h"
#include "GOSampleStatistic.h"
#include "GOSoundCompress.h"
Expand Down
5 changes: 3 additions & 2 deletions src/grandorgue/sound/GOSoundProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@

#include <wx/intl.h>

#include "GOCache.h"
#include "GOCacheWriter.h"
#include "loader/cache/GOCache.h"
#include "loader/cache/GOCacheWriter.h"

#include "GOMemoryPool.h"
#include "GOSampleStatistic.h"
#include "GOSoundAudioSection.h"
Expand Down
4 changes: 2 additions & 2 deletions src/grandorgue/sound/GOSoundReleaseAlignTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#include <stdlib.h>

#include "GOCache.h"
#include "GOCacheWriter.h"
#include "loader/cache/GOCache.h"
#include "loader/cache/GOCacheWriter.h"
#include "sound/GOSoundAudioSection.h"

#ifndef NDEBUG
Expand Down

0 comments on commit 9ea8a73

Please sign in to comment.