| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
- The _subscribers vector was utilized in the trace function without
obtaining a lock. This vector could change size and lead to a segfault.
Co-authored-by: Bill Stoffel <bstoffel@belvederetrading.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- remove unused iceSrcDist
- iceCppDir is only use with src dist
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
That fix allows building from command line with msbuild builder
setting only IceHome, otherwise we have to set both ICE_HOME and
IceHome.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
properties, fixes #452
|
| |
|
| |
|
|
|
|
| |
g++ 8.2 on Power does not define __linux with -std=c++11
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|