* build script:
- add '--help' and document parameters
- add '--skip_leak_check': suppress leak-checker of sanitizer
30 lines of code changed in 1 file:
* add toggle to 'MODIFY DATABASE FIELD of listed ...' permitting to change the 'name' field.
64 lines of code changed in 5 files:
* use advance() to decrement iterator
- works for container.end()
- obsoletes brute-force workaround for OSX
- allowed several simplifications (drawn_before() and drawn_after() now look very similar).
4 lines of code changed in 1 file:
* fix crashes under OSX/clang:
- decrementing iterator is undefined when iterator points to container.begin():
* gcc seems to report container.end() in that case
* clang prefers to segfault.
- added a brute-force workaround to position onto last container element for OSX
* comment code
20 lines of code changed in 1 file: