MuseScore/src/framework/global
Roman Pudashkin 7c017f04da optimization: removed sleep causing a massive slowdown in audio processing
(to prevent spurious wakeups we already pass the condition to m_newTaskAvailableCv.wait as an argument)
2023-08-16 21:32:10 +03:00
..
async moved logger, profiler and async to global 2022-05-24 10:50:56 +03:00
concurrency optimization: removed sleep causing a massive slowdown in audio processing 2023-08-16 21:32:10 +03:00
deprecated fixed use some types 2022-08-03 18:49:21 +02:00
internal removed from INJECT macro 2023-05-19 09:54:16 +03:00
io added constructors to bytearray and buffer 2023-07-12 14:21:19 +03:00
modularity Added new line between library and project includes 2023-08-10 14:28:42 +03:00
serialization Added new line between library and project includes 2023-08-10 14:28:42 +03:00
tests write logs related to audio plugins registration to a separate file (to avoid creating a lot of log files) 2023-07-04 19:22:54 +03:00
thirdparty added active debug macro to log 2023-07-15 10:52:46 +03:00
types [engraving] fixed Accidental code style 2023-07-26 10:40:12 +03:00
allocator.cpp fixed OBJECT_ALLOCATOR macro 2023-05-03 22:08:01 +03:00
allocator.h fixed OBJECT_ALLOCATOR macro 2023-05-03 22:08:01 +03:00
CMakeLists.txt CMake: improvements to GetPlatformInfo and GetCompilerInfo 2023-05-25 21:50:09 +03:00
containers.h make sure we can register two plugins with the same resourceId but with different location 2023-07-04 19:22:54 +03:00
dataformatter.cpp Fix MSVC compiler warning 2023-08-09 14:31:41 +02:00
dataformatter.h Add other columns in scores list view 2023-08-03 23:01:08 +02:00
defer.h Refactor working with recent files 2023-06-15 12:41:41 +02:00
dlib.h Fix MSVC/MinGW compiler warnings 2023-01-09 17:01:55 +02:00
globalmodule.cpp added colorization for messages from Qt 2023-07-10 22:29:36 +03:00
globalmodule.h Fixed applying -d command 2023-05-31 12:02:33 +03:00
globaltypes.h Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
iapplication.h renamed imoduleexport to imoduleinterface 2023-05-19 18:18:58 +03:00
icryptographichash.h renamed imoduleexport to imoduleinterface 2023-05-19 18:18:58 +03:00
iglobalconfiguration.h renamed imoduleexport to imoduleinterface 2023-05-19 18:18:58 +03:00
iinteractive.h renamed imoduleexport to imoduleinterface 2023-05-19 18:18:58 +03:00
iprocess.h renamed imoduleexport to imoduleinterface 2023-05-19 18:18:58 +03:00
log.h fixed DO_ASSERT macro 2023-04-27 13:28:54 +03:00
logremover.cpp write logs related to audio plugins registration to a separate file (to avoid creating a lot of log files) 2023-07-04 19:22:54 +03:00
logremover.h [engraving] removed Qt dependicies. Step 5 2022-07-01 00:00:07 +03:00
logstream.h Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
muversion.cpp Fixed error: In the GNU C Library, "major" is defined by <sys/types.h> 2023-03-13 13:22:28 +02:00
muversion.h removed config.h 2023-02-14 15:51:40 +02:00
progress.h framework::Progress: cleaner way of canceling 2023-06-21 14:14:03 +02:00
ptrutils.h Fix namespace code style 2021-07-07 15:12:16 +02:00
realfn.h [diagnostics] added draw data diff comands 2023-01-24 10:55:53 +02:00
runtime.cpp Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
runtime.h Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
settings.cpp Merge pull request #15905 from iwoithe/fix-11440-more-user-friendly-advanced-settings-descriptions 2023-03-15 16:31:12 +02:00
settings.h removed from INJECT macro 2023-05-19 09:54:16 +03:00
stringutils.cpp [diagnostics] added convert drawdata to image 2023-01-13 15:17:31 +02:00
stringutils.h [diagnostics] added convert drawdata to image 2023-01-13 15:17:31 +02:00
timer.h Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
translation.cpp A little cleaning 2022-07-21 22:01:49 +02:00
translation.h A little cleaning 2022-07-21 22:01:49 +02:00
utils.cpp Accidentals for tunning string fix (gp import) 2023-06-12 11:51:02 +02:00
utils.h Accidentals for tunning string fix (gp import) 2023-06-12 11:51:02 +02:00