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-13 00:04:19 +00:00
Code
Activity
a07f07dda3
JUCE
/
modules
/
juce_data_structures
/
values
History
Download ZIP
Download TAR.GZ
jules
b69b7c7647
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
2012-02-24 17:15:58 +00:00
..
juce_Value.cpp
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
juce_Value.h
Created c++11 move constructors and operator= methods for a bunch of classes (only enabled for c++11 compilers, of course)
2011-08-21 21:20:28 +01:00
juce_ValueTree.cpp
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
2012-02-24 17:15:58 +00:00
juce_ValueTree.h
Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe.
2012-02-24 17:15:58 +00:00