1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/extras/Projucer/Source/Project
reuk 474e6d73a4
Projucer: Fix potential order-of-destruction bug in AvailableModulesList
When the AvailableModulesList is destroyed, it will wait for the current
module scanning job (running on a background thread) to complete. This
job will try to take the AvailableModulesList::lock when it completes,
so the lock must outlive the background thread.
2021-12-01 15:44:07 +00:00
..
Modules Projucer: Fix potential order-of-destruction bug in AvailableModulesList 2021-12-01 15:44:07 +00:00
UI Projucer: Only resave project if necessary 2021-11-25 11:42:40 +00:00
jucer_Project.cpp Projucer: Require a resave whenever any ValueTree property changes 2021-11-25 11:42:39 +00:00
jucer_Project.h Projucer: Fix temporary project save/open in Xcode on Monterey 2021-11-01 10:04:35 +00:00