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

49 commits

Author SHA1 Message Date
ed
b3ad34fa80 Added Builds/Android/app/.cxx directory to .gitignore to squash some noise when building Android projects in tree 2020-02-27 14:46:04 +00:00
Tom Poole
2501abb4da Added some Xcode build intermediates paths to .gitignore 2019-05-21 10:45:24 +01:00
ed
579b418fca Made the .gitignore a bit more futureproof 2019-04-15 14:26:58 +01:00
ed
b710243c47 Ignore .xcscheme files 2019-02-19 11:57:37 +00:00
jules
36ff414d4e Updated .gitignore to hide some new Xcode spam files 2018-04-03 16:20:01 +01:00
jules
171020b1e4 Added some android intermediate files to the .gitignore 2018-02-12 15:20:35 +00:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
jules
afada01e41 Added some autotools folders to the .gitignore 2017-08-16 12:19:09 +01:00
jules
dfcc6780dd Added a path to .gitignore 2017-06-05 16:54:32 +01:00
tpoole
82565a0c96 Removed the VS2010 and VS2012 exporters from the examples and extra JUCE projects and added a VS2017 exporter 2017-03-22 12:51:29 +00:00
tpoole
31c80db5a2 Updated .gitignore with the new Visual Studio build products path 2017-02-17 15:23:50 +00:00
hogliux
eb944840f9 Added local.properties to .gitignore so that user's SDK paths don't pollute git 2017-02-09 18:13:57 +00:00
hogliux
28dccb31bb Removed old Android exporters from examples and updated .gitignore to reflect new Android build folder structure 2017-02-01 17:18:07 +00:00
ed
76b3689a48 Added BLOCKS module 2016-11-01 17:17:33 +00:00
jules
2be34b312a Added some linux build files to the .gitignore 2016-06-23 14:15:45 +01:00
Timur Doumler
94817734a6 Added *.xcscmblueprint to gitignore (a type of file generated by Xcode). 2016-06-08 15:20:14 +01:00
Timur Doumler
c08375a5ab added *.VC.db to .gitignore to ignore some files generated by Visual Studio as of 2015 Update 2. 2016-04-12 11:42:11 +01:00
Timur Doumler
b6261b9702 .gitignore: added JUCECompileEngine.dylib to ignored files in case it is located at the default recommended location. 2016-04-11 11:34:51 +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
1107638f1e Updated .gitignore and fixed an Android version problem 2015-11-03 16:03:50 +00:00
jules
7e2860eafa Updated .gitignore and avoided a warning in VS2013 2015-09-01 16:44:37 +01:00
Timur Doumler
518bb53260 Added Visual Studio 2015 build products to .gitignore. 2015-08-13 09:48:43 +01:00
Timur Doumler
f35fc2e22a Added facility to generate the API reference of JUCE as offline HTML using Doxygen. 2015-08-10 15:32:28 +01:00
jules
91174c13e6 Updated .gitignore to ignore opensdf files. 2014-12-16 16:01:23 +00:00
jules
fb5c296a5b Merge remote-tracking branch 'gh/master' into develop
Conflicts:
	.gitignore
2014-11-08 13:38:09 +00:00
jules
a32b737a8f Simplified the .gitignore file 2014-11-08 13:36:33 +00:00
jules
efb30265da More cleanups 2014-11-04 15:59:20 +00:00
jules
15298a4341 Updated gitignore 2014-11-04 14:48:45 +00:00
jules
dc7b025cf9 Updated .gitignore 2014-05-10 16:17:37 +01:00
jules
a54e4ac576 Update .gitignore and some comments. 2013-11-18 14:58:29 +00:00
jules
a4e611222d Various build housekeeping. 2013-11-12 10:28:29 +00:00
jules
30f02c4cfd Updated .gitignore 2013-03-31 23:34:30 +01:00
jules
ea3f57e58b Updated .gitignore 2012-09-24 20:09:45 +01:00
jules
68644ef214 Update to .gitignore 2012-09-08 09:04:27 +01:00
jules
03c2c0e1d7 Updated .gitignore 2012-08-29 21:53:14 +01:00
jules
d4ae8f3d55 Minor optimisations. New method OwnedArray::insertArray(). Changed some CodeDocument inner class constructors to use references rather than pointers. 2012-07-23 07:54:23 +01:00
jules
d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 2012-02-20 17:21:49 +00:00
jules
a7fe393362 Added some xcode 4 files to the .gitignore 2011-11-23 15:02:47 +00: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
ed97872c1a Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead) 2010-05-14 15:18:44 +01:00
Julian Storer
1f38660d94 Added mac NSException catching and tidied up some warnings. 2009-12-11 17:54:58 +00:00
Julian Storer
3d3c8ff957 updated the amalgamated files 2009-11-20 19:24:21 +00:00
Julian Storer
e53a0efb56 Fix for some audio plugin window focus issues. Changed the Jucer to use a CodeEditorComponent for its preview panel. 2009-11-09 11:50:21 +00:00
Julian Storer
5b7f6f0f23 Minor fix for the linux build, and small fix for TreeView dragging logic 2009-10-27 17:04:51 +00:00
Julian Storer
fe5eaa5f19 updated some of the mac pre-built apps. 2009-09-09 18:43:00 +01:00
Julian Storer
7dfc764bf0 Initial check-in of a new WASAPI audio device wrapper (not properly tested yet!), and tidied up all the audio device type creation functions to make it easier to cope with all these different device types. Added a couple of config entries to enable WASAPI and DSound, so a windows build can use any combination of device APIs. Also replaced the string-to-double conversion code with a custom function to avoid localisation problems with commas and full-stops. 2009-09-09 17:35:23 +01:00
Julian Storer
ddf22bd416 removed fixed channel limit from CoreAudio, and improved channel name detection; updated juce demo plugin project to cope with XCode 3.2; fixed a mac shutdown problem 2009-08-31 11:28:07 +01:00
Julian Storer
02320b70a8 Updated .gitignore 2009-08-27 20:07:12 +01:00
Julian Storer
000a4a62fa Just moved the repository from SVN to GIT! 2009-08-27 16:03:34 +01:00