Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
3 years ago |
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
3 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 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
|
ee89aa8898
|
Projucer: Removed some unused variables from ResourceFile
|
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
|
3e75fce282
|
Projucer: Removed noexcept specifier from BinaryData methods for VS2013 compatibility
|
7 years ago |
ed
|
dd7d3c41d0
|
Projucer: Cleaned up the generated BinaryData code and added a BinaryData::originalFilenames array
|
7 years ago |
ed
|
c0c709f10b
|
Projucer: More code cleanup
|
7 years ago |
hogliux
|
54029e776d
|
Projucer: Re-factored source code groups and general code clean-up
|
7 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 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
|
8e9ed0d0a9
|
Introjucer: more refactoring
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
d130a8e338
|
Introjucer: reporting of errors when resource files are missing when creating the binary data.
|
10 years ago |
jules
|
6a89a440b5
|
Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types.
|
10 years ago |
jules
|
45b49f84d1
|
Introjucer: moved the definition of a BinaryData constant into the header file.
|
11 years ago |
jules
|
9bba8bae5e
|
Introjucer: added a header-guard to the binarydata files that are generated
|
11 years ago |
jules
|
342684a4c2
|
Introjucer: extended the binary data format to include a list of the filenames of all the resources.
|
11 years ago |
jules
|
9113a7d6ab
|
Introjucer: internal refactoring work.
|
11 years ago |
jules
|
463325c0c6
|
Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths.
|
11 years ago |
jules
|
53ae95b730
|
Introjucer: fix for a situation where project groups could get duplicate IDs.
|
11 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
|
fdb31aff5c
|
Added Logger::getCurrentLogger method.
|
12 years ago |
jules
|
828d6f8e18
|
Introjucer: when saving very large amounts of binary data, it now splits it across multiple cpp files
|
12 years ago |
jules
|
46f1c15f92
|
Introjucer: fix for binary data with duplicate filenames.
|
12 years ago |
jules
|
d5ddbc88bd
|
Introjucer: cosmetic changes.
|
12 years ago |
jules
|
af3bab799f
|
Introjucer: fine-tuned some command behaviours.
|
12 years ago |
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
12 years ago |
jules
|
1fd27d7ed6
|
Introjucer: fix for binary data file generation when no images are present.
|
13 years ago |
jules
|
4df0ea72c9
|
Introjucer: fix for binary resource file generation.
|
13 years ago |
jules
|
c782b5cc02
|
Introjucer: removed image code from BinaryData classes without any images. Rebuilt some project files.
|
13 years ago |
jules
|
1f95f54089
|
Purged some warnings.
|
13 years ago |
jules
|
182473e8a7
|
Better binary string literal generation in the introjucer.
|
13 years ago |
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
13 years ago |
Julian Storer
|
f04875879e
|
Introjucer work. Improved command line tokenisation in OSX.
|
13 years ago |
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..
|
13 years ago |
Julian Storer
|
98ba259599
|
Minor introjucer clean-ups.
|
14 years ago |
Julian Storer
|
f04309f44a
|
Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers.
|
14 years ago |
Julian Storer
|
f73d602b45
|
64-bit VST tweaks. Removed leak warnings for messages.
|
14 years ago |
Julian Storer
|
82e8d68a5d
|
Renamed the experimental jucer as the Introjucer.
|
14 years ago |
Julian Storer
|
a9c2f2c69e
|
ActiveX browser plugin fix. File extension changes in the new jucer.
|
14 years ago |
Julian Storer
|
ca5fbd17f0
|
More Jucer reorganisation
|
15 years ago |
Julian Storer
|
b46e94cffd
|
New class StringPool. Removed the class var::identifier from its parent class, and renamed it "Identifier" - I've left a typedef in var to allow old code to still work, but I'll remove this at some point, so please switch to using the new classname directly. Jucer development.
|
15 years ago |