Commit Graph

27 Commits

Author SHA1 Message Date
Benoit Blanchon
af18994deb Update copyright notice 2022-01-01 10:01:05 +01: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
97b7161d78 Update copyright notice for 2021 2021-01-25 09:14:15 +01:00
Benoit Blanchon
daa279d57b CMake: made project arch-independent 2020-04-11 18:49:28 +02:00
Benoit Blanchon
ae9b7926a2 CMake: don't build tests when imported in another project 2020-04-11 18:49:28 +02:00
Benoit Blanchon
9e354803de Changed publish.sh to update the CMake project version 2020-04-09 21:28:48 +02:00
Benoit Blanchon
1791dccbf2 Added CMake "install" target (closes #1209) 2020-04-07 21:43:10 +02:00
Benoit Blanchon
8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 2016-06-22 21:41:19 +02:00
Benoit Blanchon
987afff0e9 Travis: added GCC 4.4, 4.5, 4.7, 4.8, 4.9, 5.2 and Clang 3.5, 3.6, 3.7 2016-02-17 10:15:40 +01:00
Benoit Blanchon
b6d8e6c989 Updated copyright year from 2015 to 2016 2016-01-07 22:39:57 +01:00
Benoit Blanchon
96245dd3b4 Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) 2015-11-19 21:53:27 +01:00
Benoit Blanchon
e657396f65 Added -fno-rtti 2015-09-29 21:51:21 +02:00
Benoit Blanchon
01c287bc89 Removed -Wdeprecated-register for GCC 2015-08-26 21:00:28 +02:00
Benoit Blanchon
0cf8249b14 Fixed Clang warning "register specifier is deprecated" (issue #102) 2015-08-26 20:49:24 +02:00
Benoit Blanchon
1b5be892b9 Added support of String class (issue #55, #56, #70, #77) 2015-05-25 15:38:58 +02:00
Benoit Blanchon
dadd8986dc Mute compiler warning (issue #47) 2015-01-15 21:05:14 +01:00
Benoit Blanchon
e2d591b9ff Fixed build in travis 2014-12-09 22:53:05 +01:00
Benoit Blanchon
8082185ac4 Fixed template instantiation warning (issue #35) 2014-12-09 20:46:45 +01:00
Benoit Blanchon
a66299a936 Replaced -Wpedantic by -pedantic 2014-11-15 14:58:29 +01:00
Benoit Blanchon
d7bad3d70b Added flag -fno-exceptions 2014-11-07 13:31:55 +01:00
Benoit Blanchon
70aabca0f7 Remove diagnostic lines 2014-11-07 11:28:04 +01:00
Benoit Blanchon
2e4dd2d591 Updated warning flags 2014-11-06 09:44:09 +01:00
Benoit Blanchon
ce6f839153 Warnings level were not correct with Clang 2014-11-06 09:28:04 +01:00
Benoit Blanchon
43ad37e7ce Now use relative paths in for #include 2014-11-03 18:35:22 +01:00
Benoit Blanchon
d83f1a6319 Added .hpp files 2014-10-23 18:22:50 +02:00
Benoit Blanchon
7e98d136f4 Added more warning flags for GCC (as suggested in issue #28) 2014-10-22 21:25:19 +02:00
Benoit Blanchon
58d2c4a62f Renamed srcs/ into src/ 2014-10-16 16:25:42 +02:00