Anthony Nicholls
|
36d07a6ce3
|
Docs: Replace doxygen preprocessor conditionals with @cond and @endconds
|
2025-07-21 18:11:43 +02:00 |
|
Anthony Nicholls
|
df6f3f8e28
|
Javascript: Move javascript implementation into a separate module
|
2024-11-07 09:53:10 +00:00 |
|
jules
|
6c5c461d73
|
New class: JavascriptEngine!
|
2013-10-16 12:49:12 +01:00 |
|
jules
|
1a2aff80a7
|
Moved some JSON formatting logic into DynamicObject::writeAsJSON
|
2013-10-12 11:39:34 +01:00 |
|
jules
|
97823b3085
|
Added a method JSON::parseQuotedString
|
2013-10-11 18:16:17 +01:00 |
|
jules
|
03ab2a2c3c
|
Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes)
|
2013-10-11 15:46:28 +01:00 |
|
jules
|
15424753c3
|
Added method JSON::escapeString
|
2013-09-18 11:05:43 +01:00 |
|
jules
|
435089e89b
|
Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs.
|
2013-09-11 10:29:48 +01:00 |
|
jules
|
2fccfccbc0
|
Misc performance tweaks.
|
2013-09-06 11:25:49 +01:00 |
|
jules
|
65c155e372
|
Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files.
|
2013-08-23 12:08:31 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
ed03b30c01
|
JSON parsing fix.
|
2013-04-24 12:00:09 +01:00 |
|
jules
|
dde56bab6a
|
Added a binary data type to the var class.
|
2013-04-09 12:11:06 +01:00 |
|
jules
|
c48aab2e9e
|
Added export flag to JSON class.
|
2013-03-08 09:26:03 +00:00 |
|
jules
|
bfd9350bed
|
Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode.
|
2013-02-24 15:49:06 +00:00 |
|
jules
|
bdd778332d
|
Removed some unused android code. Refactored some messaging code.
|
2012-03-25 20:09:57 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
Julian Storer
|
dce7cd9cd1
|
Added a unit-test, and removed constness from a couple more return types.
|
2011-09-13 15:09:21 +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 |
|