1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

37 commits

Author SHA1 Message Date
hogliux
c2991f77c2 Re-saved all projects 2017-05-30 16:32:47 +01:00
hogliux
2ff6de2a94 Linux: re-saved all projects to update broken linux Makefiles (see previous commit) 2017-05-09 13:00:00 +01:00
hogliux
884afa3a0d Re-saved all projects 2017-04-27 14:43:06 +01:00
tpoole
ab4f269c60 Removed brackets from build target names and resaved all projects 2017-02-22 17:28:55 +00:00
hogliux
167125afb9 Re-saved all projects 2017-02-01 17:18:08 +00:00
tpoole
96ea4655a7 Resaved all projects 2017-01-16 15:00:00 +00:00
hogliux
c9aca28d00 Add pkg-config support for linux 2016-07-07 10:37:58 +01:00
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00
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. 2016-04-06 18:31:24 +01:00
jules
d917606ad8 Resaved project files. 2015-06-29 16:20:50 +01:00
jules
d9f88e763e Resaved the binarybuilder project files. 2015-05-05 17:32:36 +01:00
hogliux
fcb8735dfc Re-save all Introjucer projects with newest introjucer version 2015-04-20 15:49:43 +01:00
jules
0e591abe0f Introjucer: Stripped a couple of defunct values out of the generated linux makefiles. 2015-03-24 14:42:23 +00:00
jules
a382bfc008 Resaved project files 2014-10-14 17:53:46 +01:00
jules
633ff931d6 Introjucer: made sure the linux makefiles don't do crazy things when given mis-typed config names. 2014-01-13 11:00:52 +00:00
jules
eee868ae02 Introjucer: projects now include a JUCE_APP_VERSION macro containing the version number. 2014-01-04 18:26:03 +00:00
jules
b9636ce02b Introjucer: when exporting, added the modules folders to the include path. 2013-10-01 20:14:37 +01:00
jules
68227e8b29 Introjucer: Fixed an ordering problem in linux makefile generation. 2013-07-28 18:42:59 +01:00
jules
a82ab2fd8e Introjucer: made linux exporter use same flags for C files 2013-06-07 21:23:11 +01:00
jules
c8fe9cab4b Rebuilt projects 2013-04-28 17:09:09 +01:00
jules
5ee84916a3 Introjucer: per-config linux makefile architecture setting. 2013-04-22 10:42:39 +01:00
jules
5428554cda Added a flag to disable bypass in RTAS. 2012-09-17 13:18:11 +01:00
jules
1089e3df86 Introjucer: Added "LinuxLibs" field to modules, for specifying module-specific libs. 2012-05-31 08:21:34 +01:00
jules
79381ced5d Removed GLU from the list of default libraries. 2012-04-27 09:00:07 +01:00
jules
9c719306c9 Added -ldl to linux builds. Tidied up a few warnings. 2012-02-28 19:51:22 +00:00
jules
7241a03860 Introjucer: Added a library paths settings for all platforms. 2012-02-12 16:25:41 +00:00
jules
4773b388ef AttributedString class and advanced text layout (stage 1) 2011-11-21 20:03:39 +00:00
Julian Storer
693132a6e5 Changed the way module code is wrapped by the Introjucer. 2011-08-15 19:40:50 +01:00
Julian Storer
b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 2011-08-12 10:04:52 +01:00
Julian Storer
44ece5a54a Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings. 2010-10-15 16:26:58 +01:00
Julian Storer
4521e6ea84 Small fixes for Jucer makefiles. 2010-06-01 18:32:33 +01:00
Julian Storer
8ff6737261 Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development. 2010-05-21 22:29:31 +01:00
Julian Storer
64905b472f Jucer improvements to cope with multiple juce paths. 2010-05-17 19:24:35 +01:00
Julian Storer
a612dfdc2f String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development. 2010-04-17 16:22:18 +01:00
Julian Storer
6b79430341 Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 2010-02-21 19:04:41 +00:00
Julian Storer
e4801068ad Updates to jucer-generated projects. 2010-02-16 12:19:31 +00:00
Julian Storer
07623e9fa3 Converted the BinaryBuilder projects to be auto-generated by the Jucer. 2010-02-08 20:12:07 +00:00