Alexander Saprykin

Results 7 issues of Alexander Saprykin

Basic support should be provided: - Set variable - Read variable - Remove variable (optional?)

new feature

In order to simplify contribution process, code style guidelines should be explicitly mentioned for the project.

docs

There is already a bit of mess with mmap() functionality code. Need to be split in several different implementations.

refactor

Previously C11 styled atomics were disabled for Clang due to linking/implementation issues. We need to revise whether it is possible to overcome those issues.

enhancement

A new version of QNX 7 SDP is available. It has 30-days evaluation period, thus can be used for testing builds also.

Recently [PGI compiler](http://www.pgroup.com) became available for free (community edition).

new feature

Solaris has its own code coverage tool named `tcov`. About using tcov: [Analyzing Program Performance with Sun WorkShop](https://docs.oracle.com/cd/E19957-01/806-3562/profiling.html). About -xprofile option for Oracle/Sun compiler: [Oracle docs](https://docs.oracle.com/cd/E19205-01/819-5265/bjawr/index.html). I have also found...

new feature