| .. |
|
jucer_ProjectExport_AndroidAnt.h
|
Fixed bug in Android Ant exporter due to mixed up build settings.
|
2016-04-19 17:26:51 +01:00 |
|
jucer_ProjectExport_AndroidBase.h
|
Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid
|
2016-10-20 17:43:43 +01:00 |
|
jucer_ProjectExport_AndroidStudio.h
|
Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew"
|
2016-10-17 17:13:23 +01:00 |
|
jucer_ProjectExport_CodeBlocks.h
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
jucer_ProjectExport_Make.h
|
CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles
|
2016-12-19 15:34:49 +00:00 |
|
jucer_ProjectExport_MSVC.h
|
Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths
|
2016-12-16 10:17:24 +00:00 |
|
jucer_ProjectExport_XCode.h
|
Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files
|
2016-12-19 16:12:02 +00:00 |
|
jucer_ProjectExporter.cpp
|
Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid
|
2016-10-20 17:43:43 +01:00 |
|
jucer_ProjectExporter.h
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |
|
jucer_ProjectSaver.cpp
|
Add original four-char code as comment next to hex literal in AppConfig.h
|
2016-06-17 10:44:00 +01:00 |
|
jucer_ProjectSaver.h
|
Added the ability to set a custom BinaryData namespace in the Projucer
|
2016-12-06 10:11:39 +00:00 |
|
jucer_ResourceFile.cpp
|
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.
|
2016-04-06 18:31:24 +01:00 |
|
jucer_ResourceFile.h
|
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.
|
2016-04-06 18:31:24 +01:00 |
|
jucer_TextWithDefaultPropertyComponent.h
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
2016-09-16 12:03:02 +01:00 |