Flying

Results 8 issues of Flying

With certain window sizing on Windows 7, MarkPad's preview pane (right pane) shows text that is smudged due to heavy aliasing. Screenshot 1: Smudged text due to heavy aliasing. ![clipboard01](https://cloud.githubusercontent.com/assets/1732293/7196720/a9ecfabc-e509-11e4-8cce-69820595ef4f.png)...

fix errors in quantQ_ta.q and quantQ_covarianceShocks.q

1. avoid potential memory leaks 2. more sanity checks to ensure 0n/0w/-0w values map to various types in DolphinDB 3. remove repeated code 4. add support for nested data columns

**Is your feature request related to a problem? Please describe.** The current plug-in assumes a universal sym list for all enumerated columns in a splayed table. This assumption will break...

enhancement

Assigning the result of str.c_str() to a pointer to be used later is against the C++ standard and is not safe. For example: https://github.com/dolphindb/DolphinDBPlugin/blob/30535a5e76a2ccbfa9820de396313c8cf9d713b5/kdb/src/kdb.cpp#L61

CMake's FindPackage module has been supporting ZLIB import since version 3.1. It's better to push CMake's version requirement from 3.0 to 3.1 and use FindPackage to import zlib instead.

A possible bugfix: ``` ------------------------------- q-doc-parser.q -------------------------------- index 448f4c1..e4761d7 100644 @@ -132,8 +132,8 @@ namespaces:fills?[namespaceSwitches;`$2_/:funcSignatures;`]; / Recover namespace for each function - funcAndArgs:(!). flip(({$[(~).(first;last)@\:y;`;$[(null x)or(y[0]like ".*");::;` sv x,]`$y 0]}@/:namespaces),\:last)@\:'":"vs/:funcSignatures; -...