Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
955948d
Fix spelling of ASIO in CMakeLists.txt
ferdnyc May 5, 2018
ab03f31
Merge branch 'develop' into asio-spelling
ferdnyc Sep 24, 2018
fbfac78
Merge pull request #36 from OpenShot/master
jonoomph Mar 21, 2019
6b33856
Regenerate Juce from 5.4.3
ferdnyc Mar 29, 2019
dfa4d65
Don't pollute global namespace with std
ferdnyc Mar 29, 2019
71a032d
Update build configs for new Juce
ferdnyc Mar 29, 2019
64d9cc9
Detect Freetype with standard cmake module
ferdnyc Mar 29, 2019
f35dfd4
Fix globbing to pick up Juce sources
ferdnyc Mar 29, 2019
3f409cc
Use cmake detection for zlib (unbundled)
ferdnyc Mar 29, 2019
f8dcc44
Use cmake FindALSA module to detect asound
ferdnyc Mar 29, 2019
7cdd88f
Re-parent Juce header install path
ferdnyc Mar 29, 2019
b6e5337
Fix isfinite() for ruby bindings
ferdnyc Mar 29, 2019
c43849c
Install AppConfig.h as well
ferdnyc Mar 29, 2019
a01262e
Enable C++11 support, for Juce 5
ferdnyc Mar 29, 2019
de66645
C++11 for the test program, too
ferdnyc Mar 29, 2019
2428a35
Merge pull request #37 from ferdnyc/juce5
jonoomph Mar 29, 2019
e5c5878
Adding c++11 for Linux builds as well (and doing tweaking some format…
jonoomph Mar 29, 2019
2543574
Correctly including and linking ZLIB for Mac and Windows
jonoomph Mar 29, 2019
95dbc87
Merge branch 'develop' into asio-spelling
ferdnyc Mar 30, 2019
10835cb
Experimental attempt to ignore MacType.h Point class
jonoomph Mar 30, 2019
29b42e6
Init COM on thread (WASAPI won't work with libopenshot-audio without …
jonoomph Mar 30, 2019
83ce9e1
Enabling JUCE_WASAPI_EXCLUSIVE
jonoomph Mar 30, 2019
7eb42e5
Output error during initialise() in openshot-audio-test-sound program
jonoomph Apr 4, 2019
7fef90d
Reorder x64 windows build before x86 build
jonoomph Apr 4, 2019
366440d
Merge pull request #39 from OpenShot/juce5
jonoomph Apr 4, 2019
971e253
Updating travis ci dist to xenial (instead of trusty). Trusty does no…
jonoomph Apr 5, 2019
7e98e5c
Requiring sudo for Travis ci
jonoomph Apr 5, 2019
63dbdc0
Merge pull request #40 from OpenShot/new-travis-dist
jonoomph Apr 5, 2019
76794f6
Use updated, improved UseDoxygen.cmake
ferdnyc Apr 4, 2019
9da71f5
Modernize project for CMake 3.1+
ferdnyc Apr 5, 2019
9721e5f
Merge pull request #42 from ferdnyc/cmake-version
jonoomph Apr 5, 2019
cdc29e4
Requiring sudo for Travis ci
jonoomph Apr 5, 2019
7001b68
Merge pull request #43 from OpenShot/fix-cmake3-syntax
jonoomph Apr 5, 2019
70ba9fc
Remove graphical dependencies
ferdnyc Apr 9, 2019
d82cf43
Merge branch 'develop' into asio-spelling
ferdnyc Apr 9, 2019
ff0c88e
Remove X11 and freetype libs from Travis build
ferdnyc Apr 9, 2019
c2891b6
Restore missing blank line
ferdnyc Apr 9, 2019
e32e029
Merge pull request #44 from ferdnyc/noX11
jonoomph Apr 16, 2019
9a1a609
Merge pull request #29 from ferdnyc/asio-spelling
jonoomph Apr 17, 2019
76986d4
Travis CI: Also run `make install`
ferdnyc Apr 18, 2019
77edb1f
Merge pull request #46 from ferdnyc/patch-1
jonoomph May 2, 2019
6a2c5e6
Define version info in CMakeLists.txt
ferdnyc Jun 19, 2019
8c03300
Remove documentation install logic
ferdnyc Jun 19, 2019
54ac99b
Merge pull request #50 from ferdnyc/cmake-owns-version
jonoomph Jun 21, 2019
9b27899
Merge pull request #51 from OpenShot/cmake-owns-version
jonoomph Jun 21, 2019
1844e5a
Fix Win32 library install
ferdnyc Jun 27, 2019
5577587
Win32: Update DONT_AUTOLINK define name
ferdnyc Jun 27, 2019
78be6f4
Doxyfile.in: Upgrade with doxygen -u
ferdnyc Jun 30, 2019
2966e43
Doxyfile.in: Update configs from JUCE distribution
ferdnyc Jun 30, 2019
aab360c
Doxygen: Update formatting from JUCE configs
ferdnyc Jul 1, 2019
acb3b0e
Doygen: Include doc/*.md in docs
ferdnyc Jun 13, 2019
1438ace
Fix some bugs in UseDoxygen.cmake
ferdnyc Jun 13, 2019
531e0cd
Don't remove juce namespace
ferdnyc Jul 1, 2019
604961e
INSTALL.md: Clean up formatting for doxygen
ferdnyc Jul 1, 2019
3f96c16
A few more Doxygen tweaks
ferdnyc Jul 1, 2019
e7146c9
Merge pull request #52 from ferdnyc/fix-win32-install
jonoomph Jul 1, 2019
46925d9
Merge pull request #53 from ferdnyc/patch-2
jonoomph Jul 1, 2019
64350f3
Check targets exist b4 setting depends
ferdnyc Jul 1, 2019
206c52d
Turn off Doxygen warnings
ferdnyc Jul 1, 2019
e86f12b
Merge pull request #54 from ferdnyc/juce-doc-script
jonoomph Jul 2, 2019
9235689
Fix Python3 discovery, add docs install
ferdnyc Jul 4, 2019
7939e15
Merge pull request #56 from ferdnyc/docs-build-and-install
jonoomph Jul 4, 2019
95afd92
Exclude all build* files/directories @ root level
ferdnyc Jul 6, 2019
0c86a6d
Move doc install to DOCDIR/API
ferdnyc Jul 7, 2019
f0b462b
Generate JUCE headers from templates
ferdnyc Jul 7, 2019
b6f0507
Add ugly workaround for PROJECT_VERSION_HEX
ferdnyc Jul 7, 2019
36917e4
Clean up hardcoded hex version slightly
ferdnyc Jul 7, 2019
8b84173
Travis: add MacOS build
ferdnyc Jul 8, 2019
de5ccae
Changing makefile type to MSYS Makefile
jonoomph Jul 16, 2019
534e81d
Adding make arg
jonoomph Jul 16, 2019
574877b
Merge pull request #62 from OpenShot/msys2-update
jonoomph Jul 16, 2019
456569b
Travis: OS X updates
ferdnyc Jul 19, 2019
49ac102
Enable verbose logging
jonoomph Jul 25, 2019
434676b
Enable verbose logging, enabling 32-bit builds of libopenshot-audio f…
jonoomph Jul 25, 2019
82c0b97
Merge pull request #64 from OpenShot/msys2-update
jonoomph Jul 25, 2019
d1c09f8
Fixing order of windows link commands (hopefully). Kernel32.dll must …
jonoomph Jul 26, 2019
78fa8b9
Merge pull request #65 from OpenShot/fix-kernel32-winmm-link-issue
jonoomph Jul 26, 2019
12d2a07
Prune Win32 link libraries
ferdnyc Jul 26, 2019
474aef1
Drop extra win32 libs, update comments
ferdnyc Jul 26, 2019
5e638c3
Merge pull request #66 from ferdnyc/prune-win32-libs
jonoomph Jul 26, 2019
5b6e357
Merge pull request #61 from ferdnyc/osx-travis
jonoomph Jul 29, 2019
5fd6a94
Merge pull request #58 from ferdnyc/ignore-builddirs
jonoomph Jul 29, 2019
1a16abf
Merge pull request #59 from ferdnyc/doc-install-dir
jonoomph Jul 29, 2019
daa2f22
Merge pull request #60 from ferdnyc/generated-JuceHeader
jonoomph Jul 29, 2019
cf98ce6
Merge pull request #67 from OpenShot/generated-JuceHeader
jonoomph Jul 29, 2019
0f2c251
Main.cpp: Remove unused variable
ferdnyc Jul 30, 2019
8482dcb
Travis: build with "-Wall -Wpedantic" flags
ferdnyc Jul 30, 2019
f17a7ed
Merge pull request #69 from ferdnyc/build-the-Wall
ferdnyc Jul 30, 2019
17dd86e
Travis: Add Ubuntu Bionic (18.04) build
ferdnyc Sep 15, 2019
da57427
Update build messages for documentation
ferdnyc Sep 16, 2019
eee055d
ZLIB: Use IMPORTED target for linking
ferdnyc Oct 21, 2019
349681e
ALSA: Use or create IMPORTED library target
ferdnyc Oct 21, 2019
c19a1da
Merge pull request #70 from ferdnyc/travis-bionic
ferdnyc Oct 21, 2019
33e66c7
Use IMPORTED target for Thread library
ferdnyc Oct 22, 2019
d79bf91
Merge pull request #71 from ferdnyc/doc-message
jonoomph Oct 22, 2019
eef0eb9
Merge pull request #76 from ferdnyc/thread-target
jonoomph Oct 22, 2019
36e1d55
Merge pull request #74 from ferdnyc/zlib-target
jonoomph Oct 22, 2019
9d77e39
Merge branch 'develop' into alsa-target
ferdnyc Oct 23, 2019
0eb5fb4
Merge pull request #75 from ferdnyc/alsa-target
ferdnyc Oct 24, 2019
006fd01
Travis: Remove unused packages
ferdnyc Nov 11, 2019
c72a9ea
Merge pull request #78 from ferdnyc/travis-depends
ferdnyc Nov 11, 2019
f264bc8
Apply JUCE input device fix
ferdnyc Nov 14, 2019
12a1529
Merge pull request #79 from OpenShot/input-device-fix
ferdnyc Nov 14, 2019
12eb1c1
Bump version to 0.1.9 (SO 7)
jonoomph Jan 5, 2020
ffd3043
Bumping HEX_VERSION_OVERRIDE also (forgot this)
jonoomph Jan 7, 2020
d4b8aa4
Improved way to generate git logs from the current commit to the prev…
jonoomph Jan 9, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enabling JUCE_WASAPI_EXCLUSIVE
  • Loading branch information
jonoomph committed Mar 30, 2019
commit 83ce9e1ca1fef838d891370c4b8ba3fa64fbe80c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
Enables WASAPI audio devices in exclusive mode (Windows Vista and above).
*/
#ifndef JUCE_WASAPI_EXCLUSIVE
#define JUCE_WASAPI_EXCLUSIVE 0
#define JUCE_WASAPI_EXCLUSIVE 1
#endif


Expand Down