- 17 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=81b6289a4b54043df557142f0de8cc66bc5190d4
-
- 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
-
- 13 Sep, 2016 3 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
-
Artem Bulavin authored
PUBLISHED_FROM=da5f7f80a9876ac4f1889a1176a3048f47980659
-
Sergey Lyubka authored
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
-
- 15 May, 2016 2 commits
-
-
Dmitry Frank authored
It would be probably good idea to also remove tools/docgen.py and asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which may contain some useful info which we'll need at least to review before removing. PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
-
Marko Mikulicic authored
Until I read the doc and find how to limit the retention, otherwise it just eats all my ram and cpu and things start to fall apart. PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
-
- 21 Mar, 2016 1 commit
-
-
Dmitry Frank authored
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
-