5 Commits

Author SHA1 Message Date
Jonathan Thomas
94ff22ad1d Upgrading to JUCE 7.0.10, which includes fixes to Timers (which were breaking on win32) 2024-12-08 15:43:42 -06:00
Jonathan Thomas
92141fd2b3 Upgrading to JUCE 7.0.8 2024-12-08 11:52:40 -06:00
FeRD (Frank Dana)
5d9e573973 Add juce_dsp module
- Also requires building for C++14.
2021-06-26 05:54:50 -04:00
Frank Dana
12ddb3df00 Upgrade JUCE to 5.4.7 (#88)
* Update to JUCE 5.4.7
* Update our header copies in include/
* Update CMake banner message
* Gitlab builder updates
- linux => linux-bionic
- Newer macOS SDK
- cmake commands for configure/build/install steps on Win/Mac
  (Linux cmake is too old)
2020-09-11 08:10:25 -04:00
FeRD (Frank Dana)
f0b462b152 Generate JUCE headers from templates
The header files JuceLibraryCode/*.h are no longer used. Instead there
are templates in include/, which CMake will use to generate headers in
CMAKE_CURRENT_BINARY_DIR/include/ at build time.
* include/JuceHeader.h.in
- variables in namespace ProjectInfo are populated with data from
  the corresponding CMake variables
* include/AppConfig.h.in
- No changes currently, CMake will simply copy this file to AppConfig.h
2019-07-07 19:13:04 -04:00