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_core
reuk a5b74332c2
WebInputStream: Report all headers
Status codes are already filtered in curlHeaderCallback, so there's no
need to remove them again in parseHttpHeaders. Request headers will
never include a status, so there's no need to remove the status in that
case.
2023-08-17 20:21:49 +01:00
..
containers Doxygen: Fix some Doxygen issues 2023-07-17 18:24:01 +01:00
files Doxygen: Fix some Doxygen issues 2023-07-17 18:24:01 +01:00
javascript Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
logging Update copyright banners 2022-04-04 12:36:32 +01:00
maths approximatelyEqual: Add customisable tolerances for floating-point comparisons 2023-08-17 12:47:53 +00:00
memory Doxygen: Fix some Doxygen issues 2023-07-17 18:24:01 +01:00
misc Doxygen: Fix some Doxygen issues 2023-07-17 18:24:01 +01:00
native Warnings: Add missing field initialisers warning 2023-08-11 23:14:26 +01:00
network WebInputStream: Report all headers 2023-08-17 20:21:49 +01:00
streams Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
system Bump version number to 7.0.6 2023-08-03 10:58:48 +01:00
text Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
threads Thread: Fix an issue setting the priority of a realtime thread 2023-08-10 16:50:04 +00:00
time Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
unit_tests Global: Avoid floating-point equality checks where possible 2023-04-04 19:55:11 +01:00
xml Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
zip Update copyright banners 2022-04-04 12:36:32 +01:00
juce_core.cpp approximatelyEqual: Add customisable tolerances for floating-point comparisons 2023-08-17 12:47:53 +00:00
juce_core.h Bump version number to 7.0.6 2023-08-03 10:58:48 +01:00
juce_core.mm Update copyright banners 2022-04-04 12:36:32 +01:00