- Dec 27, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 26, 2013
-
-
Eugine Blikh authored
1. Unified blurb for every site page 2. remove tnt-html.xsl.cmake tnt-html-chunk.xsl.cmake in favor of --stringparam and -param flags of xsltproc and saxon 3. Create flags for input/output in static.py script for OOS build
-
Eugine Blikh authored
-
- Dec 24, 2013
-
-
Eugine Blikh authored
All layouts are in doc/www-data.in/_layout and are written in Jinja1 (django-like templates). All texts are in doc/www-data.in/_texts Text files contains YAML files with chunks of markdown strings: ``` $module: $uno: | some text in markdown $dos: | it may be multiline $tres: | # header 1 ``` may have some embedded code ``` e.t.c ... ``` where `$module` is name of layout file, `$uno`, `$dos`, `$tres`... are name of parts (template parts `{{ $module.$part }}`) Site still stores files in `doc/www-data` for copying on server. Also it integrates documentation (only on stable/master branches) into site (still templlates) Usage of new `extra/static.py`: ```bash $ cmake . -DENABLE-DOC=TRUE $ make $ cd /doc/www-data.in/ $ ../../extra/static.py site `# build site` $ ../../extra/static.py docs `# embed docs` ``` ### documentation building Add `html-saxon-chunk` and `html-chunk` targets for building chunked html documentation. `make` in `doc/user` now builds `html-saxon` and `html-saxon-chunk` targets
-
Eugine Blikh authored
> remove script/ directory and move it's content to extra/
-
- Dec 21, 2013
-
-
Roman Tsisyk authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Dec 20, 2013
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Dec 19, 2013
-
-
Konstantin Osipov authored
-
- Dec 17, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 16, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
ocelot-inc authored
-
- Dec 13, 2013
-
-
ocelot-inc authored
-
- Dec 11, 2013
-
-
ocelot-inc authored
-
Dmitry Simonenko authored
This is done to avoid situation, when two or more fibers yield inside their try/catch blocks and throws an exceptions. Seems like exception unwinder stores some global state while being inside a catch block. This could lead to incorrect exception processing and server crash.
-
- Dec 10, 2013
-
-
ocelot-inc authored
-
- Dec 09, 2013
-
-
ocelot-inc authored
-
Dmitry E. Oboukhov authored
-
- Dec 08, 2013
-
-
ocelot-inc authored
-
- Dec 06, 2013
-
-
ocelot-inc authored
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
The patch should use struct session, which is non-existent in 1.5, so at least make session_storage_destroy a bit faster.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
This patch implements show index and shows memory waste of the slab allocator.
-
esha authored
-
Konstantin Osipov authored
-
bigbes authored
-
- Dec 05, 2013
-
-
ocelot-inc authored
-