mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-28 09:47:31 +02:00
Update copyright notice
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
|
||||||
@ -47,7 +47,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
|
|||||||
add_compile_options(-Wnoexcept)
|
add_compile_options(-Wnoexcept)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.7 AND
|
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.7 AND
|
||||||
CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
|
CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
|
||||||
# avoid false positive with GCC 4.7
|
# avoid false positive with GCC 4.7
|
||||||
add_compile_options(-Wno-maybe-uninitialized)
|
add_compile_options(-Wno-maybe-uninitialized)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(DynamicJsonBufferTests
|
add_executable(DynamicJsonBufferTests
|
||||||
alloc.cpp
|
alloc.cpp
|
||||||
createArray.cpp
|
createArray.cpp
|
||||||
createObject.cpp
|
createObject.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(IntegrationTests
|
add_executable(IntegrationTests
|
||||||
gbathree.cpp
|
gbathree.cpp
|
||||||
round_trip.cpp
|
round_trip.cpp
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(JsonArrayTests
|
add_executable(JsonArrayTests
|
||||||
add.cpp
|
add.cpp
|
||||||
basics.cpp
|
basics.cpp
|
||||||
copyFrom.cpp
|
copyFrom.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(JsonBufferTests
|
add_executable(JsonBufferTests
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(JsonObjectTests
|
add_executable(JsonObjectTests
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(JsonVariantTests
|
add_executable(JsonVariantTests
|
||||||
as.cpp
|
as.cpp
|
||||||
compare.cpp
|
compare.cpp
|
||||||
copy.cpp
|
copy.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(JsonWriterTests
|
add_executable(JsonWriterTests
|
||||||
writeFloat.cpp
|
writeFloat.cpp
|
||||||
writeString.cpp
|
writeString.cpp
|
||||||
)
|
)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <catch.hpp>
|
#include <catch.hpp>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <catch.hpp>
|
#include <catch.hpp>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(MiscTests
|
add_executable(MiscTests
|
||||||
empty.cpp
|
empty.cpp
|
||||||
deprecated.cpp
|
deprecated.cpp
|
||||||
FloatParts.cpp
|
FloatParts.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson/Serialization/FloatParts.hpp>
|
#include <ArduinoJson/Serialization/FloatParts.hpp>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#define ARDUINOJSON_ENABLE_DEPRECATED 1
|
#define ARDUINOJSON_ENABLE_DEPRECATED 1
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
// catch.hpp mutes several warnings, this file allows to detect them
|
// catch.hpp mutes several warnings, this file allows to detect them
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson/version.hpp>
|
#include <ArduinoJson/version.hpp>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(PolyfillsTests
|
add_executable(PolyfillsTests
|
||||||
isFloat.cpp
|
isFloat.cpp
|
||||||
isInteger.cpp
|
isInteger.cpp
|
||||||
parseFloat.cpp
|
parseFloat.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson/Polyfills/isFloat.hpp>
|
#include <ArduinoJson/Polyfills/isFloat.hpp>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson/Polyfills/isInteger.hpp>
|
#include <ArduinoJson/Polyfills/isInteger.hpp>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson/Polyfills/parseFloat.hpp>
|
#include <ArduinoJson/Polyfills/parseFloat.hpp>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# ArduinoJson - arduinojson.org
|
# ArduinoJson - arduinojson.org
|
||||||
# Copyright Benoit Blanchon 2014-2019
|
# Copyright Benoit Blanchon 2014-2023
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
add_executable(StaticJsonBufferTests
|
add_executable(StaticJsonBufferTests
|
||||||
alloc.cpp
|
alloc.cpp
|
||||||
createArray.cpp
|
createArray.cpp
|
||||||
createObject.cpp
|
createObject.cpp
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// ArduinoJson - arduinojson.org
|
// ArduinoJson - arduinojson.org
|
||||||
// Copyright Benoit Blanchon 2014-2019
|
// Copyright Benoit Blanchon 2014-2023
|
||||||
// MIT License
|
// MIT License
|
||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
Reference in New Issue
Block a user