tpoole
|
1946712154
|
Projucer: Reorganised some source files so that we can compile with the malfunctioning link time optimisation of legacy 32 bit MinGW compilers
|
7 years ago |
tpoole
|
71bd8f6bed
|
Whitespace tidy up
|
7 years ago |
tpoole
|
21315abce4
|
Projucer: Added beta CLion exporter support
|
7 years ago |
ed
|
3544f30c90
|
Projucer: Fixed a deadlock that would occur when saving projects from the command line after adding the MessageManagerLock to Project::Item::loadAsImageFile()
|
7 years ago |
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
ed
|
b9ea65b0c1
|
Projucer: Fixed a couple of potential race conditions when saving a project
|
7 years ago |
ed
|
03917672a1
|
Projucer: Added an error message when trying to save a project with missing module dependencies and stopped the Projucer from opening projects with errors when clicking the save and open in IDE button
|
7 years ago |
hogliux
|
d9a4c06b73
|
Projucer: Add define guards to splash screen and app usage pre-processor defines
|
8 years ago |
hogliux
|
95aa44bbfc
|
Projucer: Make it simpler to uncomment config flags with no specified value in JUCE's AppConfig.h by including the "1" in the define
|
8 years ago |
hogliux
|
7673e4e0ad
|
Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone
|
8 years ago |
ed
|
90fbed7889
|
Projucer: Added an option when right-clicking on an exporter to save just the selected exporter
|
8 years ago |
ed
|
ff7cfb8824
|
Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode
|
8 years ago |
tpoole
|
359238f0ed
|
Fixed a Projucer crash when saving projects with no targets
|
8 years ago |
hogliux
|
9b7e944a54
|
Added a popup to the Projucer informing the user about the collection of analytics data
|
8 years ago |
jules
|
1820b41e77
|
Made the proxy module include files start with "include_" to distinguish them from the files they're including
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
7ed37f8600
|
Added the standard JUCE splash screen and app usage reporting
|
8 years ago |
tpoole
|
0b2257c53d
|
Added Rez files to JuceLibraryCode so that they are compiled when not browsable
|
8 years ago |
tpoole
|
2f5d4d65f7
|
Fixed a bug setting JUCE_STANDALONE_APPLICATION
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 years ago |
tpoole
|
8cd578b0c6
|
Added the ability to set a custom BinaryData namespace in the Projucer
|
8 years ago |
hogliux
|
a5e3b7ad1c
|
Added check and warning when entering only lowercase AU plugin identifier codes
|
8 years ago |
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
8 years ago |
ed
|
8e10f16eb8
|
Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes
|
8 years ago |
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
8 years ago |
jules
|
fad8d0526e
|
Projucer: improved the set of browsable files that are added to target projects for each module
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
jules
|
3aa3ebff91
|
Introjucer: Added option to avoid overwriting changes to local module files
|
9 years ago |
jules
|
f8c90cebe4
|
Introjucer: Improved error messages when module paths are invalid
|
9 years ago |
jules
|
4c6be5671e
|
Introjucer: if groups are sorted, then adding new files retains the sort order.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
dab1a549b9
|
Introjucer: some internal refactoring.
|
10 years ago |
jules
|
1c382e83fc
|
Whitespace.
|
10 years ago |
hogliux
|
123b70ec91
|
Add JUCE_STANDALONE_APPLICATION pre-processor macro
|
10 years ago |
jules
|
4ed044b93c
|
Introjucer: prevented copying hidden source-control sub-folders when module code is copied to the project folder.
|
10 years ago |
jules
|
d130a8e338
|
Introjucer: reporting of errors when resource files are missing when creating the binary data.
|
10 years ago |
jules
|
6bc4d7627f
|
Modified the ValueTree::Listener::valueTreeChildRemoved() and ValueTree::Listener::valueTreeChildOrderChanged() methods to include some extra parameters that give more detailed info about exactly what changed.
|
10 years ago |
jules
|
ee9531dd53
|
Introjucer: added a JUCE_DONT_DECLARE_PROJECTINFO guard flag around the auto-generated ProjectInfo namespace, in case you need to avoid declaring it for some reason.
|
10 years ago |
jules
|
c8bf8cd41e
|
Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions.
|
11 years ago |
jules
|
81435f8134
|
Made a few constant string arrays static to help compilers to optimise their initialisation.
|
11 years ago |
jules
|
a9aae9651b
|
Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules.
|
11 years ago |
jules
|
64391b7552
|
Introjucer: began refactoring some module-management code.
|
11 years ago |
jules
|
ec524a437d
|
Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h
|
11 years ago |
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
12 years ago |
jules
|
ddc1524742
|
Updated headers in demo project files.
|
12 years ago |
jules
|
cf9e7072ae
|
Introjucer: resource file size limit setting.
|
12 years ago |
jules
|
0358e95dc9
|
Introjucer: cleaned up some binarydata code.
|
12 years ago |
jules
|
69a08e3fb2
|
Removed some superfluous semicolons.
|
12 years ago |
jules
|
fdb31aff5c
|
Added Logger::getCurrentLogger method.
|
12 years ago |