| 
							
							
								 Benoit Blanchon | 40daf56b5a | Allow using PROGMEM outside of Arduino (fixes #1903) | 2023-04-07 18:19:33 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 31ce648e63 | Change naming convention from _membertomember_(fixes #1905) | 2023-04-07 09:02:23 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 19c5bb7f15 | Pass -vto particle command line | 2023-03-27 14:22:15 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9e9015f4b9 | Fix compatibility with GCC 5.2 (fixes #1897) | 2023-03-27 11:00:20 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 74601b2585 | CI: restore build on GCC 5 | 2023-03-27 08:48:44 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5edd435fe9 | Add a constructor to VariantData | 2023-03-20 10:14:54 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c89a2025ce | Make string support generic (issue #1807) | 2023-03-13 12:19:05 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0f8698e655 | Replace ARDUINOJSON_EXPANDXwith variadic macros (#1820) | 2023-02-22 11:24:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b2b995edb3 | Use deleteinstead of hiding copy constructors and assignments (#1820) | 2023-02-17 10:59:57 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 33a4773fbd | Set clang-format standard to C++11 (#1820) | 2023-02-16 11:51:02 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | daa87e12dc | Update copyright notice | 2023-02-16 11:45:01 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1b66a217bf | Replace ARDUINOJSON_NAMESPACEwith an inline namespace (#1820) | 2023-02-14 10:04:48 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8f7211a50f | Remove ARDUINOJSON_HAS_NULLPTR(#1820) | 2023-02-10 17:02:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2be4ee732a | Remove ARDUINOJSON_HAS_RVALUE_REFERENCES(#1820) | 2023-02-10 17:02:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3bdedc9a2f | Remove ARDUINOJSON_HAS_LONG_LONG(#1820) | 2023-02-10 17:02:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 407fc2cd45 | Drop support for C++98/C++03 (closes #1820) | 2023-02-10 17:02:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 62dea9d364 | Reformat CMake files | 2023-02-10 17:02:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e0bdc4bff1 | Remove unused variables (fixes #1858) | 2023-02-10 17:02:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 007b4f3362 | Update Catch library to 2.13.10 (#1820) | 2023-02-10 17:02:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 94b2b3f9ce | Run all tests with C++11 enabled (#1820) | 2023-02-10 17:02:51 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e054cba610 | Set minimum Visual Studio version to 2017 (#1820) | 2023-02-10 14:49:24 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ae0499fd57 | Update idf_component.yml | 2023-02-08 16:46:15 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6013a1a56f | Fix the name of the license file | 2023-02-08 16:40:01 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1ec16ca94f | Use pgm_read()instead ofARDUINOJSON_READ_STATIC_ARRAY | 2023-01-26 14:55:46 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bf93779b4f | Update catch.hpp (fixes #1856) See also catchorg/Catch2#2627 | 2023-01-17 13:53:47 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 175e5b3062 | Add missing semicolon (fixes #1857) | 2023-01-17 08:59:45 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7885155634 | Add to IDF Component Registry (closes #1844) | 2023-01-14 09:26:12 +01:00 |  | 
			
				
					| 
							
							
								 Johan Vromans | 3345255f16 | Fix comma tests. | 2023-01-13 08:21:54 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c49adfd6da | Test custom converter for std::array(issue #1840) | 2022-12-31 10:48:20 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 191fc5dff4 | Remove support for naked char(was deprecated since 6.18.0) | 2022-12-26 11:02:34 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 09f9bd6b8b | Fix detection of char types | 2022-12-26 10:21:57 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7ed2559e9e | Test custom converter for std::vector<T>(issue #1840) | 2022-12-26 10:09:06 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ac8e5f01db | Clang-Format: set AllowShortLoopsOnASingleLinetofalse | 2022-12-24 15:48:00 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b0730f04f7 | Rename VariantReftoJsonVariant | 2022-12-19 14:41:53 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ef8ed28aec | Rename VariantConstReftoJsonVariantConst | 2022-12-19 14:41:43 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d0b619ea93 | Rename UInttoJsonUInt | 2022-12-19 14:41:43 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 652d70fe2c | Rename IntegertoJsonInteger | 2022-12-19 14:41:43 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | dc42d93b0f | Rename ObjectConstReftoJsonObjectConst | 2022-12-19 12:20:37 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | dff07ebfe8 | Rename ObjectReftoJsonObject | 2022-12-19 12:20:13 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 83e5d9d150 | Rename ArrayConstReftoJsonArrayConst | 2022-12-19 12:12:28 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 7079aa99d7 | Rename ArrayReftoJsonArray | 2022-12-19 12:10:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 0f85a55cac | Implement VariantRefBasewith a CRTP | 2022-12-05 21:00:24 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b8d1dccb21 | Test IsString<String>andIsString<StringSumHelper> | 2022-10-31 18:02:07 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c3d5e9382d | Implement IsStringfromStringAdapter | 2022-10-26 17:20:33 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cf4436e581 | Extract VariantProxyfromElementProxyandMemberProxy | 2022-08-30 10:25:03 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 8002722f3b | Clang-format: set DerivePointerAlignmenttofalse | 2022-08-09 16:52:17 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 62e83133cd | Remove JsonDocument::data()andJsonDocument::memoryPool() | 2022-08-09 10:38:36 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1d21027e2a | Fix lax parsing of true,false, andnull(fixes #1781) | 2022-08-06 09:15:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c5838a876b | Remove getElement(),getOrAddElement(),getMember(), andgetOrAddMember() | 2022-07-07 14:32:43 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 758580bfb6 | Rename addElement()toadd() | 2022-07-07 14:32:43 +02:00 |  |