55 Commits (2ec861d99e3ead4053577ed382f1272000cb13a2)

Author SHA1 Message Date
  Tom Poole 2ec861d99e Update licensing banners to JUCE 7 3 years ago
  Tom Poole dea3fe60e4 Update copyright banners 3 years ago
  reuk 6d711a2312 Revert "Projucer: Check if IDE project file exists when saving" 3 years ago
  ed a71bda9adb Projucer: Check if IDE project file exists when saving 3 years ago
  ed 2707ea3ca0 Projucer: Add support for C++20 project language standard 4 years ago
  Tom Poole 8cc0d12fb3 Separate C and C++ recommended warning flags 3 years ago
  ed 9dc98fb1df Projucer: Replaced macOS and iOS SDK selector drop-downs with text fields 3 years ago
  Tom Poole 79fbde7099 Added preliminary support for FreeBSD 4 years ago
  reuk 8c9c3c3ca9
Projucer: Use exporter name, rather than build folder name, to locate pre-built libraries 4 years ago
  Tom Poole 336398893d Projucer: Deprecate the CLion exporter 4 years ago
  ed 2f098c16d0 Projucer: Fixed incorrect Xcode property in the CLion exporter 4 years ago
  ed d677fd6264 Projucer: Added PCH support for Xcode and Visual Studio exporters 4 years ago
  ed 6a9f9cd550 Projucer: Updated CLion and Linux Code::Blocks exporter code for optional webkit and gtk packages 4 years ago
  ed 3411ea56f5 Projucer: Fixed some over-escaping in the CLion exporter 4 years ago
  ed 009d685179 Updated all license headers 4 years ago
  ed b5214a341e Normalised lambda whitespace 5 years ago
  ed 3283f2224a Projucer: Added new start page window 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk ece5644a20 CMake: Add support for building JUCE projects with CMake 5 years ago
  reuk 327f817b9b Copyrights: Update commercial/gpl headers to be gpl-only 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  ed fdc9831e60 Projucer: Only add plug-in properties to plug-in projects 5 years ago
  ed a94610dfaf Projucer: Don't add Xcode resource files to exporters other than Xcode 5 years ago
  ed cb7e325d51 Fixed some variable shadowing warnings 6 years ago
  jules 0fb8c8e82a Added handy new function parseXMLIfTagMatches(), and refactored a lot of old code that was parsing XML in a more clunky way 6 years ago
  jules 2e2cfb5f6c Made a lot of the functions that used to return a raw XmlElement* instead return a std::unique_ptr<XmlElement> to make it safer and more concise to capture them. Also added new methods to XmlElement for generating text, and deprecated the old ones 6 years ago
  Tom Poole d11ef30e09 CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 6 years ago
  Tom Poole c91f872f9a CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 6 years ago
  Tom Poole 91ed59d117 Projucer: Fixed a bug exporting CLion projects 6 years ago
  Tom Poole 42301905e2 Projucer: Fixed a bug exporting CLion projects 6 years ago
  ed b2e2346745 Projucer: Add an option to specify per-file compiler flags 6 years ago
  Tom Poole 4d6921ff7d CLion: Added support for application icons 6 years ago
  Tom Poole 020f3aa512 CLion: Fixed a Rez error when building AU plug-ins 6 years ago
  ed 1f40a7b10e Projucer: Use the project line ending setting for auto-generated JUCE files and write the IDE project files using the native line endings 6 years ago
  ed c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 6 years ago
  ed ff263ecded Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path 6 years ago
  Tom Poole 635f52708b CLion: Fixed some capitalisation in a path 6 years ago
  Tom Poole c1af194af8 CLion: Fix a bug creating plug-in bundles on MacOS 6 years ago
  Tom Poole 5c49152d9d CLion: Launch the .app bundle from the Projucer on OSX to pass environment variables 6 years ago
  jules 1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 6 years ago
  ed 88071b29e6 Projucer: Added some missing #pragma once 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 7 years ago
  ed 32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 7 years ago
  ed 06773f18bb Projucer: Add C++17 flag to exporters that support it 7 years ago
  Tom Poole 1c037e07be CLion: Fixed a hardcoded cmake executable name 7 years ago
  ed 2d43125a95 Projucer: Cleaned up the exporter code 7 years ago
  ed b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago