1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_data_structures/app_properties
2018-03-26 12:25:02 +01:00
..
juce_ApplicationProperties.cpp Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +00:00
juce_ApplicationProperties.h Add documentation tags 2018-03-15 12:10:32 +00:00
juce_PropertiesFile.cpp Simplified ByteOrder, and made it less susceptible to UB when reading from non-aligned addresses. Removed ambiguous method ByteOrder::littleEndianInt (c1, c2, c3, c4), which was probably producing the wrong behaviour on big-endian systems 2018-03-26 12:25:02 +01:00
juce_PropertiesFile.h Add documentation tags 2018-03-15 12:10:32 +00:00