| 
							
							
								 Benoit Blanchon | de11b36a98 | clang-tidy: muted "uninitialized pointer/field" in StringCopier | 2021-06-04 11:38:21 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c4a4ed5272 | clang-tidy: muted "uninitialized field" in Latch | 2021-06-04 11:37:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | a24edac5a9 | clang-tidy: muted "use of memory after it is freed" in MemoryPool | 2021-06-04 11:37:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6b8e93e05e | clang-tidy: fixed "uninitialized field" in VariantData | 2021-06-04 11:36:20 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 6b5239b9d5 | clang-tidy: removed unused field | 2021-06-04 11:16:24 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 214c06b771 | clang-tidy: fixed clang-analyzer-optin.cplusplus.UninitializedObject | 2021-06-04 11:16:17 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9bcb409648 | Fixed serializeJson(doc, String) when allocation fails (fixes #1572) | 2021-05-30 21:34:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | af3bb131c8 | Fixed error Pe070 "incomplete type is not allowed" on IAR (fixes #1560) | 2021-05-19 15:07:59 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 622e7dd287 | Fixed support for volatile float and double (fixes #1557) | 2021-05-19 15:01:51 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 36bcc7b355 | Set version to 6.18.0 | 2021-05-05 20:41:35 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c7c0b729c1 | Added a deprecation warning for is<char>() and is<char*>() | 2021-05-05 15:43:02 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4780174ee1 | Added a deprecation warning for as<char>() and set(char) | 2021-05-04 16:10:50 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | ab23625091 | Renamed DEPRECATED to ARDUINOJSON_DEPRECATED | 2021-05-04 14:44:07 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2be528a3fa | serializeMsgPack(doc, p, n) doesn't add terminator anymore (fixes #1545) | 2021-04-29 20:59:15 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 337864618c | Reversed parameters of convertToJson() and convertFromJson() Now the order matches copyArray(): source first, destination second. | 2021-04-28 10:25:39 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 4b89878c10 | Added a deprecation warning for as<char*>() | 2021-04-27 18:25:42 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 892c37db08 | Optimized JsonVariant::is<float>() | 2021-04-21 13:21:40 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d8a1d1a120 | Increased coverage of ConverterImpl.hpp | 2021-04-18 17:23:51 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 64e52e97ee | Removed redundant range check in MemoryPoolPrint | 2021-04-18 16:47:28 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 2a777a659a | Fixed reference-binding-to-null-pointer in MsgPack deserializer | 2021-04-15 14:56:59 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 898f429826 | Fixed member-call-on-null-pointer in getMember() when array is empty | 2021-04-15 14:56:59 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 88fbe3ac34 | Fixed undefined behavior in JSON serializer | 2021-04-15 14:56:59 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | fc4f5fd05f | Changed integer storage from positive/negative to signed/unsigned | 2021-04-14 11:45:01 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d5d2209d09 | Added "https://" prefix to all URLs so they are clickable in VS Code | 2021-03-29 19:35:25 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c81e8fc93a | README: added a link to ARDUINOJSON_ENABLE_ARDUINO_STREAM | 2021-03-29 18:10:00 +02:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 347ac422f4 | Added support for Printable(closes #1444) | 2021-03-27 14:35:15 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d7f5b56ca4 | Added support for custom converters (closes #687) | 2021-03-20 14:52:47 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e4ce75e20c | Simplified JsonVariant::as<T>()to always returnT | 2021-03-08 19:33:52 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9094179856 | CI: added a clang-format job | 2021-02-26 13:13:11 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 3aab36fec2 | Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412) | 2021-02-25 19:19:23 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 744d61f6fd | Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412) | 2021-02-23 08:41:24 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 05498aa178 | Added JsonVariant::is<JsonVariant>()(issue #1412) | 2021-02-23 08:39:58 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | b1eb273d5b | Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412) | 2021-02-23 08:33:28 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 22904a48a6 | Added a default implementation in the Visitor class | 2021-02-21 13:37:07 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1038fc35df | Removed DeserializationError::NotSupported | 2021-02-18 19:41:15 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 71f44aaee1 | deserializeMsgPack() inserts null instead of returning NotSupported | 2021-02-18 19:40:25 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | cc7ebfd11e | deserializeJson() leaves \uXXXX instead of returning NotSupported | 2021-02-18 19:40:11 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 54d4b308f4 | Remove JsonVariant::set(char) | 2021-02-18 08:48:28 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 5234c8124b | Removed JsonVariant::as<char>()(fixes #1498) | 2021-02-18 08:48:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | e22d4bf31f | Set version to 6.17.3 | 2021-02-15 09:53:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | abd64102aa | Fixed compilation error on Clang 10 | 2021-02-03 12:56:26 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | d2174d1580 | Fixed compilation error when isdigit() is a macro (fixes #1487) | 2021-02-02 10:08:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c70a491f59 | Made JsonDocument's destructor protected (fixes #1480) | 2021-01-27 10:00:10 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 97b7161d78 | Update copyright notice for 2021 | 2021-01-25 09:14:15 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 1360b6a396 | Set version to 6.17.2 | 2020-11-14 10:38:21 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 16e51b83ab | Changed the default value of ARDUINOJSON_ENABLE_PROGMEM (fixes #1433) It now checks that the pgm_read_XXX macros are defined before enabling PROGMEM. | 2020-11-10 14:58:31 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 30da920135 | Fixed invalid conversion in operator|(Variant, char*)(fixes #1432) | 2020-11-09 09:21:19 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | bcdf5b7e52 | Set version to 6.17.1 | 2020-11-07 10:11:41 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | c711fe592d | Allowed more than 32767 values in non-embedded mode (fixes #1414) | 2020-10-28 09:59:40 +01:00 |  | 
			
				
					| 
							
							
								 Benoit Blanchon | 9d5c1b3742 | Added an assert to detect too large variants (issue #1414) | 2020-10-24 09:39:03 +02:00 |  |