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
002dc803a1
JUCE
/
modules
/
juce_core
/
javascript
History
Download ZIP
Download TAR.GZ
jules
002dc803a1
Refactored the JSON parser to produce error messages which contain the line + column
2019-07-12 16:40:01 +01:00
..
juce_Javascript.cpp
Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added!
2019-05-15 11:02:03 +01:00
juce_Javascript.h
Add documentation tags
2018-03-15 12:10:32 +00:00
juce_JSON.cpp
Refactored the JSON parser to produce error messages which contain the line + column
2019-07-12 16:40:01 +01:00
juce_JSON.h
Fixed a few more places where doubles were not serialised to full accuracy
2019-02-11 14:44:19 +00:00