Markus Elfring
Markus Elfring
Further software adjustments will be helpful at some places.
- Does [a tool like “autoscan”](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoscan-Invocation.html "Using autoscan to create configure.ac") show any software dependencies that you find worth for further considerations? - How do you think about to support...
No. - Does [a tool like "autoscan"](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoscan-Invocation.html) show any software dependencies that you find worth for further considerations? - How do you think about to support more development environments by...
I suggest to reconsider the consequences of [the following wording](http://c0x.coding-guidelines.com/6.10.2.html) from [the section "16.2 Source file inclusion"](http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf) in the standard specification for the programming language "C++". ``` … The named...
There are different opinions about the handling of the involved implementation-defined behaviour. - Will header files be also searched outside the specified include directories if double quotes are used for...
How do you think about to make [these include guards](https://en.wikipedia.org/wiki/Include_guard#Difficulties) [not only standard-compliant](http://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797) but also really unique by appending [a kind of UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier)?
Are you interested in portable make files? How do you think about to improve software portability by feature checks?
There are some variations to consider for implementation details to be safe ...
Does [a tool like "autoscan"](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/autoscan-Invocation.html) show any software dependencies that you find worth for further considerations?
Would you like to [detect every error situation](http://cwe.mitre.org/data/definitions/252.html) as early as possible? Are you interested to apply [aspect-oriented software development](http://aspectc.org/)? How do you think about to encapsulate error detection and...