- 06 Feb, 2017 1 commit
-
-
Alexander Alashkin authored
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
-
- 03 Feb, 2017 1 commit
-
-
Alexander Alashkin authored
-
- 09 Jan, 2017 1 commit
-
-
Dmitry Frank authored
URLs like mongoose-iot.com are left intact PUBLISHED_FROM=b8502b163c26a2cb54598db57ba094333fe7cf54
-
- 15 Nov, 2016 1 commit
-
-
Dmitry Frank authored
`MG_ENABLE_...` macros are not yet renamed because it involves some logic change: e.g. instead of defining `MG_ENABLE_MQTT`, one should define `MIOT_ENABLE_MQTT`, which should imply `MG_ENABLE_MQTT` as well. Macro refactoring is going to be done in another PR. PUBLISHED_FROM=f8b66d5772846126b94223a729a6bd87897f8de6
-
- 10 Nov, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=48c8d4326ea8a24edd8d1ca011be9e7643219084
-
- 19 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=36289eddbb3c5c172c36ab737e2f23c763058ed2
-
- 14 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=9fd0cebfa8df53b5d9574a8d013305ddda5e7a18
-
- 13 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
"#if FOO" still works with simple -DFOO, but gives more flexibility. Specifically, if user expressed no preference (FOO is not defined), we can apply reasonable defaults (this is the legitimate use of ifdef). In short, from now on, please use #if MG_ENABLE_FOO instead of #ifdef MG_ENABLE_FOO Since we are all used to #ifdef, this change also adds a precommit check to police this. Specifically, in *.h and *.c files that are Copyright Cesanta, "ifdef" and "if defined()" are not allowed to be used with macros that contain ENABLE or DISABLE, unless the like also contains "ifdef-ok". Hence, if you are sure you want to use ifdef, use this: #ifdef MG_ENABLE_FOO /* ifdef-ok */ PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
-
- 28 Sep, 2016 1 commit
-
-
Deomid Ryabkov authored
So they are distinct from CC3200 projects during import Also update compiler version (5.2.7 -> 5.2.8) PUBLISHED_FROM=23834212eb51ad068579726a2870e8e6ae87ab9c
-