This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-11 23:54:18 +00:00
Code
Activity
4a3c45e7bd
JUCE
/
modules
/
juce_core
/
javascript
History
Download ZIP
Download TAR.GZ
jules
4317f60173
Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list.
2014-05-27 17:02:34 +01:00
..
juce_Javascript.cpp
Added some base class initialisers to keep gcc 4.8.2 happy
2014-04-27 14:04:32 +01:00
juce_Javascript.h
Whitespace cleanups.
2013-12-03 11:33:45 +00:00
juce_JSON.cpp
Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list.
2014-05-27 17:02:34 +01:00
juce_JSON.h
Added a JSON::fromString method.
2014-01-20 10:06:13 +00:00